aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* LoongArch: Add writecombine support for drmHuacai Chen2022-06-032-2/+2
* irqchip/loongson-liointc: Fix build error for LoongArchHuacai Chen2022-06-031-1/+5
* irqchip: Adjust Kconfig for LoongsonHuacai Chen2022-06-031-3/+3
* Merge tag 'arm-late-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds2022-06-029-2/+408
|\
| * Merge tag 'optee-warning-for-v5.19' of https://git.linaro.org/people/jens.wik...Arnd Bergmann2022-05-301-1/+1
| |\
| | * tee: optee: Pass a pointer to virt_addr_valid()Linus Walleij2022-05-301-1/+1
| * | Merge tag 'v5.19-rockchip-drivers2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2022-05-271-0/+2
| |\ \
| | * | soc: rockchip: Fix refcount leak in rockchip_grf_initMiaoqian Lin2022-05-171-0/+2
| * | | soc: ixp4xx/qmgr: Fix unused match warningLinus Walleij2022-05-271-1/+1
| * | | Merge branch 'hpe/gxp-soc' into arm/lateArnd Bergmann2022-05-276-0/+404
| |\ \ \
| | * | | clocksource/drivers/timer-gxp: Add HPE GXP TimerNick Hawkins2022-05-183-0/+218
| | * | | watchdog: hpe-wdt: Introduce HPE GXP WatchdogNick Hawkins2022-05-183-0/+186
* | | | | Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-0249-2059/+1372
|\ \ \ \ \
| * | | | | ARM: pxa/sa1100: move I/O space to PCI_IOBASEArnd Bergmann2022-05-071-8/+9
| * | | | | ARM: pxa: move plat-pxa to drivers/soc/Arnd Bergmann2022-05-076-0/+529
| * | | | | ARM: pxa: move clk register definitions to driverArnd Bergmann2022-05-076-49/+196
| * | | | | ARM: pxa: move smemc register access from clk to platformArnd Bergmann2022-05-075-63/+15
| * | | | | cpufreq: pxa3: move clk register access to clk driverArnd Bergmann2022-05-073-31/+52
| * | | | | ARM: pxa: remove get_clk_frequency_khz()Arnd Bergmann2022-05-071-2/+0
| * | | | | ARM: pxa: pcmcia: move smemc configuration back to archArnd Bergmann2022-05-071-30/+16
| * | | | | Input: wm97xx - get rid of irq_enable method in wm97xx_mach_opsDmitry Torokhov2022-05-072-18/+0
| * | | | | Input: wm97xx - switch to using threaded IRQDmitry Torokhov2022-05-071-35/+7
| * | | | | Input: touchscreen: use wrapper for pxa2xx ac97 registersArnd Bergmann2022-05-073-14/+16
| * | | | | input: touchscreen: mainstone: sync with zylonite driverArnd Bergmann2022-05-071-28/+31
| * | | | | input: touchscreen: mainstone: fix pxa2xx+pxa3xx configurationArnd Bergmann2022-05-071-12/+7
| * | | | | ARM: pxa: zylonite: use gpio lookup instead mfp headerArnd Bergmann2022-05-071-9/+11
| * | | | | ARM: pxa: mainstone-wm97xx: use gpio lookup tableArnd Bergmann2022-05-071-21/+14
| * | | | | ARM: pxa: lubbock: pass udc irqs as resourceArnd Bergmann2022-05-072-23/+21
| * | | | | ARM/pxa/mfd/power/sound: Switch Tosa to GPIO descriptorsLinus Walleij2022-05-072-99/+203
| * | | | | ARM: pxa: use pdev resource for palmld mmioArnd Bergmann2022-04-201-2/+1
| * | | | | ARM: pxa: move pcmcia board data into mach-pxaArnd Bergmann2022-04-1913-1582/+2
| * | | | | watchdog: sa1100: use platform device registrationArnd Bergmann2022-04-191-24/+63
| * | | | | ARM: pxa: move regs-lcd.h into driverArnd Bergmann2022-04-192-0/+181
| * | | | | ARM: pxa: stop using mach/bitfield.hArnd Bergmann2022-04-191-1/+0
| * | | | | ARM: pxa: split up mach/hardware.hArnd Bergmann2022-04-1917-18/+8
| | |/ / / | |/| | |
* | | | | Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-0260-421/+418
|\ \ \ \ \
| * | | | | stmmac: intel: Add RPL-P PCI IDMichael Sit Wei Hong2022-06-021-0/+2
| * | | | | net: stmmac: use dev_err_probe() for reporting mdio bus registration failureRasmus Villemoes2022-06-022-4/+4
| * | | | | ice: fix access-beyond-end in the switch codeAlexander Lobakin2022-06-024-139/+115
| * | | | | nfp: remove padding in nfp_nfdk_tx_descFei Qin2022-06-023-9/+17
| * | | | | net: usb: qmi_wwan: Add support for Cinterion MV31 with new baselineSlark Xiao2022-06-011-0/+1
| * | | | | Merge tag 'mlx5-fixes-2022-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-06-0113-38/+113
| |\ \ \ \ \
| | * | | | | net/mlx5: Fix mlx5_get_next_dev() peer device matchingSaeed Mahameed2022-05-311-11/+23
| | * | | | | net/mlx5e: Update netdev features after changing XDP stateMaxim Mikityanskiy2022-05-311-0/+5
| | * | | | | net/mlx5e: Disable softirq in mlx5e_activate_rq to avoid race conditionMaxim Mikityanskiy2022-05-317-11/+31
| | * | | | | net/mlx5: CT: Fix header-rewrite re-use for tupelsPaul Blakey2022-05-311-8/+11
| | * | | | | net/mlx5e: TC NIC mode, fix tc chains miss tableMaor Dickman2022-05-313-3/+39
| | * | | | | net/mlx5: Don't use already freed action pointerLeon Romanovsky2022-05-311-5/+4
| * | | | | | sfc/siena: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet2022-06-011-4/+2
| * | | | | | sfc/siena: fix considering that all channels have TX queuesMartin Habets2022-06-011-1/+1