summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: bcm6838: add pinctrl supportPhilippe Reynes2018-09-223-0/+170
* Merge git://git.denx.de/u-boot-marvellTom Rini2018-09-198-159/+477
|\
| * phy: marvell: add SATA comphy RX/TX polarity invert supportRabeeh Khoury2018-09-192-2/+23
| * fix: nand: pxa3xx: Add WA for eliminating flash ready timeoutDavid Sniatkiwicz2018-09-191-0/+3
| * nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NANDKonstantin Porotchkin2018-09-191-6/+66
| * nand: pxa3xx: cosmetic: add comments to the timing layout structuresKonstantin Porotchkin2018-09-191-1/+20
| * fix: nand: Replace hardcoded page chunk size with calculated oneKonstantin Porotchkin2018-09-191-22/+20
| * mtd: nand: pxa3xx: add support for Toshiba flashKonstantin Porotchkin2018-09-191-0/+3
| * mtd: nand: pxa3xx: add support for 2KB 8-bit flashVictor Axelrod2018-09-191-0/+27
| * mtd: nand: pxa3xx: Fix READOOB implementationBoris Brezillon2018-09-191-0/+1
| * mtd: nand: pxa3xx_nand: add support for partial chunksOfer Heifetz2018-09-191-55/+99
| * mtd: pxa3xx_nand: Simplify pxa3xx_nand_scanOfer Heifetz2018-09-191-16/+14
| * mtd: pxa3xx_nand: Fix initial controller configurationOfer Heifetz2018-09-191-12/+29
| * mtd: pxa3xx_nand: Increase the initial chunk sizeOfer Heifetz2018-09-191-1/+1
| * nand: pxa3xx: Increase READ_ID buffer and make the size staticOfer Heifetz2018-09-191-19/+10
| * mtd: nand: pxa3xx-nand: fix random command timeoutsOfer Heifetz2018-09-191-3/+7
| * mtd: nand: pxa3xx_nand: fix early spurious interruptOfer Heifetz2018-09-191-1/+1
| * mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing()Ofer Heifetz2018-09-191-2/+2
| * mtd: nand: pxa3xx_nand: use nand_to_mtd()Ofer Heifetz2018-09-191-10/+9
| * mtd: nand: pxa3xx_nand: Increase initial buffer sizeOfer Heifetz2018-09-191-6/+9
| * clk: armada-37xx-periph: Support changing clock parent and rateMarek Behún2018-09-191-1/+129
| * phy: marvell: Support changing SERDES map in board fileMarek Behún2018-09-195-16/+18
* | ofnode: add ofnode_by_prop_value()Jens Wiklander2018-09-182-0/+41
* | dm: core: fix devfdt_remap_addr_index()Cédric Le Goater2018-09-181-1/+1
* | dm: core: Scan "/firmware" node by defaultRajan Vaja2018-09-181-1/+7
* | dm: core: Move "/clock" node scan into functionRajan Vaja2018-09-181-15/+18
* | misc: Add MPC83xx serdes driverMario Six2018-09-184-0/+425
* | cpu: Add MPC83xx CPU driverMario Six2018-09-184-0/+483
* | test: Add tests for CPU uclassMario Six2018-09-182-0/+62
* | cpu: Add cpu_probe_all methodMario Six2018-09-181-0/+23
* | timer: Add MPC83xx timer driverMario Six2018-09-183-0/+257
* | timer: Sort Makefile entriesMario Six2018-09-181-8/+8
* | clk: Add MPC83xx clock driverMario Six2018-09-184-0/+796
* | mpc83xx: Add sysreset driverMario Six2018-09-184-4/+325
* | test: Add tests for sysreset_get_statusMario Six2018-09-181-0/+16
* | sysreset: Add get_status methodMario Six2018-09-181-0/+10
* | ram: Add driver for MPC83xxMario Six2018-09-183-0/+1106
|/
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2018-09-162-5/+66
|\
| * socfpga: stratix10: fix sdram_calculate_sizeDalon Westergreen2018-09-151-2/+2
| * gpio: dwapb_gpio: Change to use dev_read_addr()Ley Foon Tan2018-09-151-1/+1
| * gpio: dwapb_gpio: Add reset ctrl to driverLey Foon Tan2018-09-151-2/+49
| * gpio: dwapb_gpio: Enable get_function supportLey Foon Tan2018-09-151-0/+14
* | usb: ehci-generic: Add vbus-supply regulator supportPatrice Chotard2018-09-151-1/+61
|/
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2018-09-142-320/+0
|\
| * i2c: Drop CONFIG_SYS_I2C_MXSTuomas Tynkkynen2018-09-142-320/+0
* | MMC: davinici_mmc: Enable CD and WP with DM and OF_CONTROLAdam Ford2018-09-111-0/+41
* | MMC: Enable DM_MMC for DavinciAdam Ford2018-09-111-11/+147
* | mmc: omap_hsmmc: Make DM_GPIO calls dependent on DM_GPIOAdam Ford2018-09-111-5/+9
* | DM: omap_gpio: Reduce overhead when used with OF_PLATDATAAdam Ford2018-09-111-3/+4
* | DM: OMAP24XX_I2C: Reduce overhead when used with OF_PLATDATAAdam Ford2018-09-111-6/+10