summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* misc: rtsx: separate aspm mode into MODE_REG and MODE_CFGRicky Wu2021-06-099-13/+42
* 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
* | 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
|/
* 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
|\ \ \
| * | | Merge 5.12-rc6 into tty-nextGreg Kroah-Hartman2021-04-051-10/+7
| |\| |
| * | | Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman2021-03-159-27/+82
| |\ \ \ | | | |/ | | |/|
| * | | tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
* | | | Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-2653-606/+2927
|\ \ \ \
| * | | | habanalabs/gaudi: Fix uninitialized return code rc when read size is zeroColin Ian King2021-04-161-1/+1
| * | | | mei: me: add Alder Lake P device id.Tomas Winkler2021-04-142-0/+2
| * | | | habanalabs: print f/w boot unknown errorOded Gabbay2021-04-091-16/+68
| * | | | habanalabs: update to latest F/W communication headerOhad Sharabi2021-04-092-1/+200
| * | | | habanalabs/gaudi: skip iATU if F/W security is enabledOfir Bitton2021-04-094-1/+101
| * | | | habanalabs/gaudi: derive security status from pci idOfir Bitton2021-04-098-8/+35
| * | | | habanalabs: move dram scrub to free sequenceBharat Jauhari2021-04-091-39/+48
| * | | | habanalabs: send dynamic msi-x indexes to f/wOhad Sharabi2021-04-095-19/+131
| * | | | habanalabs/gaudi: clear QM errors only if not in stop_on_err modeTomer Tayar2021-04-091-1/+2
| * | | | habanalabs: support DEVICE_UNUSABLE error indication from FWKoby Elbaz2021-04-092-0/+7
| * | | | habanalabs: use strscpy instead of sprintf and strlcpyOded Gabbay2021-04-091-2/+2
| * | | | habanalabs/gaudi: add debugfs to DMA from the deviceOded Gabbay2021-04-094-5/+298
| * | | | habanalabs/gaudi: sync stream add protection to SOB reset flowfarah kassabri2021-04-091-4/+12
| * | | | habanalabs: add custom timeout flag per csAlon Mizrahi2021-04-093-16/+23
| * | | | habanalabs: improve utilization calculationKoby Elbaz2021-04-099-169/+40
| * | | | habanalabs: support legacy and new pll indexesOhad Sharabi2021-04-099-36/+182
| * | | | habanalabs: move relevant datapath work outside cs lockOfir Bitton2021-04-093-35/+68
| * | | | habanalabs: avoid soft lockup bug upon mapping errorfarah kassabri2021-04-091-3/+17
| * | | | habanalabs/gaudi: Update async events headerOfir Bitton2021-04-093-14/+25
| * | | | habanalabs/gaudi: unsecure TPC cfg status registersOfir Bitton2021-04-091-8/+0
| * | | | habanalabs/gaudi: always use single-msi modeOded Gabbay2021-04-091-2/+1
| * | | | habanalabs/gaudi: reset device upon BMC requestOfir Bitton2021-04-093-1/+6
| * | | | habanalabs: debugfs access to user mapped host addressesOfir Bitton2021-04-095-41/+144
| * | | | habanalabs: Switch to using the new API kobj_to_dev()Yang Li2021-04-091-1/+1
| * | | | habanalabs: update hl_boot_if.hOhad Sharabi2021-04-091-0/+11