summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-2719-165/+534
|\
| * Merge tag 'icc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...Greg Kroah-Hartman2023-04-191-17/+0
| |\
| | * interconnect: drop unused icc_link_destroy() interfaceJohan Hovold2023-04-051-6/+0
| | * interconnect: drop racy registration APIJohan Hovold2023-03-201-11/+0
| * | Merge tag 'mhi-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman2023-04-191-7/+0
| |\ \
| | * | bus: mhi: host: Remove mhi_poll() APIManivannan Sadhasivam2023-03-071-7/+0
| * | | iio: adc: palmas: remove adc_wakeupX_dataPatrik Dahlström2023-04-131-8/+0
| * | | Merge tag 'iio-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-04-122-7/+207
| |\ \ \
| | * | | iio: light: Add gain-time-scale helpersMatti Vaittinen2023-04-101-0/+206
| | * | | iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait2023-03-111-1/+1
| | * | | iio: Improve the kernel-doc of iio_trigger_pollMehdi Djait2023-03-111-6/+0
| | |/ /
| * | | Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman2023-04-1036-68/+186
| |\ \ \
| * | | | nvmem: Add macro to register nvmem layout driversMiquel Raynal2023-04-051-0/+6
| * | | | nvmem: core: support specifying both: cell raw data & post read lengthsRafał Miłecki2023-04-051-0/+2
| * | | | nvmem: core: provide own priv pointer in post process callbackMichael Walle2023-04-051-1/+4
| * | | | nvmem: cell: drop global cell_post_processMichael Walle2023-04-051-2/+0
| * | | | nvmem: core: allow to modify a cell before adding itMichael Walle2023-04-051-0/+5
| * | | | nvmem: core: add per-cell post processingMichael Walle2023-04-051-0/+3
| * | | | nvmem: core: introduce NVMEM layoutsMichael Walle2023-04-052-0/+58
| * | | | of: device: Kill of_device_request_module()Miquel Raynal2023-04-051-6/+0
| * | | | of: Move the request module helper logic to module.cMiquel Raynal2023-04-051-0/+6
| * | | | of: Move of_modalias() to module.cMiquel Raynal2023-04-051-0/+9
| * | | | of: Rename of_modalias_node()Miquel Raynal2023-04-051-1/+2
| * | | | cdx: add device attributesNipun Gupta2023-03-291-0/+27
| * | | | cdx: add the cdx bus driverNipun Gupta2023-03-292-0/+162
| * | | | mei: Move uuid.h to the MEI namespaceAndy Shevchenko2023-03-235-34/+32
| * | | | Merge 6.3-rc3 into char-misc-nextGreg Kroah-Hartman2023-03-2027-38/+146
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | firmware: xilinx: Add pm api function for PL config reg readbackNava kishore Manne2023-03-091-0/+11
| * | | | misc: alcor_pci: Use PCI core to manage ASPM instead of open-codingBjorn Helgaas2023-03-091-7/+0
| * | | | char: pcmcia: remove all the driversJiri Slaby2023-03-092-75/+0
| | |_|/ | |/| |
* | | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-2711-202/+141
|\ \ \ \
| * | | | device property: make device_property functions take const device *Guenter Roeck2023-04-201-18/+18
| * | | | Merge tag 'cacheinfo-updates-6.4' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2023-04-191-0/+8
| |\ \ \ \
| | * | | | cacheinfo: Add use_arch[|_cache]_info field/functionPierre Gondois2023-04-141-0/+6
| | * | | | cacheinfo: Add arch specific early level initializerRadu Rendec2023-04-131-0/+2
| | |/ / /
| * | | | tty: make tty_class a static const structureGreg Kroah-Hartman2023-04-031-1/+1
| * | | | driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman2023-04-031-2/+2
| * | | | driver core: class: mark the struct class in struct class_interface constantGreg Kroah-Hartman2023-04-031-1/+1
| * | | | driver core: class: make class_register() take a const *Greg Kroah-Hartman2023-04-031-1/+1
| * | | | driver core: class: mark class_release() as taking a const *Greg Kroah-Hartman2023-04-031-1/+1
| * | | | Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-0348-73/+259
| |\ \ \ \
| * | | | | driver core: make sysfs_dev_block_kobj staticGreg Kroah-Hartman2023-03-311-2/+0
| * | | | | driver core: class: remove dev_kobj from struct classGreg Kroah-Hartman2023-03-311-2/+0
| * | | | | driver core: class: remove subsystem private pointer from struct classGreg Kroah-Hartman2023-03-311-2/+0
| * | | | | driver core: create class_is_registered()Greg Kroah-Hartman2023-03-311-0/+1
| * | | | | driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-291-4/+5
| * | | | | driver core: bus: constify class_unregister/destroy()Greg Kroah-Hartman2023-03-281-2/+2
| * | | | | driver core: move sysfs_dev_char_kobj out of class.hGreg Kroah-Hartman2023-03-271-1/+0
| * | | | | device property: Remove unused struct net_device forward declarationAndy Shevchenko2023-03-271-1/+0
| * | | | | driver core: bus: move documentation for lock_key to proper location.Greg Kroah-Hartman2023-03-251-1/+0