summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2021-05-27eeprom: ee1004: Improve check for SMBUS featuresHeiner Kallweit-18/+4
2021-05-27eeprom: ee1004: Remove usage of i2c_adapter_id in adapter comparisonHeiner Kallweit-2/+1
2021-05-27eeprom: ee1004: Remove not needed check in ee1004_eeprom_readHeiner Kallweit-3/+1
2021-05-27eeprom: ee1004: Remove not needed check in ee1004_readHeiner Kallweit-3/+0
2021-05-27eeprom: ee1004: Use kobj_to_i2c_client to simplify the codeHeiner Kallweit-2/+1
2021-05-27misc/pvpanic: Make 'pvpanic_probe()' resource managedChristophe JAILLET-42/+18
2021-05-27misc/pvpanic-mmio: Use GFP_KERNEL instead of GFP_ATOMICChristophe JAILLET-1/+1
2021-05-27misc/pvpanic-mmio: Fix error handling in 'pvpanic_mmio_probe()'Christophe JAILLET-2/+1
2021-05-27misc/pvpanic-pci: Use GFP_KERNEL instead of GFP_ATOMICChristophe JAILLET-1/+1
2021-05-27misc/pvpanic-pci: Fix error handling in 'pvpanic_pci_probe()'Christophe JAILLET-6/+3
2021-05-22misc: alcor_pci: fix inverted branch conditionTong Zhang-1/+1
2021-05-21misc: xilinx-sdfec: Drop unnecessary NULL check after container_ofGuenter Roeck-3/+0
2021-05-21eeprom: ee1004: Let device core handle attribute eepromHeiner Kallweit-17/+9
2021-05-21misc: bcm-vk: Replace zero-length array with flexible array memberGustavo A. R. Silva-3/+2
2021-05-21kgdb: fix gcc-11 warnings harderGreg Kroah-Hartman-1/+2
2021-05-21Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/p...Greg Kroah-Hartman-127/+128
2021-05-20Merge tag 'platform-drivers-x86-v5.13-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+1
2021-05-14misc: eeprom: at24: check suspend status before disable regulatorHsin-Yi Wang-2/+4
2021-05-14misc: alcor_pci: fix null-ptr-deref when there is no PCI bridgeTong Zhang-1/+7
2021-05-14misc/libmasm/module: Fix two use after free in ibmasm_init_oneLv Yunlong-2/+3
2021-05-14misc: eeprom_93xx46: Add new 93c56 and 93c66 compatible stringsEmmanuel Gil Peyrot-3/+32
2021-05-14misc: eeprom_93xx46: Remove hardcoded bit lengthsEmmanuel Gil Peyrot-25/+32
2021-05-14cxl: Fix an error messageChristophe JAILLET-2/+3
2021-05-13mei: Drop unnecessary NULL check after container_ofGuenter Roeck-2/+0
2021-05-13ics932s401: fix broken handling of errors when word reading failsDarrick J. Wong-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby-1/+1
2021-05-13ti-st: use tty_write_roomJiri Slaby-3/+2
2021-05-13ti-st: use goto-failpath in st_core_initJiri Slaby-5/+7
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby-9/+3
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby-3/+3
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby-1/+2
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby-1/+1
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo-1/+1
2021-05-11platform/x86: hp_accel: Avoid invoking _INI to speed up resumeKai-Heng Feng-0/+1
2021-05-08habanalabs/gaudi: Fix a potential use after free in gaudi_memset_device_memoryLv Yunlong-1/+3
2021-05-08habanalabs: wait for interrupt wrong timeout calculationOfir Bitton-1/+1
2021-05-08habanalabs: ignore f/w status errorOded Gabbay-1/+16
2021-05-08habanalabs: change error level of security not readyOded Gabbay-5/+2
2021-05-08habanalabs: skip reading f/w errors on bad statusOded Gabbay-2/+7
2021-05-08habanalabs: expose ASIC specific PLL indexBharat Jauhari-114/+94
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-9/+30
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds-3/+3
2021-04-26Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+0
2021-04-26Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-606/+2927
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel-9/+30
2021-04-16habanalabs/gaudi: Fix uninitialized return code rc when read size is zeroColin Ian King-1/+1
2021-04-14mei: me: add Alder Lake P device id.Tomas Winkler-0/+2
2021-04-09habanalabs: print f/w boot unknown errorOded Gabbay-16/+68
2021-04-09habanalabs: update to latest F/W communication headerOhad Sharabi-1/+200
2021-04-09habanalabs/gaudi: skip iATU if F/W security is enabledOfir Bitton-1/+101