summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)Author
2021-12-03misc: at25: Get platform data via dev_get_platdata()Andy Shevchenko
2021-12-03misc: at25: Check new property ("address-width") firstAndy Shevchenko
2021-12-03misc: at25: Unshadow error codes in at25_fw_to_chip()Andy Shevchenko
2021-12-03misc: at25: Use at25->chip instead of local chip everywhere in ->probe()Andy Shevchenko
2021-12-03misc: at25: Check proper value of chip length in FRAM caseAndy Shevchenko
2021-12-03misc: at25: Don't copy garbage to the at25->chip in FRAM caseAndy Shevchenko
2021-12-03misc: at25: Make driver OF independent againAndy Shevchenko
2021-12-03nvmem: eeprom: at25: fix FRAM byte_lenRalph Siemsen
2021-12-03misc: fastrpc: fix improper packet size calculationJeya R
2021-12-01eeprom: at24: remove struct at24_clientHeiner Kallweit
2021-11-26mei: bus: add client dma interfaceAlexander Usyskin
2021-11-10Merge tag 'acpi-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-11-08Merge tag 'mfd-next-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2021-11-08Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-11-03at24: Support probing while in non-zero ACPI D stateSakari Ailus
2021-11-02Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-10-29ocxl: Use pci core's DVSEC functionalityBen Widawsky
2021-10-29net: sgi-xp: use eth_hw_addr_set()Jakub Kicinski
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman
2021-10-25lkdtm/bugs: Check that a per-task stack canary existsKees Cook
2021-10-22misc: enclosure: replace snprintf in show functions with sysfs_emitYe Guojin
2021-10-18cxl: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König
2021-10-18cxl: Factor out common dev->driver expressionsBjorn Helgaas
2021-10-18habanalabs: refactor fence handling in hl_cs_poll_fencesDani Liberman
2021-10-18habanalabs: context cleanup cosmeticsOmer Shpigelman
2021-10-18habanalabs: simplify wait for interrupt with timestamp flowYuri Nudelman
2021-10-18habanalabs: initialize hpriv fields before adding new nodeMoti Haimovski
2021-10-18habanalabs: Unify frequency set/get functionalityRajaravi Krishna Katta
2021-10-18habanalabs: select CRC32Vegard Nossum
2021-10-18habanalabs: add support for dma-buf exporterTomer Tayar
2021-10-18habanalabs: fix NULL pointer dereferenceDani Liberman
2021-10-18habanalabs: fix race condition in multi CS completionDani Liberman
2021-10-18habanalabs: use only u32Oded Gabbay
2021-10-18habanalabs: update firmware filesOded Gabbay
2021-10-18habanalabs: bypass reset for continuous h/w error eventBharat Jauhari
2021-10-18habanalabs: take timestamp on wait for interruptYuri Nudelman
2021-10-18habanalabs: prevent race between fd close/openOded Gabbay
2021-10-18habanalabs: refactor reset log messageOded Gabbay
2021-10-18habanalabs: define soft-reset as inference opOded Gabbay
2021-10-18habanalabs: fix debugfs device memory MMU VA translationYuri Nudelman
2021-10-18habanalabs: add support for a long interrupt target valueOfir Bitton
2021-10-18habanalabs: remove redundant cs validity checksOfir Bitton
2021-10-18habanalabs: enable power info via HWMON frameworkRajaravi Krishna Katta
2021-10-18habanalabs: generalize COMMS message sending procedureAlon Mizrahi
2021-10-18habanalabs: create static map of f/w hwmon enumsRajaravi Krishna Katta
2021-10-18habanalabs: add debugfs node for configuring CS timeoutOfir Bitton
2021-10-18Merge 5.15-rc6 into char-misc-nextGreg Kroah-Hartman