summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-01driver core: Add sync_state driver/bus callbackSaravana Kannan2-0/+91
2019-08-01of/platform: Add functional dependency link from DT bindingsSaravana Kannan2-0/+170
2019-08-01driver core: Add edit_links() callback for driversSaravana Kannan3-2/+71
2019-08-01driver core: Add support for linking devices during device additionSaravana Kannan2-0/+97
2019-08-01drivers: Fix htmldocs warnings with bus_find_next_device()Suzuki K Poulose1-0/+2
2019-08-01drivers: Fix typo in parameter description for driver_find_device_by_acpi_devSuzuki K Poulose1-1/+1
2019-08-01i2c: Revert incorrect conversion to use generic helperSuzuki K Poulose1-1/+4
2019-08-01mfd: aat2870: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-12/+2
2019-08-01mfd: ab8500: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-226/+98
2019-08-01mfd: ab3100: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-53/+13
2019-07-30coccinelle: Add script to check for platform_get_irq() excessive printsStephen Boyd1-0/+102
2019-07-30driver core: platform: Add an error message to platform_get_irq*()Stephen Boyd1-8/+34
2019-07-30Merge branch 'generic_lookup_helpers' into driver-core-nextGreg Kroah-Hartman48-383/+341
2019-07-30platform: Add platform_find_device_by_driver() helperSuzuki K Poulose6-12/+23
2019-07-30drivers: Add generic helper to match any deviceSuzuki K Poulose6-27/+28
2019-07-30drivers: Introduce device lookup variants by ACPI_COMPANION deviceSuzuki K Poulose4-16/+74
2019-07-30drivers: Introduce device lookup variants by device typeSuzuki K Poulose7-49/+49
2019-07-30drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose12-63/+57
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose15-110/+56
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose12-106/+54
2019-07-30driver core: Fix creation of device links with PM-runtime flagsRafael J. Wysocki1-2/+4
2019-07-25fs: kernfs: Fix possible null-pointer dereferences in kernfs_path_from_node_l...Jia-Ju Bai1-2/+4
2019-07-25kernfs: fix potential null pointer dereferencePeng Wang1-2/+1
2019-07-25driver core: Remove device link creation limitationRafael J. Wysocki4-82/+106
2019-07-21Linus 5.3-rc1v5.3-rc1Linus Torvalds1-2/+2
2019-07-21Merge tag 'devicetree-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-122/+119
2019-07-21Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2019-07-21Merge tag '5.3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-31/+126
2019-07-21iommu/amd: fix a crash in iova_magazine_free_pfnsQian Cai1-1/+1
2019-07-21hexagon: switch to generic version of pte allocationMike Rapoport1-32/+2
2019-07-21Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds19-60/+1458
2019-07-20typo fix: it's d_make_root, not d_make_inode...Al Viro1-1/+1
2019-07-20dt-bindings: pinctrl: stm32: Fix missing 'clocks' property in examplesRob Herring1-0/+4
2019-07-20dt-bindings: iio: ad7124: Fix dtc warnings in exampleRob Herring1-33/+38
2019-07-20dt-bindings: iio: avia-hx711: Fix avdd-supply typo in exampleRob Herring1-1/+1
2019-07-20dt-bindings: pinctrl: aspeed: Fix AST2500 example errorsRob Herring1-4/+1
2019-07-20dt-bindings: pinctrl: aspeed: Fix 'compatible' schema errorsRob Herring2-2/+6
2019-07-20dt-bindings: riscv: Limit cpus schema to only check RiscV 'cpu' nodesRob Herring1-82/+61
2019-07-20dt-bindings: Ensure child nodes are of type 'object'Rob Herring6-0/+8
2019-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds20-29/+2183
2019-07-20Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds8-26/+83
2019-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds33-215/+226
2019-07-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds20-142/+1029
2019-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds22-245/+311
2019-07-20Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+16
2019-07-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+26
2019-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds31-232/+723
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds20-74/+123
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds36-173/+178
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-116/+172