summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-029-105/+101
|\
| * pinctrl: microchip-sgpio: Fix support for regmapHoratiu Vultur2022-01-311-1/+2
| * pinctrl: bcm63xx: fix unmet dependency on REGMAP for GPIO_REGMAPJulian Braha2022-01-301-0/+1
| * pinctrl: bcm2835: Fix a few error pathsFlorian Fainelli2022-01-301-8/+15
| * Merge tag 'intel-pinctrl-v5.17-4' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Walleij2022-01-303-35/+41
| |\
| | * pinctrl: zynqmp: Revert "Unify pin naming"Gerhard Engleder2022-01-281-6/+4
| | * pinctrl: intel: Fix a glitch when updating IRQ flags on a preconfigured lineAndy Shevchenko2022-01-241-8/+2
| | * pinctrl: intel: fix unexpected interruptŁukasz Bartosik2022-01-241-20/+34
| | * pinctrl: Place correctly CONFIG_PINCTRL_ST in the MakefileAndy Shevchenko2022-01-241-1/+1
| * | pinctrl: sunxi: Fix H616 I2S3 pin dataAndre Przywara2022-01-241-4/+4
| * | pinctrl: cherryview: Trigger hwirq0 for interrupt-lines without a mappingHans de Goede2022-01-241-2/+3
| * | pinctrl: thunderbay: rework loops looking for groups namesRafał Miłecki2022-01-241-46/+25
| * | pinctrl: thunderbay: comment process of building functions a bitRafał Miłecki2022-01-241-9/+10
| |/
* | Merge tag 'spi-fix-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-016-39/+42
|\ \
| * | spi: mediatek: Avoid NULL pointer crash in interruptBenjamin Gaignard2022-01-311-1/+1
| * | spi: bcm-qspi: check for valid cs before applying chip selectKamal Dasu2022-01-281-1/+1
| * | spi: uniphier: fix reference count leak in uniphier_spi_probe()Xin Xiong2022-01-261-4/+14
| * | spi: meson-spicc: add IRQ check in meson_spicc_probeMiaoqian Lin2022-01-261-0/+5
| * | spi: uniphier: Fix a bug that doesn't point to private data correctlyKunihiko Hayashi2022-01-261-5/+6
| * | spi: change clk_disable_unprepare to clk_unprepareDongliang Mu2022-01-261-1/+1
| * | spi: stm32: make SPI_MASTER_MUST_TX flags only specific to STM32F4Alain Volmat2022-01-191-1/+4
| * | spi: stm32: remove inexistant variables in struct stm32_spi_cfg commentAlain Volmat2022-01-191-2/+0
| * | spi: stm32-qspi: Update spi registeringPatrice Chotard2022-01-191-30/+17
* | | Merge tag 'regulator-fix-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-02-011-1/+2
|\ \ \
| * | | regulator: MAX20086: add gpio/consumer.hRandy Dunlap2022-01-191-0/+1
| * | | regulator: max20086: fix error code in max20086_parse_regulators_dt()Dan Carpenter2022-01-111-1/+1
* | | | Merge tag 'platform-drivers-x86-v5.17-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-02-018-68/+229
|\ \ \ \
| * | | | platform/x86: thinkpad_acpi: Fix incorrect use of platform profile on AMD pla...Mark Pearson2022-02-011-0/+12
| * | | | platform/x86: amd-pmc: Correct usage of SMU versionMario Limonciello2022-01-241-5/+8
| * | | | platform/x86: asus-tf103c-dock: Make 2 global structs staticHans de Goede2022-01-241-2/+2
| * | | | platform/x86: amd-pmc: Make amd_pmc_stb_debugfs_fops staticHans de Goede2022-01-241-1/+1
| * | | | platform/x86: ISST: Fix possible circular locking dependency detectedSrinivas Pandruvada2022-01-241-34/+63
| * | | | platform/x86: intel_crystal_cove_charger: Fix IRQ masking / unmaskingHans de Goede2022-01-241-13/+13
| * | | | platform/x86: thinkpad_acpi: Add quirk for ThinkPads without a fanAlexander Kobel2022-01-241-3/+10
| * | | | platform/x86: touchscreen_dmi: Add info for the RWC NANOTE P8 AY07J 2-in-1Yuka Kawajiri2022-01-241-0/+24
| * | | | platform/surface: Reinstate platform dependencyGeert Uytterhoeven2022-01-241-0/+1
| * | | | platform/x86: x86-android-tablets: Trivial typo fix for MODULE_AUTHORLubomir Rintel2022-01-241-1/+1
| * | | | platform/x86: x86-android-tablets: Fix the buttons on CZC P10T tabletLubomir Rintel2022-01-241-0/+51
| * | | | platform/x86: x86-android-tablets: Constify the gpiod_lookup_tables arraysHans de Goede2022-01-241-5/+5
| * | | | platform/x86: x86-android-tablets: Add an init() callback to struct x86_dev_infoHans de Goede2022-01-241-0/+15
| * | | | platform/x86: x86-android-tablets: Add support for disabling ACPI _AEI handlersHans de Goede2022-01-241-2/+21
| * | | | platform/x86: x86-android-tablets: Correct crystal_cove_charger module nameHans de Goede2022-01-241-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'irq_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-01-304-30/+114
|\ \ \ \
| * \ \ \ Merge tag 'irqchip-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2022-01-294-30/+114
| |\ \ \ \
| | * | | | irqchip/gic-v3-its: Reset each ITS's BASERn register before probeMarc Zyngier2022-01-261-21/+99
| | * | | | irqchip/gic-v3-its: Fix build for !SMPArd Biesheuvel2022-01-221-1/+2
| | * | | | irqchip/loongson-pch-ms: Use bitmap_free() to free bitmapChristophe JAILLET2022-01-171-1/+1
| | * | | | irqchip/realtek-rtl: Service all pending interruptsSander Vanheule2022-01-171-2/+6
| | * | | | irqchip/realtek-rtl: Fix off-by-one in routingSander Vanheule2022-01-171-3/+5
| | * | | | irqchip/realtek-rtl: Map control data to virqSander Vanheule2022-01-171-1/+1