summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-03-18base: soc: Make soc_device_match() simpler and easier to readGeert Uytterhoeven1-8/+6
2022-03-18driver core: dd: fix return value of __setup handlerRandy Dunlap1-1/+1
2022-03-18driver core: Refactor sysfs and drv/bus remove hooksRob Herring1-20/+14
2022-03-18driver core: Refactor multiple copies of device cleanupRob Herring1-30/+16
2022-02-28Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman626-3479/+6459
2022-02-27Merge tag 'irq-urgent-2022-02-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+7
2022-02-27Merge tag 'pinctrl-v5-17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-8/+13
2022-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-37/+50
2022-02-25Merge tag 'gpio-fixes-for-v5.17-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-27/+39
2022-02-25RDMA/cma: Do not change route.addr.src_addr outside state checksJason Gunthorpe1-16/+24
2022-02-25Merge tag 'spi-fix-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+13
2022-02-25Merge tag 'regulator-fix-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-10/+6
2022-02-25Merge tag 'regmap-fix-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-14/+6
2022-02-25Merge tag 'thermal-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2022-02-25Merge tag 'pm-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-1/+14
2022-02-25Merge tag 'char-misc-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds20-30/+75
2022-02-25Merge tag 'driver-core-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+5
2022-02-25Merge tag 'staging-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2022-02-25Merge tag 'tty-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-22/+42
2022-02-25Merge tag 'usb-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds11-18/+76
2022-02-25Merge tag 'ata-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds1-2/+16
2022-02-25video: omapfb: dss: Make use of the helper component_compare_devYong Wu1-7/+1
2022-02-25power: supply: ab8500: Make use of the helper component_compare_devYong Wu1-7/+1
2022-02-25iommu/mediatek: Make use of the helper component_compare/release_ofYong Wu3-14/+4
2022-02-25drm: of: Make use of the helper component_release_ofYong Wu1-6/+1
2022-02-25drm/vc4: Make use of the helper component_compare_devYong Wu1-6/+1
2022-02-25drm/omap: dss: Make use of the helper component_compare_devYong Wu1-7/+1
2022-02-25drm/mcde: Make use of the helper component_compare_devYong Wu1-6/+1
2022-02-25drm/exynos: Make use of the helper component_compare_devYong Wu1-7/+1
2022-02-25drm/rockchip: Make use of the helper component_compare_devYong Wu1-6/+1
2022-02-25drm/sun4i: Make use of the helper component_compare_ofYong Wu1-10/+1
2022-02-25drm/sti: Make use of the helper component_compare_ofYong Wu1-6/+1
2022-02-25drm/sprd: Make use of the helper component_compare_ofYong Wu1-6/+1
2022-02-25drm/msm: Make use of the helper component_compare_ofYong Wu1-12/+3
2022-02-25drm/meson: Make use of the helper component_compare_ofYong Wu1-9/+1
2022-02-25drm/mediatek: Make use of the helper component_compare_ofYong Wu1-6/+1
2022-02-25drm/ingenic: Make use of the helper component_compare_ofYong Wu1-6/+1
2022-02-25drm/hirin: Make use of the helper component_compare_ofYong Wu1-6/+1
2022-02-25drm/etnaviv: Make use of the helper component_compare_of/dev_nameYong Wu1-14/+2
2022-02-25drm/armada: Make use of the helper component_compare_of/dev_nameYong Wu1-14/+3
2022-02-25drm/komeda: Make use of the helper component_compare_ofYong Wu1-6/+1
2022-02-25component: Add common helper for compare/release functionsYong Wu1-0/+58
2022-02-25firmware_loader: EXTRA_FIRMWARE does not support compressed filesRandy Dunlap1-0/+5
2022-02-24Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-99/+10
2022-02-24Merge tag 'drm-fixes-2022-02-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds25-81/+156
2022-02-24Merge tag 'pci-v5.17-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+11
2022-02-24Merge tag 'net-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds53-309/+574
2022-02-25Merge tag 'drm-intel-fixes-2022-02-24' of git://anongit.freedesktop.org/drm/d...Dave Airlie5-24/+52
2022-02-24Merge tag 'block-5.17-2022-02-24' of git://git.kernel.dk/linux-blockLinus Torvalds2-25/+57
2022-02-24thermal: int340x: fix memory leak in int3400_notify()Chuansheng Liu1-0/+4