summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
*-. Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Linus Torvalds2021-06-283-18/+40
|\ \
| | * instrumentation.h: Avoid using inline asm operand modifiersVasily Gorbik2021-05-191-8/+12
| | * compiler.h: Avoid using inline asm operand modifiersVasily Gorbik2021-05-191-8/+14
| | * jump_label: Free jump_entry::key bit1 for build usePeter Zijlstra2021-05-121-2/+5
| | * jump_label, x86: Introduce jump_entry_size()Peter Zijlstra2021-05-121-0/+9
* | | Merge tag 'x86_cpu_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-0/+1
|\ \ \
| * | | x86/amd_nb: Add AMD family 19h model 50h PCI idsDavid Bartley2021-05-211-0/+1
| | |/ | |/|
* | | Merge tag 'hwmon-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-06-281-0/+30
|\ \ \
| * | | hwmon: (pmbus) Add support for reading direct mode coefficientsErik Rosen2021-06-171-0/+8
| * | | hwmon: (pmbus) Add new pmbus flag NO_WRITE_PROTECTErik Rosen2021-06-171-0/+9
| * | | hwmon: (pmbus) Add new flag PMBUS_READ_STATUS_AFTER_FAILED_CHECKErik Rosen2021-06-171-0/+13
* | | | Merge tag 'spi-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2021-06-287-35/+156
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'spi/for-5.14' into spi-nextMark Brown2021-06-257-35/+156
| |\ \ \ \
| | * | | | spi: core: add dma_map_dev for dma deviceVinod Koul2021-06-251-0/+1
| | * | | | spi: add ancillary device supportSebastian Reichel2021-06-221-0/+2
| | * | | | spi: remove spi_set_cs_timing()Greg Kroah-Hartman2021-06-091-5/+0
| | * | | | Merge series "MTD: spinand: Add spi_mem_poll_status() support" from <patrice....Mark Brown2021-06-032-0/+38
| | |\ \ \ \
| | | * | | | mtd: spinand: use the spi-mem poll status APIsPatrice Chotard2021-06-031-0/+22
| | | * | | | spi: spi-mem: add automatic poll status functionsPatrice Chotard2021-06-031-0/+16
| | | | |/ / | | | |/| |
| | * | | | Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-06-0114-18/+70
| | |\ \ \ \
| | * | | | | spi: Enable tracing of the SPI setup CS selectionAndy Shevchenko2021-05-261-0/+57
| | * | | | | spi: ath79: drop platform dataDavid Bauer2021-05-241-16/+0
| | * | | | | spi: pxa2xx: Fix style of and typos in the comments and messagesAndy Shevchenko2021-05-182-7/+14
| | * | | | | spi: pxa2xx: Introduce special type for Merrifield SPIsAndy Shevchenko2021-05-111-0/+16
| | * | | | | spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driverAndy Shevchenko2021-05-111-0/+16
| | * | | | | spi: pxa2xx: Group Intel Quark specific definitionsAndy Shevchenko2021-05-101-1/+3
| | * | | | | spi: pxa2xx: Unify ifdeffery used in the headersAndy Shevchenko2021-05-102-6/+7
| | * | | | | spi: pxa2xx: Replace header inclusions by forward declarationsAndy Shevchenko2021-05-101-0/+2
| | | |/ / / | | |/| | |
* | | | | | Merge tag 'regulator-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-06-2812-14/+1199
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextMark Brown2021-06-2312-14/+1199
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge series "Extend regulator notification support" from Matti Vaittinen <ma...Mark Brown2021-06-2150-102/+481
| | |\ \ \ \ \
| | | * | | | | regulator: add property parsing and callbacks to set protection limitsMatti Vaittinen2021-06-212-4/+63
| | | * | | | | regulator: IRQ based event/error notification helpersMatti Vaittinen2021-06-211-0/+135
| | | * | | | | regulator: move rdev_print helpers to internal.hMatti Vaittinen2021-06-212-5/+10
| | | * | | | | regulator: add warning flagsMatti Vaittinen2021-06-211-0/+14
| | | * | | | | reboot: Add hardware protection power-offMatti Vaittinen2021-06-211-0/+1
| | * | | | | | Merge tag 'for-5.14-regulator' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2021-06-141-0/+1
| | |\ \ \ \ \ \
| | | * | | | | | regulator: core: Add regulator_sync_voltage_rdev()Dmitry Osipenko2021-06-011-0/+1
| | | | |/ / / / | | | |/| | | |
| | * | | | | | regulator: mt6359: Add support for MT6359P regulatorHsin-Hsiung Wang2021-06-012-0/+250
| | * | | | | | regulator: mt6359: Add support for MT6359 regulatorWen Su2021-06-011-0/+58
| | * | | | | | mfd: Add support for the MediaTek MT6359 PMICHsin-Hsiung Wang2021-06-013-0/+663
| | * | | | | | rtc: mt6397: refine RTC_TC_MTHHsin-Hsiung Wang2021-06-011-0/+1
| | * | | | | | mfd: mt6358: Refine interrupt codeHsin-Hsiung Wang2021-06-011-5/+3
| | |/ / / / /
* | | | | | | Merge tag 'regmap-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2021-06-281-0/+40
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'regmap/for-5.14' into regmap-nextMark Brown2021-06-141-0/+40
| |\ \ \ \ \ \ \
| | * | | | | | | regmap-irq: Introduce inverted status registers supportMaxim Kochetkov2021-06-071-0/+2
| | * | | | | | | Merge series "RTL8231 GPIO expander support" from Sander Vanheule <sander@sva...Mark Brown2021-05-191-0/+36
| | |\ \ \ \ \ \ \
| | | * | | | | | | regmap: Add MDIO bus supportSander Vanheule2021-05-191-0/+36
| | | | |/ / / / / | | | |/| | | | |
| | * / | | | | | regmap-i2c: Set regmap max raw r/w from quirksLucas Tanure2021-05-141-0/+2
| | |/ / / / / /
* | | | | | | | Merge tag 'mmc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2021-06-283-1/+28
|\ \ \ \ \ \ \ \