summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-08-23nvmem: u-boot-env:: Replace zero-length array with DECLARE_FLEX_ARRAY() helperAtul Raut1-1/+1
2023-08-23nvmem: sec-qfprom: Add Qualcomm secure QFPROM supportKomal Bajaj3-0/+111
2023-08-23nvmem: Kconfig: Fix typo "drive" -> "driver"Diederik de Haas1-3/+3
2023-08-23nvmem: Explicitly include correct DT includesRob Herring16-16/+9
2023-08-23nvmem: add new NXP QorIQ eFuse driverRichard Alpe3-0/+92
2023-08-23nvmem: uniphier: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-08-23nvmem: qfprom: do some cleanupYangtao Li1-12/+5
2023-08-23nvmem: stm32-romem: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-08-23nvmem: rockchip-efuse: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-08-23nvmem: meson-mx-efuse: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-08-23nvmem: lpc18xx_otp: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-08-23nvmem: brcm_nvram: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-08-23nvmem: sunxi_sid: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-08-22misc: fastrpc: Pass proper scm arguments for static process initEkansh Gupta1-4/+9
2023-08-22misc: fastrpc: Fix incorrect DMA mapping unmap requestEkansh Gupta1-3/+5
2023-08-22misc: fastrpc: Fix remote heap allocation requestEkansh Gupta1-7/+7
2023-08-22Merge tag 'extcon-next-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-0/+1
2023-08-22Merge tag 'coresight-next-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman14-85/+166
2023-08-22Merge tag 'counter-updates-for-6.6a' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2-3/+2
2023-08-22Merge tag 'fpga-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman25-111/+828
2023-08-22fsi: i2cr: Switch to use struct i2c_driver's .probe()Uwe Kleine-König1-1/+1
2023-08-22amba: bus: fix refcount leakPeng Fan1-0/+1
2023-08-22mei: make mei_class a static const structureIvan Orlov1-13/+12
2023-08-22uio: pruss: fix missing iounmap() in pruss_probe()Yang Yingliang1-1/+2
2023-08-18coresight: trbe: Fix TRBE potential sleep in atomic contextJunhao He1-15/+17
2023-08-18coresight: Fix memory leak in acpi_buffer->pointerJunhao He1-14/+26
2023-08-17coresight: etm4x: Ensure valid drvdata and clock before clk_put()Anshuman Khandual1-1/+1
2023-08-17coresight: trbe: Allocate platform data per deviceSuzuki K Poulose1-7/+4
2023-08-16counter: rz-mtu3-cnt: Reorder locking sequence for consistencyBiju Das1-2/+2
2023-08-16counter: Explicitly include correct DT includesRob Herring1-1/+0
2023-08-15hwtracing: hisi_ptt: Use pci_dev_id() to simplify the codeXiongfeng Wang1-4/+4
2023-08-13Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman275-1322/+2523
2023-08-13Merge tag 'platform-drivers-x86-v6.5-4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds7-24/+64
2023-08-13Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds11-41/+68
2023-08-13platform/x86: lenovo-ymc: Only bind on machines with a convertible DMI chassi...Hans de Goede1-0/+25
2023-08-13platform: mellanox: Change register offset addressesVadim Pasternak1-4/+4
2023-08-13platform: mellanox: mlx-platform: Modify graceful shutdown callback and power...Vadim Pasternak1-2/+2
2023-08-13platform: mellanox: mlx-platform: Fix signals polarity and latch maskVadim Pasternak1-4/+4
2023-08-13platform: mellanox: Fix order in exit flowVadim Pasternak1-2/+1
2023-08-12Merge tag 'gpio-fixes-for-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+2
2023-08-12Merge tag 'char-misc-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds25-99/+146
2023-08-12Merge tag 'usb-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-14/+79
2023-08-12Merge tag 'x86_bugs_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-74/+19
2023-08-12misc: microchip: pci1xxxx: Fix some NULL vs IS_ERR() bugsDan Carpenter1-4/+4
2023-08-12misc: tps6594: Remove redundant dev_err_probe() for platform_get_irq_byname()Ruan Jinjie2-4/+2
2023-08-12Merge tag 'tpmdd-v6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-2/+2
2023-08-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-2/+7
2023-08-12Merge tag 'hwmon-for-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-9/+44
2023-08-12tpm_tis: Opt-in interruptsJarkko Sakkinen1-1/+1
2023-08-12tpm: tpm_tis: Fix UPX-i11 DMI_MATCH conditionPeter Ujfalusi1-1/+1