summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2024-12-24misc: pch_phub: Constify 'struct bin_attribute'Thomas Weißschuh1-4/+4
2024-12-24misc: c2port: Constify 'struct bin_attribute'Thomas Weißschuh1-6/+6
2024-12-24misc: c2port: Calculate bin_attribute size through group callbackThomas Weißschuh1-3/+14
2024-12-24misc: sram: constify 'struct bin_attribute'Thomas Weißschuh1-4/+4
2024-12-24cxl: Constify 'struct bin_attribute'Thomas Weißschuh1-4/+4
2024-12-24ocxl: Constify 'struct bin_attribute'Thomas Weißschuh1-2/+2
2024-12-13cxl: Deprecate driverAndrew Donnellan3-2/+8
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra4-12/+12
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds12-12/+12
2024-11-30Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+13
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds23-2000/+945
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-11-25Merge tag 'hardening-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-11-21Merge tag 'i2c-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2024-11-20Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-0/+419
2024-11-19Compiler Attributes: disable __counted_by for clang < 19.1.3Jan Hendrik Farr1-1/+1
2024-11-18Merge tag 'i2c-host-6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git...Wolfram Sang6-11/+6
2024-11-14Merge tag 'at24-updates-for-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/...Wolfram Sang1-0/+4
2024-11-12Merge tag 'reset-for-v6.13' of git://git.pengutronix.de/pza/linux into soc/dr...Arnd Bergmann4-0/+419
2024-11-12mei: vsc: Fix typo "maintstepping" -> "mainstepping"Colin Ian King1-1/+1
2024-11-12misc: isl29020: Fix the wrong format specifierZhu Jun1-1/+1
2024-11-10mei: vsc: Improve error logging in vsc_identify_silicon()Hans de Goede1-10/+16
2024-11-10mei: vsc: Do not re-enable interrupt from vsc_tp_reset()Hans de Goede2-4/+0
2024-11-07misc: atmel-ssc: Use of_property_present() for non-boolean propertiesRob Herring (Arm)1-2/+2
2024-11-07misc: keba: Add hardware dependencyJean Delvare1-0/+1
2024-11-05sysfs: treewide: constify attribute callback of bin_attribute::mmap()Thomas Weißschuh1-1/+1
2024-11-05Merge 6.12-rc6 into char-misc-nextGreg Kroah-Hartman1-2/+2
2024-11-05eeprom: Fix the cacography in KconfigLuo Yifan1-2/+2
2024-11-05misc: rtsx: Cleanup on DRV_NAME cardreader variablesDesnes Nunes2-5/+3
2024-11-04misc: lan966x_pci: Fix dtc warn 'Missing interrupt-parent'Herve Codina1-0/+10
2024-11-04misc: lan966x_pci: Fix dtc warns 'missing or empty reg/ranges property'Herve Codina1-18/+18
2024-10-29mei: use kvmalloc for read bufferAlexander Usyskin1-2/+2
2024-10-24misc: Add support for LAN966x PCI deviceHerve Codina4-0/+409
2024-10-22eeprom: at24: add ST M24256E Additional Write lockable page supportMarek Vasut1-0/+4
2024-10-21Merge 6.12-rc4 into tty-nextGreg Kroah-Hartman5-9/+4
2024-10-21Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman5-9/+4
2024-10-20Merge tag 'char-misc-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+4
2024-10-18misc: ti-st: st_kim: remove the driverBartosz Golaszewski7-1941/+0
2024-10-18misc: keba: Fix missing I2C dependencyGerhard Engleder1-0/+1
2024-10-18misc: rtsx: list supported models in Kconfig helpYo-Jung (Leo) Lin1-1/+2
2024-10-13misc: microchip: pci1xxxx: add support for NVMEM_DEVID_AUTO for OTP deviceHeiko Thiery1-0/+1
2024-10-13misc: microchip: pci1xxxx: add support for NVMEM_DEVID_AUTO for EEPROM deviceHeiko Thiery1-0/+1
2024-10-13misc: keba: Add UART devicesGerhard Engleder1-0/+104
2024-10-13misc: keba: Add battery deviceGerhard Engleder1-0/+59
2024-10-13misc: keba: Add fan deviceGerhard Engleder1-9/+74
2024-10-13misc: keba: Support EEPROM sections as separate devicesGerhard Engleder1-3/+102
2024-10-13misc: keba: Add LAN9252 driverGerhard Engleder3-0/+371
2024-10-13misc: keba: Add SPI controller deviceGerhard Engleder1-15/+204
2024-10-13misc: keba: Use capital letters for I2C error messageGerhard Engleder1-1/+1
2024-10-13misc: keba: Use variable ret for return valuesGerhard Engleder1-7/+7