summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * blk: Make blk_next_free_devnum() publicBin Meng2018-11-141-1/+1
| * blk: Drop blk_prepare_device()Bin Meng2018-11-141-9/+0
| * blk: Call part_init() in the post_probe() methodBin Meng2018-11-146-8/+13
| * sandbox: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng2018-11-141-7/+8
| * virtio: Add net driver supportTuomas Tynkkynen2018-11-144-0/+494
| * virtio: Add virtio over mmio transport driverBin Meng2018-11-144-0/+550
| * virtio: Add codes for virtual queue/ring managementTuomas Tynkkynen2018-11-142-1/+359
| * dm: Add a new uclass driver for VirtIO transport devicesBin Meng2018-11-145-0/+403
| * dm: core: Allow uclass to set up a device's child after it is probedBin Meng2018-11-141-1/+12
| * regmap: Add endianness supportMario Six2018-11-141-10/+124
| * regmap: Support reading from specific rangeMario Six2018-11-141-5/+44
| * regmap: Add raw read/write functionsMario Six2018-11-141-7/+57
| * regmap: Add error outputMario Six2018-11-141-2/+8
| * regmap: Introduce init_rangeMario Six2018-11-141-12/+56
| * core: ofnode: Fix mem leak in error pathMario Six2018-11-141-1/+3
| * misc: Add IHS FPGA driverMario Six2018-11-144-0/+926
| * misc: Add gdsys_soc driverMario Six2018-11-144-0/+106
| * misc: Sort Makefile entriesMario Six2018-11-141-30/+31
| * regmap: Improve error handlingMario Six2018-11-141-0/+17
| * regmap: Add documentationMario Six2018-11-141-0/+6
| * 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 'master' of git://git.denx.de/u-boot-sunxiTom Rini2018-11-143-14/+45
|\ \ | |/ |/|
| * sunxi: use 6MHz PLL_VIDEO step for DE2 for higher resolution LCDIcenowy Zheng2018-11-131-8/+14
| * dm: video: bridge: don't fail to activate bridge if reset or sleep GPIO is mi...Vasily Khoruzhick2018-11-131-5/+11
| * mmc: sunxi: add support for automatic delay calibrationVasily Khoruzhick2018-11-131-1/+20
* | 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