summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-11-14gpio: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-11-14clk: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-11-14serial: ns16550: fix debug uart putc called before initSimon Goldschmidt
2018-11-14uclass: Use uclass_foreach_dev() macro instead of open codingLiviu Dudau
2018-11-14virtio: Add a Sandbox transport driverBin Meng
2018-11-14virtio: net: Support non-legacy deviceBin Meng
2018-11-14virtio: pci: Support non-legacy PCI transport deviceBin Meng
2018-11-14test: dm: pci: Add cases for finding next PCI capability APIsBin Meng
2018-11-14dm: pci: Add APIs to find next capability and extended capabilityBin Meng
2018-11-14virtio: Add virtio over pci transport driverBin Meng
2018-11-14virtio: Add block driver supportTuomas Tynkkynen
2018-11-14blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen
2018-11-14blk: Make blk_next_free_devnum() publicBin Meng
2018-11-14blk: Drop blk_prepare_device()Bin Meng
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng
2018-11-14sandbox: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng
2018-11-14virtio: Add net driver supportTuomas Tynkkynen
2018-11-14virtio: Add virtio over mmio transport driverBin Meng
2018-11-14virtio: Add codes for virtual queue/ring managementTuomas Tynkkynen
2018-11-14dm: Add a new uclass driver for VirtIO transport devicesBin Meng
2018-11-14dm: core: Allow uclass to set up a device's child after it is probedBin Meng
2018-11-14regmap: Add endianness supportMario Six
2018-11-14regmap: Support reading from specific rangeMario Six
2018-11-14regmap: Add raw read/write functionsMario Six
2018-11-14regmap: Add error outputMario Six
2018-11-14regmap: Introduce init_rangeMario Six
2018-11-14core: ofnode: Fix mem leak in error pathMario Six
2018-11-14misc: Add IHS FPGA driverMario Six
2018-11-14misc: Add gdsys_soc driverMario Six
2018-11-14misc: Sort Makefile entriesMario Six
2018-11-14regmap: Improve error handlingMario Six
2018-11-14regmap: Add documentationMario Six
2018-11-14timer: Sort Kconfig driver entriesBin Meng
2018-11-14dm: core: Mirror the chosen node parse logic in the livetree scanningBin Meng
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng
2018-11-14dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()Bin Meng
2018-11-14cpu: mpc83xx: Remove unnecessary characters in the description stringBin Meng
2018-11-14Merge branch 'next'Tom Rini
2018-11-14gpio: pca953x_gpio: fix DT GPIO flags translationAnatolij Gustschin
2018-11-13mtd: Drop duplicate MTD_PARTITIONS Kconfig optionBoris Brezillon
2018-11-13dfu: nand: Add missing dependency on CMD_MTDPARTSBoris Brezillon
2018-11-13mtd: Use default mtdparts/mtids when not defined in the environmentBoris Brezillon
2018-11-10mmc: dw_mmc: Add RCRC handlingMarek Vasut
2018-11-09dm: Fix typo - missed semicolonAndy Shevchenko
2018-11-05driver: net: ti: keystone_net: switch to use common mdio libGrygorii Strashko
2018-11-05driver: net: ti: cpsw: switch to use common mdio libGrygorii Strashko
2018-11-05driver: net: ti: introduce common mdio support libraryGrygorii Strashko
2018-11-05driver: net: ti: cpsw: update to use SPDX identifierGrygorii Strashko
2018-11-05drivers: net: keystone_net: drop non dm codeGrygorii Strashko
2018-11-05configs: net: convert DRIVER_TI_KEYSTONE_NET kconfigGrygorii Strashko