aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-09-25ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSITuomas Tynkkynen1-0/+2
2018-09-25ata: ahci: Loop over the actual number of ports, not the maximumTuomas Tynkkynen1-1/+1
2018-09-25mmc: omap_hsmmc: Fix pbias for omap3_logic to enable CD pinAdam Ford1-0/+4
2018-09-25spi: add support for ARM PL022 SPI controllerQuentin Schulz3-0/+347
2018-09-25drivers: net: cpsw: add support to update phy addressSekhar Nori1-0/+29
2018-09-22pinctrl: bcm6838: add pinctrl supportPhilippe Reynes3-0/+170
2018-09-19Merge git://git.denx.de/u-boot-marvellTom Rini8-159/+477
2018-09-19phy: marvell: add SATA comphy RX/TX polarity invert supportRabeeh Khoury2-2/+23
2018-09-19fix: nand: pxa3xx: Add WA for eliminating flash ready timeoutDavid Sniatkiwicz1-0/+3
2018-09-19nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NANDKonstantin Porotchkin1-6/+66
2018-09-19nand: pxa3xx: cosmetic: add comments to the timing layout structuresKonstantin Porotchkin1-1/+20
2018-09-19fix: nand: Replace hardcoded page chunk size with calculated oneKonstantin Porotchkin1-22/+20
2018-09-19mtd: nand: pxa3xx: add support for Toshiba flashKonstantin Porotchkin1-0/+3
2018-09-19mtd: nand: pxa3xx: add support for 2KB 8-bit flashVictor Axelrod1-0/+27
2018-09-19mtd: nand: pxa3xx: Fix READOOB implementationBoris Brezillon1-0/+1
2018-09-19mtd: nand: pxa3xx_nand: add support for partial chunksOfer Heifetz1-55/+99
2018-09-19mtd: pxa3xx_nand: Simplify pxa3xx_nand_scanOfer Heifetz1-16/+14
2018-09-19mtd: pxa3xx_nand: Fix initial controller configurationOfer Heifetz1-12/+29
2018-09-19mtd: pxa3xx_nand: Increase the initial chunk sizeOfer Heifetz1-1/+1
2018-09-19nand: pxa3xx: Increase READ_ID buffer and make the size staticOfer Heifetz1-19/+10
2018-09-19mtd: nand: pxa3xx-nand: fix random command timeoutsOfer Heifetz1-3/+7
2018-09-19mtd: nand: pxa3xx_nand: fix early spurious interruptOfer Heifetz1-1/+1
2018-09-19mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing()Ofer Heifetz1-2/+2
2018-09-19mtd: nand: pxa3xx_nand: use nand_to_mtd()Ofer Heifetz1-10/+9
2018-09-19mtd: nand: pxa3xx_nand: Increase initial buffer sizeOfer Heifetz1-6/+9
2018-09-19clk: armada-37xx-periph: Support changing clock parent and rateMarek Behún1-1/+129
2018-09-19phy: marvell: Support changing SERDES map in board fileMarek Behún5-16/+18
2018-09-18ofnode: add ofnode_by_prop_value()Jens Wiklander2-0/+41
2018-09-18dm: core: fix devfdt_remap_addr_index()Cédric Le Goater1-1/+1
2018-09-18dm: core: Scan "/firmware" node by defaultRajan Vaja1-1/+7
2018-09-18dm: core: Move "/clock" node scan into functionRajan Vaja1-15/+18
2018-09-18misc: Add MPC83xx serdes driverMario Six4-0/+425
2018-09-18cpu: Add MPC83xx CPU driverMario Six4-0/+483
2018-09-18test: Add tests for CPU uclassMario Six2-0/+62
2018-09-18cpu: Add cpu_probe_all methodMario Six1-0/+23
2018-09-18timer: Add MPC83xx timer driverMario Six3-0/+257
2018-09-18timer: Sort Makefile entriesMario Six1-8/+8
2018-09-18clk: Add MPC83xx clock driverMario Six4-0/+796
2018-09-18mpc83xx: Add sysreset driverMario Six4-4/+325
2018-09-18test: Add tests for sysreset_get_statusMario Six1-0/+16
2018-09-18sysreset: Add get_status methodMario Six1-0/+10
2018-09-18ram: Add driver for MPC83xxMario Six3-0/+1106
2018-09-16Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2-5/+66
2018-09-15usb: ehci-generic: Add vbus-supply regulator supportPatrice Chotard1-1/+61
2018-09-15socfpga: stratix10: fix sdram_calculate_sizeDalon Westergreen1-2/+2
2018-09-15gpio: dwapb_gpio: Change to use dev_read_addr()Ley Foon Tan1-1/+1
2018-09-15gpio: dwapb_gpio: Add reset ctrl to driverLey Foon Tan1-2/+49
2018-09-15gpio: dwapb_gpio: Enable get_function supportLey Foon Tan1-0/+14
2018-09-14Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2-320/+0
2018-09-14i2c: Drop CONFIG_SYS_I2C_MXSTuomas Tynkkynen2-320/+0