summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-11-14blk: Drop blk_prepare_device()Bin Meng1-9/+0
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng6-8/+13
2018-11-14sandbox: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng1-7/+8
2018-11-14virtio: Add net driver supportTuomas Tynkkynen4-0/+494
2018-11-14virtio: Add virtio over mmio transport driverBin Meng4-0/+550
2018-11-14virtio: Add codes for virtual queue/ring managementTuomas Tynkkynen2-1/+359
2018-11-14dm: Add a new uclass driver for VirtIO transport devicesBin Meng5-0/+403
2018-11-14dm: core: Allow uclass to set up a device's child after it is probedBin Meng1-1/+12
2018-11-14regmap: Add endianness supportMario Six1-10/+124
2018-11-14regmap: Support reading from specific rangeMario Six1-5/+44
2018-11-14regmap: Add raw read/write functionsMario Six1-7/+57
2018-11-14regmap: Add error outputMario Six1-2/+8
2018-11-14regmap: Introduce init_rangeMario Six1-12/+56
2018-11-14core: ofnode: Fix mem leak in error pathMario Six1-1/+3
2018-11-14misc: Add IHS FPGA driverMario Six4-0/+926
2018-11-14misc: Add gdsys_soc driverMario Six4-0/+106
2018-11-14misc: Sort Makefile entriesMario Six1-30/+31
2018-11-14regmap: Improve error handlingMario Six1-0/+17
2018-11-14regmap: Add documentationMario Six1-0/+6
2018-11-14timer: Sort Kconfig driver entriesBin Meng1-55/+55
2018-11-14dm: core: Mirror the chosen node parse logic in the livetree scanningBin Meng1-0/+10
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng6-14/+17
2018-11-14dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()Bin Meng1-0/+25
2018-11-14cpu: mpc83xx: Remove unnecessary characters in the description stringBin Meng1-1/+1
2018-11-14Merge branch 'next'Tom Rini16-969/+2444
2018-11-14gpio: pca953x_gpio: fix DT GPIO flags translationAnatolij Gustschin1-1/+1
2018-11-13mtd: Drop duplicate MTD_PARTITIONS Kconfig optionBoris Brezillon1-6/+0
2018-11-13dfu: nand: Add missing dependency on CMD_MTDPARTSBoris Brezillon1-0/+1
2018-11-13mtd: Use default mtdparts/mtids when not defined in the environmentBoris Brezillon1-2/+60
2018-11-10mmc: dw_mmc: Add RCRC handlingMarek Vasut1-0/+4
2018-11-09dm: Fix typo - missed semicolonAndy Shevchenko1-1/+1
2018-11-05driver: net: ti: keystone_net: switch to use common mdio libGrygorii Strashko2-102/+18
2018-11-05driver: net: ti: cpsw: switch to use common mdio libGrygorii Strashko1-128/+6
2018-11-05driver: net: ti: introduce common mdio support libraryGrygorii Strashko3-1/+222
2018-11-05driver: net: ti: cpsw: update to use SPDX identifierGrygorii Strashko1-10/+2
2018-11-05drivers: net: keystone_net: drop non dm codeGrygorii Strashko1-286/+1
2018-11-05configs: net: convert DRIVER_TI_KEYSTONE_NET kconfigGrygorii Strashko1-0/+5
2018-11-05driver: net: consolidate ti's code in separate folderGrygorii Strashko9-14/+24
2018-11-05net: phy: mscc: add support for VSC8574 PHYQuentin Schulz1-0/+420
2018-11-05net: phy: mscc: factorize part of config function for VSC8584Quentin Schulz1-17/+39
2018-11-05net: phy: mscc: add support for VSC8584 PHYQuentin Schulz1-0/+553
2018-11-05aspeed: ast2500: fix D2-PLL clock setting in RGMII modeCédric Le Goater1-0/+38
2018-11-05net: ftgmac100: Add support for the Aspeed SoCCédric Le Goater1-4/+27
2018-11-05aspeed: ast2500: fix missing break in D2PLL clock enablementCédric Le Goater1-0/+1
2018-11-05net: ftgmac100: add clock supportCédric Le Goater1-1/+14
2018-11-05net: ftgmac100: handle timeouts when transmittingCédric Le Goater1-0/+24
2018-11-05net: ftgmac100: convert the RX/TX descriptor arraysCédric Le Goater1-77/+64
2018-11-05net: ftgmac100: add MDIO bus and phylib supportCédric Le Goater1-220/+160
2018-11-05net: ftgmac100: use setbits_le32() in the reset methodCédric Le Goater1-1/+1
2018-11-05net: ftgmac100: convert to driver modelCédric Le Goater2-92/+157