summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dm: scsi: Drop scsi_init() when driver model is usedSimon Glass2017-07-111-2/+4
* dm: ahci: Add a driver for SCSI on AHCISimon Glass2017-07-111-0/+57
* dm: scsi: Split out the bus scanning codeSimon Glass2017-07-111-12/+23
* dm: scsi: Adjust return value of scsi_exec()Simon Glass2017-07-112-7/+7
* dm: scsi: Add operations for SCSI devicesSimon Glass2017-07-114-0/+29
* dm: ahci: Create a local version of two SCSI functionsSimon Glass2017-07-111-2/+13
* dm: scsi: Document and rename the scsi_scan() parameterSimon Glass2017-07-111-10/+10
* dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass2017-07-113-17/+34
* dm: ahci: Drop use of probe_entSimon Glass2017-07-112-30/+45
* dm: ahci: Unwind the confusing init codeSimon Glass2017-07-114-16/+27
* dm: ahci: Move common code for starting ports into a functionSimon Glass2017-07-111-23/+22
* dm: scsi: Indent the confusing #ifdefsSimon Glass2017-07-111-13/+13
* dm: ahci: Refactor to avoid static variablesSimon Glass2017-07-111-68/+76
* dm: sata: Move ataid into struct ahci_uc_privSimon Glass2017-07-111-23/+27
* dm: ahci: Rename struct ahci_probe_entSimon Glass2017-07-112-45/+45
* dm: scsi: Use the uclass platform dataSimon Glass2017-07-115-7/+6
* dm: scsi: Drop the ccb typedefSimon Glass2017-07-113-18/+19
* dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmdSimon Glass2017-07-111-1/+1
* scsi: Move drivers into new drivers/scsi directorySimon Glass2017-07-119-20/+730
* sata: Move drivers into new drivers/ata directorySimon Glass2017-07-1126-61/+206
* Kconfig: Add CONFIG_SATA to enable SATASimon Glass2017-07-111-0/+13
* scsi: Drop scsi_print_error()Simon Glass2017-07-112-9/+0
* scsi: Drop sym53c8xx driverSimon Glass2017-07-112-852/+0
* Convert CONFIG_SCSI to KconfigSimon Glass2017-07-111-0/+9
* dm: core: Add uclass_first/next_device_check()Simon Glass2017-07-111-0/+27
* dm: core: Clarify uclass_first/next_device() commentsSimon Glass2017-07-111-2/+1
* pipe3: Fix broken dependencyJean-Jacques Hiblot2017-07-101-2/+2
* mtd: stm32: use parameter instead of default valuePatrice Chotard2017-07-101-1/+1
* driver: mmc: update debug infoJorge Ramirez-Ortiz2017-07-101-1/+1
* pinctrl: stm32: add set_state opsChristophe Kerello2017-07-101-0/+11
* pinctrl: stm32: handle a configuration listChristophe Kerello2017-07-101-13/+38
* powerpc, 8xx: Add support for MCR3000 board from CSSIChristophe Leroy2017-07-081-0/+20
* powerpc, 8xx: move Serial driver to drivers/serial/Christophe Leroy2017-07-083-0/+310
* powerpc, 8xx: move SPI driver to drivers/spi/Christophe Leroy2017-07-083-0/+343
* powerpc, 8xx: move FEC Ethernet driver in drivers/netChristophe Leroy2017-07-083-0/+891
* powerpc, 8xx: Migrate to KconfigChristophe Leroy2017-07-081-1/+1
* wdt: Unify option of timeout valueAndy Shevchenko2017-07-071-1/+1
* wdt: Fix spelling Resettting -> ResettingAndy Shevchenko2017-07-071-1/+1
* avr32: Retire AVR32 for goodAndy Shevchenko2017-07-066-15/+7
* gpio: add static to get_function()Masahiro Yamada2017-07-061-2/+2
* serial: make serial_stub_* to static functionsMasahiro Yamada2017-07-062-6/+9
* powerpc: remove 4xx supportHeiko Schocher2017-07-0310-2641/+3
* drivers, block: remove sil680 driverHeiko Schocher2017-07-032-90/+0
* drivers, usb, gadget: fix compiler warnings for at91_udc.cHeiko Schocher2017-06-291-71/+1
* usb: gadget: Call g_dnl_bind_fixup() before testing g_dnl_serial lengthLukasz Majewski2017-06-291-1/+2
* ti816x: Enable ethernet supportTom Rini2017-06-282-21/+41
* Merge git://git.denx.de/u-boot-x86Tom Rini2017-06-271-60/+26
|\
| * Revert "x86: Convert MMC to driver model"Bin Meng2017-06-271-60/+26
* | Merge git://www.denx.de/git/u-boot-imxTom Rini2017-06-274-28/+85
|\ \
| * | drivers: net: Kconfig: Add PHY_MICREL_KSZ9021 entryJagan Teki2017-05-311-0/+8