summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | mfd: ti_am335x_tscadc: Drop useless definitions from the headerMiquel Raynal2021-10-211-28/+16
| * | | | mfd: ti_am335x_tscadc: Clarify the maximum values for DT entriesMiquel Raynal2021-10-211-0/+2
| * | | | mfd: ti_am335x_tscadc: Use BIT(), GENMASK() and FIELD_PREP() when relevantMiquel Raynal2021-10-201-30/+31
| * | | | mfd: ti_am335x_tscadc: Drop unused definitions from the headerMiquel Raynal2021-10-201-7/+0
| * | | | mfd: ti_am335x_tscadc: Use the new HZ_PER_MHZ macroMiquel Raynal2021-10-201-1/+2
| * | | | mfd: ti_am335x_tscadc: Fix header spacingMiquel Raynal2021-10-201-5/+5
| * | | | mfd: ti_am335x_tscadc: Replace the header license text with SPDX tagMiquel Raynal2021-10-201-12/+4
| * | | | mfd: ti_am335x_tscadc: Gather the ctrl register logic in one placeMiquel Raynal2021-10-201-1/+1
| * | | | mfd: ti_am335x_tscadc: Drop useless variables from the driver structureMiquel Raynal2021-10-201-3/+0
| * | | | mfd: ti_am335x_tscadc: Use driver dataMiquel Raynal2021-10-201-0/+9
| * | | | clk: ti: am43xx: Add clkctrl data for am43xx ADC1Miquel Raynal2021-10-201-0/+1
| |/ / /
* | | | Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-083-2/+41
|\ \ \ \
| * | | | virtio_gpio: drop packed attributeMichael S. Tsirkin2021-11-041-1/+1
| * | | | gpio: virtio: Add IRQ supportViresh Kumar2021-11-041-0/+25
| * | | | gpio: max730x: Make __max730x_remove() return voidUwe Kleine-König2021-10-131-1/+1
| * | | | firmware: zynqmp: Add MMIO read and write support for PS_MODE pinPiyush Mehta2021-09-231-0/+14
| |/ / /
* | | | Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2021-11-082-2/+3
|\ \ \ \
| * | | | PCI: Add pci_find_dvsec_capability to find designated VSECBen Widawsky2021-10-291-0/+1
| * | | | libnvdimm/labels: Add uuid helpersDan Williams2021-09-211-2/+2
* | | | | Merge tag 'mtd/for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2021-11-081-2/+0
|\ \ \ \ \
| * \ \ \ \ Merge tag 'spi-nor/for-5.16' into mtd/nextMiquel Raynal2021-11-0751-394/+215
| |\ \ \ \ \
| * | | | | | mtd: Remove obsolete macros only used by the old nand_ecclayout structGONG, Ruiqi2021-09-141-2/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'auxdisplay-for-linus-v5.16' of git://github.com/ojeda/linuxLinus Torvalds2021-11-071-0/+241
|\ \ \ \ \ \
| * | | | | | uapi: Add <linux/map_to_14segment.h>Geert Uytterhoeven2021-10-211-0/+241
* | | | | | | Merge tag 'compiler-attributes-for-linus-v5.16' of git://github.com/ojeda/linuxLinus Torvalds2021-11-072-2/+7
|\ \ \ \ \ \ \
| * | | | | | | compiler_types: mark __compiletime_assert failure as __noreturnMiguel Ojeda2021-10-221-1/+7
| * | | | | | | Compiler Attributes: remove GCC 5.1 mentionMiguel Ojeda2021-10-221-1/+0
| |/ / / / / /
* | | | | | | Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-064-26/+145
|\ \ \ \ \ \ \
| * | | | | | | fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi2021-10-271-1/+5
| * | | | | | | fanotify: Emit generic error info for error eventGabriel Krisman Bertazi2021-10-271-0/+7
| * | | | | | | fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi2021-10-271-0/+2
| * | | | | | | fanotify: Reserve UAPI bits for FAN_FS_ERRORGabriel Krisman Bertazi2021-10-271-0/+1
| * | | | | | | fsnotify: Support FS_ERROR event typeGabriel Krisman Bertazi2021-10-272-1/+44
| * | | | | | | fanotify: Require fid_mode for any non-fd eventGabriel Krisman Bertazi2021-10-271-0/+3
| * | | | | | | fsnotify: Pass group argument to free_eventGabriel Krisman Bertazi2021-10-271-1/+1
| * | | | | | | fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGabriel Krisman Bertazi2021-10-271-0/+1
| * | | | | | | fsnotify: Retrieve super block from the data fieldGabriel Krisman Bertazi2021-10-271-0/+15
| * | | | | | | fsnotify: Add wrapper around fsnotify_add_eventGabriel Krisman Bertazi2021-10-271-7/+16
| * | | | | | | fsnotify: Add helper to detect overflow_eventGabriel Krisman Bertazi2021-10-271-0/+5
| * | | | | | | fsnotify: clarify contract for create event hooksAmir Goldstein2021-10-271-6/+16
| * | | | | | | fsnotify: pass dentry instead of inode dataAmir Goldstein2021-10-272-3/+18
| * | | | | | | fsnotify: pass data_type to fsnotify_name()Amir Goldstein2021-10-271-9/+13
* | | | | | | | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-065-16/+18
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'pci/host/apple'Bjorn Helgaas2021-11-051-0/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | irqdomain: Make of_phandle_args_to_fwspec() generally availableMarc Zyngier2021-11-041-0/+4
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas2021-11-051-0/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macrosPali Rohár2021-10-071-0/+6
| | |/ / / / / / /
| * | | | | | | | Merge branch 'pci/misc'Bjorn Helgaas2021-11-051-11/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | PCI: Remove unused pci_pool wrappersCai Huoqing2021-10-181-11/+0
| | |/ / / / / / /
| * | | | | | | | Merge branch 'pci/vpd'Bjorn Helgaas2021-11-051-0/+2
| |\ \ \ \ \ \ \ \