summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* timer: Sort Kconfig driver entriesBin Meng2018-11-141-55/+55
* dm: core: Mirror the chosen node parse logic in the livetree scanningBin Meng2018-11-141-0/+10
* dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng2018-11-146-14/+17
* dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()Bin Meng2018-11-141-0/+25
* cpu: mpc83xx: Remove unnecessary characters in the description stringBin Meng2018-11-141-1/+1
* Merge branch 'next'Tom Rini2018-11-1416-969/+2444
|\
| * driver: net: ti: keystone_net: switch to use common mdio libGrygorii Strashko2018-11-052-102/+18
| * driver: net: ti: cpsw: switch to use common mdio libGrygorii Strashko2018-11-051-128/+6
| * driver: net: ti: introduce common mdio support libraryGrygorii Strashko2018-11-053-1/+222
| * driver: net: ti: cpsw: update to use SPDX identifierGrygorii Strashko2018-11-051-10/+2
| * drivers: net: keystone_net: drop non dm codeGrygorii Strashko2018-11-051-286/+1
| * configs: net: convert DRIVER_TI_KEYSTONE_NET kconfigGrygorii Strashko2018-11-051-0/+5
| * driver: net: consolidate ti's code in separate folderGrygorii Strashko2018-11-059-14/+24
| * net: phy: mscc: add support for VSC8574 PHYQuentin Schulz2018-11-051-0/+420
| * net: phy: mscc: factorize part of config function for VSC8584Quentin Schulz2018-11-051-17/+39
| * net: phy: mscc: add support for VSC8584 PHYQuentin Schulz2018-11-051-0/+553
| * aspeed: ast2500: fix D2-PLL clock setting in RGMII modeCédric Le Goater2018-11-051-0/+38
| * net: ftgmac100: Add support for the Aspeed SoCCédric Le Goater2018-11-051-4/+27
| * aspeed: ast2500: fix missing break in D2PLL clock enablementCédric Le Goater2018-11-051-0/+1
| * net: ftgmac100: add clock supportCédric Le Goater2018-11-051-1/+14
| * net: ftgmac100: handle timeouts when transmittingCédric Le Goater2018-11-051-0/+24
| * net: ftgmac100: convert the RX/TX descriptor arraysCédric Le Goater2018-11-051-77/+64
| * net: ftgmac100: add MDIO bus and phylib supportCédric Le Goater2018-11-051-220/+160
| * net: ftgmac100: use setbits_le32() in the reset methodCédric Le Goater2018-11-051-1/+1
| * net: ftgmac100: convert to driver modelCédric Le Goater2018-11-052-92/+157
| * net: ftgmac100: use the aligned() macroCédric Le Goater2018-11-051-2/+2
| * net: ftgmac100: use the BIT() macroCédric Le Goater2018-11-051-77/+77
| * net: Add MT7628 ethernet driverStefan Roese2018-11-053-0/+652
* | gpio: pca953x_gpio: fix DT GPIO flags translationAnatolij Gustschin2018-11-141-1/+1
* | mtd: Drop duplicate MTD_PARTITIONS Kconfig optionBoris Brezillon2018-11-131-6/+0
* | dfu: nand: Add missing dependency on CMD_MTDPARTSBoris Brezillon2018-11-131-0/+1
* | mtd: Use default mtdparts/mtids when not defined in the environmentBoris Brezillon2018-11-131-2/+60
* | mmc: dw_mmc: Add RCRC handlingMarek Vasut2018-11-101-0/+4
* | dm: Fix typo - missed semicolonAndy Shevchenko2018-11-091-1/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2018-11-044-55/+105
|\
| * mmc: tmio: sdhi: Merge DTCNTL access into single register writeMarek Vasut2018-11-021-6/+3
| * mmc: tmio: sdhi: Implement waiting for DAT0 line stateMarek Vasut2018-11-021-1/+26
| * mmc: tmio: sdhi: Clear HS400 settings when resetting SCCMarek Vasut2018-11-021-0/+7
| * mmc: tmio: sdhi: Touch SCC only when UHS capableMarek Vasut2018-11-021-2/+3
| * mmc: tmio: Preinitialize regulator to 3.3VMarek Vasut2018-11-021-0/+2
| * mmc: tmio: Configure clock before any other IOSMarek Vasut2018-11-021-1/+1
| * mmc: tmio: Silence transfer errors when tuningMarek Vasut2018-11-021-21/+24
| * mmc: tmio: Improve error handlingMarek Vasut2018-11-021-3/+4
| * mmc: tmio: Simplify pinmux handlingMarek Vasut2018-11-021-19/+3
| * pinctrl: renesas: Add POCCTRL handling to r8a77990Marek Vasut2018-11-021-2/+32
| * pinctrl: renesas: Fix DRV register offsetMarek Vasut2018-11-021-1/+1
* | power: spl: add SPL_DM_REGULATOR_GPIO in KconfigLokesh Vutla2018-11-011-1/+8
* | w1: fix data abort if no one wire bus master presentMartin Fuzzey2018-11-011-6/+8
* | w1-eeprom: ds24xxx: fix data abort in ds24xxx_probe()Martin Fuzzey2018-11-011-1/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2018-10-312-2/+2
|\