aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-06-19spl: nand: rework SYS_NAND_U_BOOT_OFFS Kconfig option dependencyBoris Brezillon1-4/+11
2016-06-19spl: nand: sunxi: remove support for so-called 'syndrome' modeBoris Brezillon1-42/+14
2016-06-03nand: fix nand torture to use changed mtd apiMax Krummenacher1-4/+4
2016-06-03mtd: nand: Sync with Linux v4.6Scott Wood17-171/+298
2016-06-03mtd: nand: Add page argument to write_page() etc.Scott Wood14-46/+55
2016-06-03mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood30-307/+298
2016-06-03nand: Embed mtd_info in struct nand_chipScott Wood20-172/+184
2016-06-03mtd: nand: Remove nand_info_t typedefScott Wood7-100/+100
2016-06-03mtd: nand: Remove docg4 driver and palmtreo680 flashing toolScott Wood3-1251/+0
2016-06-03mtd: nand: Remove jz4740 driverMarek Vasut2-259/+0
2016-06-03mtd: nand: arasan_nfc: Correct nand ecc initializationSiva Durga Prasad Paladugu1-9/+9
2016-06-02usb: phy: omap_usb_phy: Fix USB3_PHY DPLL configurationRoger Quadros1-15/+41
2016-06-02serial: 16550: Drop OMAP1510 supportMarek Vasut1-17/+3
2016-06-02serial: 16550: Make serial_io/out_shift available to debug modeMarek Vasut1-6/+6
2016-06-02gpio: mxs: Remove netdev.hMarek Vasut1-1/+0
2016-05-31net: Add ag7xxx driver for Atheros MIPSMarek Vasut3-0/+990
2016-05-31net: pcnet: Fix init on big endian 64 bitPaul Burton1-3/+3
2016-05-31net: pcnet: Make 64 bit safePaul Burton1-8/+10
2016-05-31net: pcnet: Stop converting kseg1->kseg0 addressesPaul Burton1-9/+6
2016-05-27Merge git://git.denx.de/u-boot-dmTom Rini23-196/+610
2016-05-27Merge git://git.denx.de/u-boot-rockchipTom Rini4-7/+95
2016-05-27mtd: nand: am335x: spl: Fix copying of imageLokesh Vutla1-1/+14
2016-05-27spl: Support loading a FIT from SPILokesh Vutla1-5/+32
2016-05-27usb: dwc3: Makefile: Don't build gadget code if USB_GADGET is disabledRoger Quadros1-1/+1
2016-05-27arm: add initial support for Amlogic Meson and ODROID-C2Beniamino Galvani3-0/+178
2016-05-27net: designware: fix descriptor layout and warnings on 64-bit archsBeniamino Galvani2-29/+34
2016-05-27dm: mmc: Use cfg directly in mmc_bind()Simon Glass1-1/+1
2016-05-27dm: mmc: Fix up mmc_bread/bwrite() prototypes for SPLSimon Glass1-0/+14
2016-05-27dm: rockchip: mmc: Allow use of CONFIG_BLKSimon Glass1-0/+31
2016-05-27dm: mmc: dwmmc: Support CONFIG_BLKSimon Glass1-14/+28
2016-05-27dm: mmc: Convert sdhci to support CONFIG_BLKSimon Glass1-1/+1
2016-05-27rockchip: video: Flush the cache when the display is updatedSimon Glass1-0/+1
2016-05-27rockchip: rk3288: Add clock support for the gmac ethernet interfaceSjoerd Simons1-0/+14
2016-05-27rockchip: rk3288: pinctrl: support more pinsSjoerd Simons1-1/+1
2016-05-27net: designware: support phy reset device-tree bindingsSjoerd Simons2-6/+80
2016-05-27dm: gpio: pca953x: Support PCA953X with 40 GPIOsmario.six@gdsys.cc1-3/+6
2016-05-26mmc: Use byte array for multipliersSimon Glass1-1/+1
2016-05-26mmc: Drop mmc_register()Simon Glass1-9/+0
2016-05-26reset: Drop the reset failure messageSimon Glass1-1/+1
2016-05-26mailbox: implement a sandbox testStephen Warren4-0/+167
2016-05-26Add a mailbox driver framework/uclassStephen Warren5-0/+166
2016-05-26Rename reset to sysresetStephen Warren7-125/+126
2016-05-26sunxi: gpio: convert bind() to use driver dataStephen Warren1-40/+50
2016-05-26dm: allow setting driver_data before/during bindStephen Warren2-5/+24
2016-05-25Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2-2/+31
2016-05-26dm: ns16550: Don't map_physmem for I/O portsPaul Burton1-2/+8
2016-05-25fdt: Support for ISA bussesPaul Burton1-0/+23
2016-05-25Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini5-46/+321
2016-05-25Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini1-0/+4
2016-05-25sunxi: power: add AXP809 supportChen-Yu Tsai3-26/+285