summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.13-rc4 into char-misc-nextGreg Kroah-Hartman2021-05-313-1/+6
|\
| * Merge tag 'char-misc-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-292-1/+5
| |\
| | * mei: request autosuspend after sending rx flow controlAlexander Usyskin2021-05-271-0/+3
| | * kgdb: fix gcc-11 warnings harderGreg Kroah-Hartman2021-05-211-1/+2
| * | Merge tag 'platform-drivers-x86-v5.13-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-05-201-0/+1
| |\ \ | | |/ | |/|
| | * platform/x86: hp_accel: Avoid invoking _INI to speed up resumeKai-Heng Feng2021-05-111-0/+1
* | | eeprom: ee1004: Add helper ee1004_cleanupHeiner Kallweit2021-05-271-14/+11
* | | eeprom: ee1004: Add constant EE1004_NUM_PAGESHeiner Kallweit2021-05-271-4/+5
* | | eeprom: ee1004: Move call to ee1004_set_current_page to ee1004_eeprom_readHeiner Kallweit2021-05-271-17/+9
* | | eeprom: ee1004: Improve error handling in ee1004_readHeiner Kallweit2021-05-271-18/+13
* | | eeprom: ee1004: Factor out setting page to ee1004_set_current_pageHeiner Kallweit2021-05-271-22/+30
* | | eeprom: ee1004: Cache current page at initialization of first device onlyHeiner Kallweit2021-05-271-8/+7
* | | eeprom: ee1004: Switch to i2c probe_new callbackHeiner Kallweit2021-05-271-3/+2
* | | eeprom: ee1004: Improve creating dummy devicesHeiner Kallweit2021-05-271-7/+6
* | | eeprom: ee1004: Improve check for SMBUS featuresHeiner Kallweit2021-05-271-18/+4
* | | eeprom: ee1004: Remove usage of i2c_adapter_id in adapter comparisonHeiner Kallweit2021-05-271-2/+1
* | | eeprom: ee1004: Remove not needed check in ee1004_eeprom_readHeiner Kallweit2021-05-271-3/+1
* | | eeprom: ee1004: Remove not needed check in ee1004_readHeiner Kallweit2021-05-271-3/+0
* | | eeprom: ee1004: Use kobj_to_i2c_client to simplify the codeHeiner Kallweit2021-05-271-2/+1
* | | misc/pvpanic: Make 'pvpanic_probe()' resource managedChristophe JAILLET2021-05-274-42/+18
* | | misc/pvpanic-mmio: Use GFP_KERNEL instead of GFP_ATOMICChristophe JAILLET2021-05-271-1/+1
* | | misc/pvpanic-mmio: Fix error handling in 'pvpanic_mmio_probe()'Christophe JAILLET2021-05-271-2/+1
* | | misc/pvpanic-pci: Use GFP_KERNEL instead of GFP_ATOMICChristophe JAILLET2021-05-271-1/+1
* | | misc/pvpanic-pci: Fix error handling in 'pvpanic_pci_probe()'Christophe JAILLET2021-05-271-6/+3
* | | misc: alcor_pci: fix inverted branch conditionTong Zhang2021-05-221-1/+1
* | | misc: xilinx-sdfec: Drop unnecessary NULL check after container_ofGuenter Roeck2021-05-211-3/+0
* | | eeprom: ee1004: Let device core handle attribute eepromHeiner Kallweit2021-05-211-17/+9
* | | misc: bcm-vk: Replace zero-length array with flexible array memberGustavo A. R. Silva2021-05-212-3/+2
* | | Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/p...Greg Kroah-Hartman2021-05-2111-127/+128
|\| |
| * | misc: eeprom: at24: check suspend status before disable regulatorHsin-Yi Wang2021-05-141-2/+4
| * | ics932s401: fix broken handling of errors when word reading failsDarrick J. Wong2021-05-131-1/+1
| * | habanalabs/gaudi: Fix a potential use after free in gaudi_memset_device_memoryLv Yunlong2021-05-081-1/+3
| * | habanalabs: wait for interrupt wrong timeout calculationOfir Bitton2021-05-081-1/+1
| * | habanalabs: ignore f/w status errorOded Gabbay2021-05-083-1/+16
| * | habanalabs: change error level of security not readyOded Gabbay2021-05-081-5/+2
| * | habanalabs: skip reading f/w errors on bad statusOded Gabbay2021-05-081-2/+7
| * | habanalabs: expose ASIC specific PLL indexBharat Jauhari2021-05-087-114/+94
| |/
* | misc: alcor_pci: fix null-ptr-deref when there is no PCI bridgeTong Zhang2021-05-141-1/+7
* | misc/libmasm/module: Fix two use after free in ibmasm_init_oneLv Yunlong2021-05-141-2/+3
* | misc: eeprom_93xx46: Add new 93c56 and 93c66 compatible stringsEmmanuel Gil Peyrot2021-05-141-3/+32
* | misc: eeprom_93xx46: Remove hardcoded bit lengthsEmmanuel Gil Peyrot2021-05-141-25/+32
* | cxl: Fix an error messageChristophe JAILLET2021-05-141-2/+3
* | mei: Drop unnecessary NULL check after container_ofGuenter Roeck2021-05-131-2/+0
|/
* Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-05-011-9/+30
|\
| *-. Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel2021-04-161-9/+30
| |\ \
| | | * uacce: Enable IOMMU_DEV_FEAT_IOPFJean-Philippe Brucker2021-04-071-9/+30
| | |/
* | | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-272-3/+3
|\ \ \
| * | | lkdtm: use function_nocfiSami Tolvanen2021-04-081-1/+1
| * | | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-2/+2
| |/ /
* | | Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-04-261-1/+0
|\ \ \