aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring
2018-12-05of: Use of_node_name_eq for node name comparisonsRob Herring
2018-12-03OF: Add a warning in case chosen node is not presentNick Kossifidis
2018-11-27of: Use device_type helpers to access the node typeRob Herring
2018-11-27power: reset: Convert to using %pOFn instead of device_node.nameRob Herring
2018-11-27mtd: Convert to using %pOFn instead of device_node.nameRob Herring
2018-11-27backlight: pm8941: Convert to using %pOFn instead of device_node.nameRob Herring
2018-11-27memory: Convert to using %pOFn instead of device_node.nameRob Herring
2018-11-27irqchip: Convert to using %pOFn instead of device_node.nameRob Herring
2018-11-26of/fdt: Remove custom __early_init_dt_declare_initrd() implementationFlorian Fainelli
2018-11-26of/fdt: Populate phys_initrd_start/phys_initrd_size from FDTFlorian Fainelli
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-11-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-11-11net: dsa: mv88e6xxx: Fix clearing of stats countersAndrew Lunn
2018-11-10Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-11-10Merge tag 'drm-fixes-2018-11-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-11-10Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-11-11Merge branch 'drm-fixes-4.20' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie
2018-11-11Merge tag 'drm-misc-fixes-2018-11-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-11-11Merge tag 'drm-intel-fixes-2018-11-08' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2018-11-10Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-11-10Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-11-09net: mvneta: correct typoAlexandre Belloni
2018-11-09net: qualcomm: rmnet: Fix incorrect assignment of real_devSubash Abhinov Kasiviswanathan
2018-11-09net: aquantia: allow rx checksum offload configurationDmitry Bogdanov
2018-11-09net: aquantia: invalid checksumm offload implementationDmitry Bogdanov
2018-11-09net: aquantia: fixed enable unicast on 32 macvlanIgor Russkikh
2018-11-09net: aquantia: fix potential IOMMU fault after driver unbindDmitry Bogdanov
2018-11-09net: aquantia: synchronized flow control between mac/phyIgor Russkikh
2018-11-09Merge tag 'devicetree-fixes-for-4.20-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-11-09Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-09clk: qcom: gcc: Fix board clock node nameVinod Koul
2018-11-09Merge tag 'kfree_validate_v7-for-4.20' of git://git.kernel.org/pub/scm/linux/...Rob Herring
2018-11-09of/pdt: Remove unused of_pdt_build_more function ptrRob Herring
2018-11-09usb: typec: ucsi: add support for Cypress CCGxAjay Gupta
2018-11-09serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeoutYoshihiro Shimoda
2018-11-09i2c: nvidia-gpu: make pm_ops staticWolfram Sang
2018-11-09i2c: add i2c bus driver for NVIDIA GPUAjay Gupta
2018-11-09i2c: qcom-geni: Fix runtime PM mismatch with child devicesStephen Boyd
2018-11-09i2c: omap: Enable for ARCH_K3Vignesh R
2018-11-09xen: remove size limit of privcmd-buf mapping interfaceJuergen Gross
2018-11-09Revert "nvmet-rdma: use a private workqueue for delete"Christoph Hellwig
2018-11-09nvme: make sure ns head inherits underlying device limitsSagi Grimberg
2018-11-09nvmet: don't try to add ns to p2p map unless it actually uses itSagi Grimberg
2018-11-08of: unittest: initialize args before calling of_*parse_*()Frank Rowand
2018-11-08of: unittest: find overlays[] entry by name instead of indexFrank Rowand
2018-11-08of: unittest: allow base devicetree to have symbol metadataFrank Rowand
2018-11-08of: overlay: set node fields from properties when add new overlay nodeFrank Rowand
2018-11-08of: unittest: remove unused of_unittest_apply_overlay() argumentFrank Rowand
2018-11-08of: overlay: check prevents multiple fragments touching same propertyFrank Rowand