aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-09-16Merge git://git.denx.de/u-boot-fdtTom Rini1-1/+4
2015-09-15arm: Remove unused ST-Ericsson u8500 archStefan Roese5-803/+1
2015-09-15mtd: nand: fsmc: Fixes and cleanup for fsmc_nand_switch_ecc()Stefan Roese1-6/+15
2015-09-15fdt: add new fdt address parsing functionsStephen Warren1-1/+4
2015-09-13Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2-10/+36
2015-09-13pcie_imx: Use 'ms' for millisecondsFabio Estevam1-3/+3
2015-09-13thermal: imx_thermal: Do not print on errorFabio Estevam1-1/+1
2015-09-13imx: imx7d: add imx-common cpu support for imx7dAdrian Alonso1-1/+1
2015-09-13thermal: imx: add imx7d soc thermal supportAdrian Alonso1-6/+84
2015-09-13thermal: imx_thermal: rework driver to be reusedAdrian Alonso2-8/+12
2015-09-12usb: ci_udc: fix emissions of ZLPsStephen Warren1-10/+8
2015-09-12usb: gadget: ci_udc: implement usb_ep_ops dequeue callbackPeng Fan1-0/+26
2015-09-11gpio: lpc32xx: fix issues with port3 gpioSylvain Lemieux1-6/+35
2015-09-11bitops: introduce BIT() definitionHeiko Schocher5-9/+0
2015-09-11dfu: mmc: buffer file reads tooStephen Warren2-12/+26
2015-09-11dfu: don't keep freeing/reallocatingStephen Warren1-2/+2
2015-09-11usb: gadget: don't leak configs when unbindingStephen Warren2-2/+1
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass20-0/+20
2015-09-11Move malloc_cache_aligned() to its own headerSimon Glass1-0/+1
2015-09-11mtd: nand: fsmc: Add BCH4 SW ECC support for SPEAr600Stefan Roese1-0/+40
2015-09-11arm: Remove xaeniax boardSimon Glass2-72/+1
2015-09-11arm: Remove nhk8815 boards and nomadik archSimon Glass2-207/+0
2015-09-11driver: misc: correct Kconfig entryPeng Fan1-1/+1
2015-09-11Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-0/+1
2015-09-11usb: gadget: at91_udc: add at91_udc into U-BootHeiko Schocher3-517/+103
2015-09-11usb: gadget: at91_udc: port linux driver at91_udcHeiko Schocher2-0/+2211
2015-09-10sunxi_nand_spl: Add config parameter for 4KiB page sized NAND devicesStefan Roese1-0/+1
2015-09-09net: designware: Fix build warningsBin Meng1-4/+4
2015-09-09dm: pci: Allow a PCI bus to be found without an aliasSimon Glass1-4/+24
2015-09-09net: pch_gbe: Add Kconfig optionBin Meng1-0/+13
2015-09-09net: pch_gbe: Convert to driver modelBin Meng2-62/+73
2015-09-07Merge git://git.denx.de/u-boot-usbTom Rini8-3/+132
2015-09-07usb: ehci: remember init modeStephen Warren2-1/+7
2015-09-07dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp featureLukasz Majewski1-0/+10
2015-09-07dfu: tftp: update: Add dfu_write_from_mem_addr() functionLukasz Majewski1-0/+37
2015-09-07dfu: tftp: update: Provide tftp support for the DFU subsystemLukasz Majewski2-0/+66
2015-09-07dfu: Delete superfluous initialization of the dfu_buf_size static variableLukasz Majewski1-1/+1
2015-09-07usb: gadget: f_thor: Allocate request up to THOR_PACKET_SIZESiva Durga Prasad Paladugu1-1/+1
2015-09-07f_thor: Dont perform reset at the end of thorSiva Durga Prasad Paladugu2-0/+10
2015-09-04net: altera_tse: Zap unused variableMarek Vasut1-2/+0
2015-09-04mmc: dw_mmc: Probe the MMC from OFMarek Vasut1-13/+68
2015-09-03Merge git://git.denx.de/u-boot-rockchipTom Rini37-22/+2650
2015-09-02mmc: Probe DM based mmc devices in u-bootSjoerd Simons1-4/+39
2015-09-02rockchip: Add SPI driverSimon Glass4-0/+507
2015-09-02rockchip: Add I2C driverSimon Glass3-0/+401
2015-09-02rockchip: Add an MMC driverSimon Glass3-0/+108
2015-09-02rockchip: rk3288: Add pinctrl driverSimon Glass4-0/+459
2015-09-02rockchip: rk3288: Add clock driverSimon Glass2-0/+619
2015-09-02power: regulator: Add a driver for ACT8846 regulatorsSimon Glass3-0/+165
2015-09-02power: Add support for ACT8846 PMICSimon Glass3-0/+100