aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-05-17dm: sandbox: Drop the host_get_dev() functionSimon Glass1-10/+0
2016-05-17dm: blk: Drop the systemace.h headerSimon Glass1-1/+0
2016-05-17dm: systemace: Drop the get_dev() functionSimon Glass1-11/+3
2016-05-17dm: mmc: Drop the get_dev() functionSimon Glass1-14/+2
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass1-0/+1
2016-05-17dm: mmc: Add an implementation of the 'devnum' functionsSimon Glass1-0/+280
2016-05-17dm: mmc: Add a legacy block interface for MMCSimon Glass1-3/+27
2016-05-17dm: sandbox: Add a legacy host block interfaceSimon Glass1-0/+7
2016-05-17dm: systemace: Add a legacy block interfaceSimon Glass1-0/+14
2016-05-17dm: blk: Add a legacy block interfaceSimon Glass2-0/+265
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass1-1/+1
2016-05-17sandbox: Add dummy SATA functionsSimon Glass2-1/+34
2016-05-17sandbox: Add dummy SCSI functionsSimon Glass2-1/+30
2016-05-17dm: Rename disk uclass to ahciSimon Glass3-7/+6
2016-05-17pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSESimon Glass1-4/+0
2016-05-17Revert "dm: sandbox: Drop the pre-DM host implementation"Simon Glass1-0/+90
2016-05-17gpio: exynos(s5p): remove gpio_xlate routineEric Nelson1-11/+0
2016-05-17gpio: rk: remove gpio_xlate routineEric Nelson1-11/+0
2016-05-17gpio: pic32: remove gpio_xlate routineEric Nelson1-10/+0
2016-05-17gpio: omap: remove gpio_xlate routineEric Nelson1-11/+0
2016-05-17gpio: intel_broadwell: remove gpio_xlate routineEric Nelson1-10/+0
2016-05-17dm: gpio: add a default gpio xlate routineEric Nelson1-7/+23
2016-05-17drivers: usb: common: add common code for usb drivers to useMugunthan V N2-0/+41
2016-05-17dm: gpio: introduce 74x164 driverPeng Fan3-0/+202
2016-05-17dm: spi: introduce dm apiPeng Fan1-7/+21
2016-05-17dm: spi: soft_spi: switch to use linux compatible stringPeng Fan1-10/+28
2016-05-17dm: spi: soft_spi bug fixPeng Fan1-7/+12
2016-05-17fdt: fix dev_get_addr_name node offsetStephen Warren1-2/+2
2016-05-17video: tegra: refuse to bind to disabled dcsStephen Warren1-0/+7
2016-05-17dm: core: allow drivers to refuse to bindStephen Warren1-0/+4
2016-05-17m68k: add DM model serial driverangelo@sysam.it1-44/+144
2016-05-17dm: gpio: pca953x: introduce driver model support for pca953xPeng Fan3-0/+375
2016-05-06Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini1-167/+87
2016-05-06Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini4-12/+18
2016-05-06usb: gadget: dfu: discard dead codePeng Fan1-9/+1
2016-05-06dfu: avoid memory leakPeng Fan1-1/+3
2016-05-06usb: dwc2: Add delay to fix the USB detection problem on SoCFPGAStefan Roese1-0/+9
2016-05-06mtd: cqspi: Simplify indirect read codeMarek Vasut1-71/+57
2016-05-06mtd: cqspi: Simplify indirect write codeMarek Vasut1-96/+30
2016-05-06usb: ehci-mx6: allow board_ehci_hcd_init to failStefan Agner1-2/+5
2016-05-05Fix various typos, scattered over the code.Robert P. J. Day6-8/+8
2016-05-04pci: tegra: fix DM conversion issues on Tegra20Stephen Warren1-11/+10
2016-05-03drivers: net: ldpaa: Memset pools_params as "0" before usePrabhakar Kushwaha1-0/+1
2016-05-03usb: dwc2: Init desc_before_addrMarek Vasut1-0/+3
2016-05-03usb: dwc2: Make OC protection configurableMarek Vasut1-3/+14
2016-05-03usb: dwc2: Pull Ext VBUS macro from dwc_otg_core_init()Marek Vasut1-7/+14
2016-05-03usb: dwc2: Pass private data into dwc_otg_core_init()Marek Vasut1-2/+3
2016-05-02Fix spelling of "occurred".Vagrant Cascadian9-14/+14
2016-04-28drivers/video/am335x-fb: Properly point framebuffer behind paletteMartin Pietryka1-4/+4
2016-04-28drivers/video/am335x-fb: Add support for 16bpp formatMartin Pietryka1-3/+19