aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-11-14i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL checkBin Meng1-0/+2
2018-11-14gpio: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng4-3/+3
2018-11-14clk: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng5-7/+0
2018-11-14serial: ns16550: fix debug uart putc called before initSimon Goldschmidt1-2/+16
2018-11-14uclass: Use uclass_foreach_dev() macro instead of open codingLiviu Dudau2-10/+10
2018-11-14virtio: Add a Sandbox transport driverBin Meng3-0/+242
2018-11-14virtio: net: Support non-legacy deviceBin Meng1-5/+26
2018-11-14virtio: pci: Support non-legacy PCI transport deviceBin Meng3-4/+613
2018-11-14test: dm: pci: Add cases for finding next PCI capability APIsBin Meng1-0/+9
2018-11-14dm: pci: Add APIs to find next capability and extended capabilityBin Meng1-15/+36
2018-11-14virtio: Add virtio over pci transport driverBin Meng4-0/+603
2018-11-14virtio: Add block driver supportTuomas Tynkkynen4-0/+274
2018-11-14blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen1-0/+2
2018-11-14blk: Make blk_next_free_devnum() publicBin Meng1-1/+1
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-13sunxi: use 6MHz PLL_VIDEO step for DE2 for higher resolution LCDIcenowy Zheng1-8/+14
2018-11-13dm: video: bridge: don't fail to activate bridge if reset or sleep GPIO is mi...Vasily Khoruzhick1-5/+11
2018-11-13mmc: sunxi: add support for automatic delay calibrationVasily Khoruzhick1-1/+20
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