aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-07-11dm: scsi: Drop scsi_init() when driver model is usedSimon Glass1-2/+4
2017-07-11dm: ahci: Add a driver for SCSI on AHCISimon Glass1-0/+57
2017-07-11dm: scsi: Split out the bus scanning codeSimon Glass1-12/+23
2017-07-11dm: scsi: Adjust return value of scsi_exec()Simon Glass2-7/+7
2017-07-11dm: scsi: Add operations for SCSI devicesSimon Glass4-0/+29
2017-07-11dm: ahci: Create a local version of two SCSI functionsSimon Glass1-2/+13
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass1-10/+10
2017-07-11dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass3-17/+34
2017-07-11dm: ahci: Drop use of probe_entSimon Glass2-30/+45
2017-07-11dm: ahci: Unwind the confusing init codeSimon Glass4-16/+27
2017-07-11dm: ahci: Move common code for starting ports into a functionSimon Glass1-23/+22
2017-07-11dm: scsi: Indent the confusing #ifdefsSimon Glass1-13/+13
2017-07-11dm: ahci: Refactor to avoid static variablesSimon Glass1-68/+76
2017-07-11dm: sata: Move ataid into struct ahci_uc_privSimon Glass1-23/+27
2017-07-11dm: ahci: Rename struct ahci_probe_entSimon Glass2-45/+45
2017-07-11dm: scsi: Use the uclass platform dataSimon Glass5-7/+6
2017-07-11dm: scsi: Drop the ccb typedefSimon Glass3-18/+19
2017-07-11dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmdSimon Glass1-1/+1
2017-07-11scsi: Move drivers into new drivers/scsi directorySimon Glass9-20/+730
2017-07-11sata: Move drivers into new drivers/ata directorySimon Glass26-61/+206
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-0/+13
2017-07-11scsi: Drop scsi_print_error()Simon Glass2-9/+0
2017-07-11scsi: Drop sym53c8xx driverSimon Glass2-852/+0
2017-07-11Convert CONFIG_SCSI to KconfigSimon Glass1-0/+9
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass1-0/+27
2017-07-11dm: core: Clarify uclass_first/next_device() commentsSimon Glass1-2/+1
2017-07-10pipe3: Fix broken dependencyJean-Jacques Hiblot1-2/+2
2017-07-10mtd: stm32: use parameter instead of default valuePatrice Chotard1-1/+1
2017-07-10driver: mmc: update debug infoJorge Ramirez-Ortiz1-1/+1
2017-07-10pinctrl: stm32: add set_state opsChristophe Kerello1-0/+11
2017-07-10pinctrl: stm32: handle a configuration listChristophe Kerello1-13/+38
2017-07-08powerpc, 8xx: Add support for MCR3000 board from CSSIChristophe Leroy1-0/+20
2017-07-08powerpc, 8xx: move Serial driver to drivers/serial/Christophe Leroy3-0/+310
2017-07-08powerpc, 8xx: move SPI driver to drivers/spi/Christophe Leroy3-0/+343
2017-07-08powerpc, 8xx: move FEC Ethernet driver in drivers/netChristophe Leroy3-0/+891
2017-07-08powerpc, 8xx: Migrate to KconfigChristophe Leroy1-1/+1
2017-07-07wdt: Unify option of timeout valueAndy Shevchenko1-1/+1
2017-07-07wdt: Fix spelling Resettting -> ResettingAndy Shevchenko1-1/+1
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko6-15/+7
2017-07-06gpio: add static to get_function()Masahiro Yamada1-2/+2
2017-07-06serial: make serial_stub_* to static functionsMasahiro Yamada2-6/+9
2017-07-03powerpc: remove 4xx supportHeiko Schocher10-2641/+3
2017-07-03drivers, block: remove sil680 driverHeiko Schocher2-90/+0
2017-06-29drivers, usb, gadget: fix compiler warnings for at91_udc.cHeiko Schocher1-71/+1
2017-06-29usb: gadget: Call g_dnl_bind_fixup() before testing g_dnl_serial lengthLukasz Majewski1-1/+2
2017-06-28ti816x: Enable ethernet supportTom Rini2-21/+41
2017-06-27Merge git://git.denx.de/u-boot-x86Tom Rini1-60/+26
2017-06-27Merge git://www.denx.de/git/u-boot-imxTom Rini4-28/+85
2017-06-27Revert "x86: Convert MMC to driver model"Bin Meng1-60/+26
2017-06-26Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-2/+2