summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass
2016-05-17sandbox: Add dummy SATA functionsSimon Glass
2016-05-17sandbox: Add dummy SCSI functionsSimon Glass
2016-05-17dm: Rename disk uclass to ahciSimon Glass
2016-05-17pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSESimon Glass
2016-05-17Revert "dm: sandbox: Drop the pre-DM host implementation"Simon Glass
2016-05-17gpio: exynos(s5p): remove gpio_xlate routineEric Nelson
2016-05-17gpio: rk: remove gpio_xlate routineEric Nelson
2016-05-17gpio: pic32: remove gpio_xlate routineEric Nelson
2016-05-17gpio: omap: remove gpio_xlate routineEric Nelson
2016-05-17gpio: intel_broadwell: remove gpio_xlate routineEric Nelson
2016-05-17dm: gpio: add a default gpio xlate routineEric Nelson
2016-05-17drivers: usb: common: add common code for usb drivers to useMugunthan V N
2016-05-17dm: gpio: introduce 74x164 driverPeng Fan
2016-05-17dm: spi: introduce dm apiPeng Fan
2016-05-17dm: spi: soft_spi: switch to use linux compatible stringPeng Fan
2016-05-17dm: spi: soft_spi bug fixPeng Fan
2016-05-17fdt: fix dev_get_addr_name node offsetStephen Warren
2016-05-17video: tegra: refuse to bind to disabled dcsStephen Warren
2016-05-17dm: core: allow drivers to refuse to bindStephen Warren
2016-05-17m68k: add DM model serial driverangelo@sysam.it
2016-05-17dm: gpio: pca953x: introduce driver model support for pca953xPeng Fan
2016-05-06Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2016-05-06Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2016-05-06usb: gadget: dfu: discard dead codePeng Fan
2016-05-06dfu: avoid memory leakPeng Fan
2016-05-06usb: dwc2: Add delay to fix the USB detection problem on SoCFPGAStefan Roese
2016-05-06mtd: cqspi: Simplify indirect read codeMarek Vasut
2016-05-06mtd: cqspi: Simplify indirect write codeMarek Vasut
2016-05-06usb: ehci-mx6: allow board_ehci_hcd_init to failStefan Agner
2016-05-05Fix various typos, scattered over the code.Robert P. J. Day
2016-05-04pci: tegra: fix DM conversion issues on Tegra20Stephen Warren
2016-05-03drivers: net: ldpaa: Memset pools_params as "0" before usePrabhakar Kushwaha
2016-05-03usb: dwc2: Init desc_before_addrMarek Vasut
2016-05-03usb: dwc2: Make OC protection configurableMarek Vasut
2016-05-03usb: dwc2: Pull Ext VBUS macro from dwc_otg_core_init()Marek Vasut
2016-05-03usb: dwc2: Pass private data into dwc_otg_core_init()Marek Vasut
2016-05-02Fix spelling of "occurred".Vagrant Cascadian
2016-04-28drivers/video/am335x-fb: Properly point framebuffer behind paletteMartin Pietryka
2016-04-28drivers/video/am335x-fb: Add support for 16bpp formatMartin Pietryka
2016-04-25Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2016-04-25drivers/video/am335x-fb: Fix bits for LCD_PALMODE_RAWDATA definitionMartin Pietryka
2016-04-25pci: Device scanning range fixYoshinori Sato
2016-04-25mmc: sdhci: add const qualifier to the name of struct sdhci_hostMasahiro Yamada
2016-04-25sf: fix timebase data type in _wait_ready()Stephen Warren
2016-04-25Merge branch 'master' of git://www.denx.de/git/u-boot-uniphierTom Rini
2016-04-25Merge branch 'master' of git://www.denx.de/git/u-boot-usbTom Rini
2016-04-25Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2016-04-25dfu: ram: fix number base of RAM entity parametersStephen Warren
2016-04-25drivers: dfu: ram: fix a crash with dfu ram with invalid dfu_alt_info envMugunthan V N