aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-07-28serial: 8250_bcm2835aux: Add missing clk_disable_unprepare()Guo Mengqi1-2/+4
2022-07-28can: v(x)can: add software tx timestampsVincent Mailhol2-0/+4
2022-07-28can: slcan: add software tx timestampsVincent Mailhol1-0/+2
2022-07-28can: janz-ican3: add software tx timestampVincent Mailhol1-0/+2
2022-07-28can: can327: add software tx timestampsVincent Mailhol1-0/+2
2022-07-28usb: misc: onboard_usb_hub: Remove duplicated power_on delayAlexander Stein1-3/+0
2022-07-28MAINTAINERS: Add maintainer for the slcan driverDario Binacchi1-0/+1
2022-07-28can: slcan: add support for listen-only modeDario Binacchi1-4/+15
2022-07-28can: slcan: use the generic can_change_mtu()Dario Binacchi1-6/+1
2022-07-28can: slcan: change every `slc' occurrence in `slcan'Dario Binacchi1-52/+55
2022-07-28can: slcan: remove legacy infrastructureDario Binacchi1-255/+63
2022-07-28can: slcan: remove useless header inclusionsDario Binacchi1-3/+0
2022-07-28can: slcan: use KBUILD_MODNAME and define pr_fmt to replace hardcoded namesVincent Mailhol1-6/+8
2022-07-28powerpc/powernv: rename remaining rng powernv_ functions to pnv_Jason A. Donenfeld1-1/+1
2022-07-28EDAC/mpc85xx: Include required of headers directlyMichael Ellerman1-0/+2
2022-07-28scsi: cxlflash: Include missing linux/irqdomain.hChristophe Leroy1-0/+1
2022-07-28video: fbdev: offb: Include missing linux/platform_device.hChristophe Leroy1-0/+1
2022-07-27net: dsa: mv88e6xxx: fix speed setting for CPU/DSA portsMarcin Wojtas1-1/+6
2022-07-27Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski5-48/+16
2022-07-28mtd: spi-nor: fix spi_nor_spimem_setup_op() call in spi_nor_erase_{sector,chip}()Patrice Chotard1-3/+3
2022-07-28mtd: spi-nor: spansion: Add s25hl-t/s25hs-t IDs and fixupsTakahiro Kuwano1-0/+132
2022-07-28mtd: spi-nor: spansion: Add local function to discover page sizeTakahiro Kuwano1-22/+31
2022-07-28mtd: spi-nor: core: Track flash's internal address modeTudor Ambarus2-1/+8
2022-07-28mtd: spi-nor: core: Return error code from set_4byte_addr_mode()Takahiro Kuwano1-1/+1
2022-07-28mtd: spi-nor: Do not change nor->addr_nbytes at SFDP parsing timeTudor Ambarus4-8/+9
2022-07-28mtd: spi-nor: core: Shrink the storage size of the flash_info's addr_nbytesTudor Ambarus1-1/+1
2022-07-28mtd: spi-nor: s/addr_width/addr_nbytesTudor Ambarus9-66/+66
2022-07-27sfc: disable softirqs for ptp TXAlejandro Lucero1-0/+22
2022-07-27ptp: ocp: Select CRC16 in the Kconfig.Jonathan Lemon1-0/+1
2022-07-27clk: sunxi-ng: Fix H6 RTC clock definitionJernej Skrabec1-0/+1
2022-07-28regulator: Consumer load management improvementsMark Brown2-8/+40
2022-07-27drm/i915: Pass drm_i915_private struct instead of gt for gen11_gu_misc_irq_handler/ack()Anusha Srivatsa1-8/+8
2022-07-27drm/i915/display: Cleanup intel_phy_is_combo()Anusha Srivatsa1-8/+6
2022-07-27ACPI/PCI: Remove useless NULL pointer checksAndrey Strachuk1-4/+4
2022-07-27ACPI: property: Read buffer properties as integersSakari Ailus1-4/+31
2022-07-27ACPI: property: Add support for parsing buffer property UUIDSakari Ailus1-13/+129
2022-07-27ACPI: property: Unify integer value reading functionsSakari Ailus1-65/+31
2022-07-27ACPI: property: Switch node property referencing from ifs to a switchSakari Ailus1-19/+22
2022-07-27ACPI: property: Move property ref argument parsing into a new functionSakari Ailus1-45/+58
2022-07-27ACPI: property: Use acpi_object_type consistently in property ref parsingSakari Ailus1-1/+1
2022-07-27ACPI: property: Tie data nodes to acpi handlesSakari Ailus1-1/+41
2022-07-27ACPI: property: Return type of acpi_add_nondev_subnodes() should be boolSakari Ailus1-4/+4
2022-07-27drivers: lkdtm: fix clang -Wformat warningJustin Stitt1-1/+1
2022-07-27Merge branch 'erdma' into rdma.git for-nextJason Gunthorpe15-7/+6420
2022-07-27RDMA/erdma: Add driver to kernel build environmentCheng Xu4-7/+25
2022-07-27hantro: Remove incorrect HEVC SPS validationEzequiel Garcia3-15/+7
2022-07-27RDMA/erdma: Add the erdma moduleCheng Xu1-0/+608
2022-07-27RDMA/erdma: Add connection management (CM) supportCheng Xu2-0/+1597
2022-07-27RDMA/erdma: Add verbs implementationCheng Xu3-0/+2231
2022-07-27RDMA/erdma: Add verbs header fileCheng Xu1-0/+342