summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-09-15ice: Fix a couple NULL vs IS_ERR() bugsDan Carpenter1-4/+4
2024-09-15net: ethernet: fs_enet: Make the per clock optionalMaxime Chevallier1-1/+1
2024-09-15Merge tag 'nand/for-6.12' into mtd/nextMiquel Raynal17-153/+457
2024-09-15Merge tag 'spi-nor/for-6.12' into mtd/nextMiquel Raynal5-21/+53
2024-09-14net: ti: icssg-prueth: Add multicast filtering support in HSR modeMD Danish Anwar1-2/+40
2024-09-14net: ti: icssg-prueth: Enable HSR Tx duplication, Tx Tag and Rx Tag offloadRavi Gunasekaran5-5/+58
2024-09-14net: ti: icssg-prueth: Add support for HSR frame forward offloadMD Danish Anwar4-12/+119
2024-09-14net: ti: icssg-prueth: Stop hardcoding def_incMD Danish Anwar1-1/+2
2024-09-14net: ti: icss-iep: Move icss_iep structureMD Danish Anwar2-73/+72
2024-09-14platform/mellanox: mlxbf-pmc: fix lockdep warningLuiz Capitulino1-0/+5
2024-09-14platform/x86/amd: pmf: Add quirk for TUF Gaming A14aln81-0/+8
2024-09-14platform/x86: touchscreen_dmi: add nanote-next quirkCkath1-0/+26
2024-09-14mtd: spi-nor: fix flash probingMichael Walle1-1/+2
2024-09-14mtd: spi-nor: spansion: Add support for S28HS256TTakahiro Kuwano1-0/+4
2024-09-14mtd: spi-nor: winbond: add Zetta ZD25Q128C supportMichael Walle1-0/+26
2024-09-14mtd: spi-nor: micron-st: Add n25q064a WP supportBrian Norris1-0/+2
2024-09-14mtd: spi-nor: sst: Factor out common write operation to `sst_nor_write_data()`Csókás, Bence1-20/+19
2024-09-14Merge tag 'pinctrl-v6.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-5/+10
2024-09-14drm/vboxvideo: Replace fake VLA at end of vbva_mouse_pointer_shape with real VLAHans de Goede2-4/+10
2024-09-14power: supply: hwmon: Fix missing temp1_max_alarm attributeHans de Goede1-1/+2
2024-09-14power: supply: Drop use_cnt check from power_supply_property_is_writeable()Hans de Goede1-5/+1
2024-09-14Merge tag 'asoc-v6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai3-0/+41
2024-09-13Input: i8042 - add TUXEDO Stellaris 15 Slim Gen6 AMD to i8042 quirk tableWerner Sembach1-0/+7
2024-09-13Input: i8042 - add another board name for TUXEDO Stellaris Gen5 AMD lineWerner Sembach1-0/+7
2024-09-13Input: tegra-kbc - use of_property_read_variable_u32_array() and of_property_...Rob Herring (Arm)1-45/+27
2024-09-13net: ibm: emac: get rid of wol_irqRosen Penev1-10/+3
2024-09-13net: ibm: emac: remove all waiting codeRosen Penev1-48/+7
2024-09-13net: ibm: emac: replace of_get_propertyRosen Penev1-11/+9
2024-09-13net: ibm: emac: use netdev's phydev directlyRosen Penev2-30/+22
2024-09-13net: ibm: emac: use devm for register_netdevRosen Penev1-3/+1
2024-09-13net: ibm: emac: remove mii_bus with devmRosen Penev2-20/+13
2024-09-13net: ibm: emac: use devm for of_iomapRosen Penev1-8/+4
2024-09-13net: ibm: emac: manage emac_irq with devmRosen Penev1-18/+11
2024-09-13net: ibm: emac: use devm for alloc_etherdevRosen Penev1-6/+3
2024-09-13octeontx2-af: debugfs: Add Channel info to RPM mapLinu Cherian1-4/+7
2024-09-13Merge tag 'linux-can-next-for-6.12-20240911' of git://git.kernel.org/pub/scm/...Jakub Kicinski24-27/+27
2024-09-13rtase: Fix error code in rtase_init_board()Dan Carpenter1-1/+2
2024-09-13Merge tag 'linux-can-fixes-for-6.11-20240912' of git://git.kernel.org/pub/scm...Jakub Kicinski3-12/+11
2024-09-13enic: Report some per queue statistics in ethtoolNelson Escobar1-2/+81
2024-09-13enic: Report per queue statistics in netdev qstatsNelson Escobar1-0/+56
2024-09-13enic: Collect per queue statisticsNelson Escobar2-18/+121
2024-09-13enic: Use macro instead of static const variables for array sizesNelson Escobar1-10/+13
2024-09-13net: macb: Use predefined PCI vendor ID constantAndy Shevchenko1-3/+2
2024-09-13net: enetc: Replace ifdef with IS_ENABLEDMartyn Welch3-23/+20
2024-09-13fbnic: Set napi irq value after calling netif_napi_addBrett Creeley1-4/+4
2024-09-13r8169: disable ALDPS per default for RTL8125Heiner Kallweit1-0/+2
2024-09-13net: ag71xx: remove dead code pathQianqiang Liu1-9/+4
2024-09-13Merge tag 'for-net-next-2024-09-12' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski11-157/+929
2024-09-13netkit: Assign missing bpf_net_contextBreno Leitao1-0/+3
2024-09-13PCI: Pass domain number to pci_bus_release_domain_nr() explicitlyManivannan Sadhasivam4-10/+10