summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dm: usb: Drop the get_dev() functionSimon Glass2016-05-171-0/+1
* dm: mmc: Add an implementation of the 'devnum' functionsSimon Glass2016-05-171-0/+280
* dm: mmc: Add a legacy block interface for MMCSimon Glass2016-05-171-3/+27
* dm: sandbox: Add a legacy host block interfaceSimon Glass2016-05-171-0/+7
* dm: systemace: Add a legacy block interfaceSimon Glass2016-05-171-0/+14
* dm: blk: Add a legacy block interfaceSimon Glass2016-05-172-0/+265
* dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass2016-05-171-1/+1
* sandbox: Add dummy SATA functionsSimon Glass2016-05-172-1/+34
* sandbox: Add dummy SCSI functionsSimon Glass2016-05-172-1/+30
* dm: Rename disk uclass to ahciSimon Glass2016-05-173-7/+6
* pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSESimon Glass2016-05-171-4/+0
* Revert "dm: sandbox: Drop the pre-DM host implementation"Simon Glass2016-05-171-0/+90
* gpio: exynos(s5p): remove gpio_xlate routineEric Nelson2016-05-171-11/+0
* gpio: rk: remove gpio_xlate routineEric Nelson2016-05-171-11/+0
* gpio: pic32: remove gpio_xlate routineEric Nelson2016-05-171-10/+0
* gpio: omap: remove gpio_xlate routineEric Nelson2016-05-171-11/+0
* gpio: intel_broadwell: remove gpio_xlate routineEric Nelson2016-05-171-10/+0
* dm: gpio: add a default gpio xlate routineEric Nelson2016-05-171-7/+23
* drivers: usb: common: add common code for usb drivers to useMugunthan V N2016-05-172-0/+41
* dm: gpio: introduce 74x164 driverPeng Fan2016-05-173-0/+202
* dm: spi: introduce dm apiPeng Fan2016-05-171-7/+21
* dm: spi: soft_spi: switch to use linux compatible stringPeng Fan2016-05-171-10/+28
* dm: spi: soft_spi bug fixPeng Fan2016-05-171-7/+12
* fdt: fix dev_get_addr_name node offsetStephen Warren2016-05-171-2/+2
* video: tegra: refuse to bind to disabled dcsStephen Warren2016-05-171-0/+7
* dm: core: allow drivers to refuse to bindStephen Warren2016-05-171-0/+4
* m68k: add DM model serial driverangelo@sysam.it2016-05-171-44/+144
* dm: gpio: pca953x: introduce driver model support for pca953xPeng Fan2016-05-173-0/+375
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2016-05-061-167/+87
|\
| * mtd: cqspi: Simplify indirect read codeMarek Vasut2016-05-061-71/+57
| * mtd: cqspi: Simplify indirect write codeMarek Vasut2016-05-061-96/+30
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-05-064-12/+18
|\ \
| * | usb: gadget: dfu: discard dead codePeng Fan2016-05-061-9/+1
| * | dfu: avoid memory leakPeng Fan2016-05-061-1/+3
| * | usb: dwc2: Add delay to fix the USB detection problem on SoCFPGAStefan Roese2016-05-061-0/+9
| * | usb: ehci-mx6: allow board_ehci_hcd_init to failStefan Agner2016-05-061-2/+5
| |/
* | Fix various typos, scattered over the code.Robert P. J. Day2016-05-056-8/+8
|/
* pci: tegra: fix DM conversion issues on Tegra20Stephen Warren2016-05-041-11/+10
* drivers: net: ldpaa: Memset pools_params as "0" before usePrabhakar Kushwaha2016-05-031-0/+1
* usb: dwc2: Init desc_before_addrMarek Vasut2016-05-031-0/+3
* usb: dwc2: Make OC protection configurableMarek Vasut2016-05-031-3/+14
* usb: dwc2: Pull Ext VBUS macro from dwc_otg_core_init()Marek Vasut2016-05-031-7/+14
* usb: dwc2: Pass private data into dwc_otg_core_init()Marek Vasut2016-05-031-2/+3
* Fix spelling of "occurred".Vagrant Cascadian2016-05-029-14/+14
* drivers/video/am335x-fb: Properly point framebuffer behind paletteMartin Pietryka2016-04-281-4/+4
* drivers/video/am335x-fb: Add support for 16bpp formatMartin Pietryka2016-04-281-3/+19
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2016-04-251-1/+1
|\
| * drivers/video/am335x-fb: Fix bits for LCD_PALMODE_RAWDATA definitionMartin Pietryka2016-04-251-1/+1
* | pci: Device scanning range fixYoshinori Sato2016-04-251-1/+1
* | mmc: sdhci: add const qualifier to the name of struct sdhci_hostMasahiro Yamada2016-04-253-3/+3
OpenPOWER on IntegriCloud