aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-07-24mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios1-1/+1
2016-07-24mtd: nand: Add a full-id entry for the H27QCG8T2E5R‐BCF NANDBoris Brezillon1-0/+4
2016-07-24mtd: nand: Add the sunxi NAND controller driverBoris Brezillon3-3/+1851
2016-07-24mtd: nand: add common DT init codeBrian Norris1-0/+70
2016-07-24ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()Masahiro Yamada18-100/+42
2016-07-22mtd: OneNAND: initialize mtd->writebufsize to let UBI workLadislav Michl1-0/+1
2016-07-22mtd: OneNAND: allow board init function failLadislav Michl1-15/+15
2016-07-22mtd: OneNAND: add timeout to wait ready loopsLadislav Michl1-11/+19
2016-07-22armv7: make gpmc_cfg constLadislav Michl1-1/+2
2016-07-22spl: Lightweight UBI and UBI fastmap supportThomas Gleixner5-0/+1170
2016-07-22onenand_spl_simple: Add a simple OneNAND read functionLadislav Michl1-0/+48
2016-07-22nand_spl_simple: Add a simple NAND read functionThomas Gleixner1-0/+62
2016-07-22mtd: Sort subsystem directories aplhabeticaly in MakefileLadislav Michl1-2/+2
2016-07-22i2c_eeprom: Add reading supportmario.six@gdsys.cc2-8/+36
2016-07-22Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini4-29/+36
2016-07-22usb: Kconfig: Add Kconfigs entry USB_EHCI_ZYNQSiva Durga Prasad Paladugu1-0/+7
2016-07-22dm: clk: Remove simple version of clk_get_by_index/name()Michal Simek1-27/+1
2016-07-22serial: zynq: Read information about clock from DTMichal Simek1-1/+27
2016-07-22mmc: sdhci: Disable internal clock enable bitSiva Durga Prasad Paladugu1-1/+1
2016-07-21Merge git://git.denx.de/u-boot-mpc85xxTom Rini2-0/+41
2016-07-21powerpc/mpc85xx: SECURE BOOT- Enable chain of trust in SPLSumit Garg2-0/+41
2016-07-21Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-0/+31
2016-07-20mtd: cfi_flash: fix polling for bit XSR.7 on Intel chipsDaniel Schwierzeck1-1/+1
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day9-9/+9
2016-07-15Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini7-22/+1100
2016-07-15sunxi: Use BROM stored boot_media value to determine our boot-sourceHans de Goede1-17/+0
2016-07-15Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini1-63/+85
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini19-54/+324
2016-07-15net: Add EMAC driver for H3/A83T/A64 SoCs.Amit Singh Tomar3-0/+799
2016-07-15sunxi: mmc: increase status register polling rate for data transfersTobias Doerffel1-5/+5
2016-07-15sunxi: Support booting from SPI flashSiarhei Siamashka3-0/+296
2016-07-14rockchip: pinctrl: Update the rk3288 driver to support of-platdataSimon Glass1-1/+7
2016-07-14rockchip: clk: Update the rk3288 driver to support of-platdataSimon Glass1-2/+18
2016-07-14rockchip: clk: Move all DT decoding to ofdata_to_platdata()Simon Glass1-1/+12
2016-07-14rockchip: mmc: Update the driver to support of-platdataSimon Glass1-3/+26
2016-07-14rockchip: mmc: Move all DT decoding to ofdata_to_platdata()Simon Glass1-15/+17
2016-07-14rockchip: serial: Add an of-platdata driver for rockchipSimon Glass3-0/+55
2016-07-14dm: serial: ns16550: Update to support of-platdataSimon Glass1-1/+3
2016-07-14dm: core: Add an implementation of regmap_init_mem_platdata()Simon Glass1-2/+16
2016-07-14dm: core: Move regmap allocation into a separate functionSimon Glass1-12/+22
2016-07-14sandbox: Don't bring in the eeprom emulator in SPLSimon Glass1-0/+2
2016-07-14dm: core: Expand platdata for of-platdata devicesSimon Glass1-11/+32
2016-07-14dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass2-2/+2
2016-07-14dm: serial: Add support for of-platdataSimon Glass1-1/+7
2016-07-14dm: clk: Add support for of-platdataSimon Glass2-2/+22
2016-07-14dm: sandbox: Add a simple driver to test of-platdataSimon Glass2-0/+58
2016-07-14dm: syscon: Add support for of-platdataSimon Glass1-0/+13
2016-07-14dm: regmap: Add a dummy implementation for of-platdataSimon Glass1-0/+9
2016-07-14dm: core: Don't use device tree with of-platdataSimon Glass3-4/+4
2016-07-14sandbox: serial: Don't sync video in SPLSimon Glass1-0/+2