aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod/file2alias.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-17firmware: coreboot: Generate aliases for coreboot modulesNícolas F. R. A. Prado1-0/+10
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-7/+7
2023-11-03Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+9
2023-10-27cdx: add sysfs for subsystem, class and revisionAbhijit Gangurde1-0/+8
2023-10-21staging: vc04_services: Support module autoloading using MODULE_DEVICE_TABLEUmang Jain1-0/+9
2023-10-18modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada1-2/+2
2023-10-18modpost: fix tee MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada1-5/+5
2023-10-01modpost: add missing else to the "of" checkMauricio Faria de Oliveira1-1/+1
2023-06-16vfio/cdx: add support for CDX busNipun Gupta1-1/+16
2023-03-29cdx: add the cdx bus driverNipun Gupta1-0/+12
2022-11-27modpost: Mark uuid_le type to be suitable only for MEIAndy Shevchenko1-4/+8
2022-11-21modpost: Join broken long printed messagesGeert Uytterhoeven1-11/+7
2022-07-27modpost: use sym_get_data() to get module device_table dataMasahiro Yamada1-3/+1
2022-06-05Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-2/+0
2022-05-27modpost: reuse ARRAY_SIZE() macro for section_mismatch()Masahiro Yamada1-2/+0
2022-04-26bus: mhi: ep: Add uevent support for module autoloadingManivannan Sadhasivam1-0/+10
2021-11-09HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE()Thomas Weißschuh1-0/+24
2021-08-26PCI / VFIO: Add 'override_only' support for VFIO PCI sub systemMax Gurtovoy1-2/+15
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+13
2021-01-07fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE()Xu Yilun1-0/+13
2021-01-07platform/surface: aggregator: Add dedicated bus and device typeMaximilian Luz1-0/+23
2020-12-04Add auxiliary bus supportDave Ertman1-0/+8
2020-06-30soundwire: extend SDW_SLAVE_ENTRYPierre-Louis Bossart1-1/+5
2020-06-06firmware/dmi: Report DMI Bios & EC firmware releaseErwan Velu1-0/+2
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+10
2020-03-19bus: mhi: core: Add uevent support for module autoloadingManivannan Sadhasivam1-0/+10
2020-02-28i3c: Generate aliases for i3c modulesBoris Brezillon1-0/+19
2019-09-04modpost: add guid_t type definitionHeikki Krogerus1-0/+5
2019-03-10Merge tag 'platform-drivers-x86-v5.1-1' of git://git.infradead.org/linux-plat...Linus Torvalds1-1/+27
2019-03-07platform/x86: wmi: add WMI support to MODULE_DEVICE_TABLE()Mattias Jacobsson1-0/+22
2019-03-07platform/x86: wmi: move struct wmi_device_id to mod_devicetable.hMattias Jacobsson1-0/+1
2019-03-06modpost: file2alias: define size of aliasMattias Jacobsson1-1/+4
2019-02-01tee: add bus driver framework for TEE based devicesSumit Garg1-0/+19
2018-12-01modpost: file2alias: check prototype of handlerMasahiro Yamada1-4/+3
2018-12-01modpost: file2alias: go back to simple devtable lookupMasahiro Yamada1-95/+49
2018-10-29modpost: Create macro to avoid variable shadowingLeonardo Bras1-4/+15
2018-10-19modpost: remove leftover symbol prefix handling for module device tableMasahiro Yamada1-4/+3
2018-07-02usb: typec: Bus type for alternate modesHeikki Krogerus1-0/+13
2018-05-14rpmsg: Correct support for MODULE_DEVICE_TABLE()Andrew F. Davis1-0/+11
2017-12-19soundwire: Add SoundWire bus typeVinod Koul1-0/+15
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2017-10-22Input: do not use property bits when generating module aliasDmitry Torokhov1-5/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2017-10-19Input: allow matching device IDs on property bitsDmitry Torokhov1-1/+5
2017-10-02thunderbolt: Add support for XDomain discovery protocolMika Westerberg1-0/+25
2016-06-26staging: fsl-mc: add support for device table matchingStuart Yoder1-0/+12
2016-06-08of: fix autoloading due to broken modalias with no 'compatible'Wolfram Sang1-1/+1
2016-05-05modpost: fix module autoloading for OF devices with generic compatible propertyPhilipp Zabel1-24/+45
2016-01-14modpost: don't add a trailing wildcard for OF module aliasesJavier Martinez Canillas1-2/+1
2015-12-14Drivers: hv: vmbus: Use uuid_le type consistentlyK. Y. Srinivasan1-1/+1
2015-11-06Merge tag 'sound-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+17
2015-10-20ALSA: hda - Add hduadio support to DEVTABLESubhransu S. Prusty1-0/+17
2015-09-20mei: bus: add client protocol version to the device aliasTomas Winkler1-1/+3
2015-09-20mei: make modules.alias UUID information easier to readPrarit Bhargava1-3/+5
2015-07-07ACPI / scan: Add support for ACPI _CLS device matchingSuthikulpanit, Suravee1-2/+30
2015-06-26Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+13
2015-05-31mei: fix up uuid matchingGreg Kroah-Hartman1-2/+5
2015-05-24mei: bus: report also uuid in module aliasTomas Winkler1-2/+16
2015-05-13usb: add bus type for USB ULPIHeikki Krogerus1-0/+13
2015-03-31MIPS: Add CDMM bus supportJames Hogan1-0/+16
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada1-22/+20
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+9
2014-03-13module: allow multiple calls to MODULE_DEVICE_TABLE() per moduleTom Gundersen1-5/+9
2014-02-18x86: align x86 arch with generic CPU modalias handlingArd Biesheuvel1-5/+5
2014-02-18cpu: add generic support for CPU feature based module autoloadingArd Biesheuvel1-0/+10
2014-02-07Modpost: fixed USB alias generation for ranges including 0x9 and 0xAJan Moskyto Matejka1-2/+2
2013-07-10Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-4/+6
2013-07-03rapidio: add udev notificationAlexandre Bounine1-0/+20
2013-07-03Fix a build warning in scripts/mod/file2alias.cDaniel Tang1-4/+6
2013-03-29mei: bus: Initial MEI Client bus type implementationSamuel Ortiz1-0/+12
2013-01-24mod/file2alias: make modalias generation safe for cross compilingAndreas Schwab1-308/+366
2012-09-07staging/ipack: Fix bug introduced by IPack device matchingJens Taprogge1-1/+1
2012-09-04Staging: ipack: implement ipack device table.Jens Taprogge1-0/+15
2012-06-13USB: allow match on bInterfaceNumberBjørn Mork1-1/+4
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+4
2012-05-01HID: Allow bus wildcard matchingHenrik Rydberg1-1/+2
2012-05-01HID: Add device group to modaliasHenrik Rydberg1-0/+2
2012-04-18Fix modpost failures in fedora 17David Miller1-0/+4
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman1-5/+32
2012-02-27mod/file2alias: make modpost compile on darwin againAndreas Bießmann1-4/+31
2012-02-14module: fix broken isapnp handling in file2aliasOndrej Zary1-1/+1
2012-02-13x86/cpu: Clean up modalias feature matchingBen Hutchings1-2/+3
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman1-10/+0
2012-01-26Add driver auto probing for x86 features v4Andi Kleen1-0/+24
2012-01-20Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp b...Russell King1-10/+0
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-125/+92
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds1-0/+13
2012-01-13modpost: use linker section to generate table.Rusty Russell1-45/+61
2012-01-13modpost: use a table rather than a giant if/else statement.Rusty Russell1-119/+73
2012-01-09ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus.Jochen Friedrich1-0/+13
2011-11-22ARM: amba: Auto-generate AMBA driver module aliases during modpostDave Martin1-0/+72
2011-08-25Staging: hv: file2alias: fix up alias creation logic for hv_vmbus_device_idGreg Kroah-Hartman1-2/+2
2011-08-25Staging: hv: Add code to parse struct hv_vmbus_device_id tableK. Y. Srinivasan1-0/+25
2011-05-10bcma: add Broadcom specific AMBA bus driverRafał Miłecki1-0/+22
2010-08-04Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek1-0/+57
2010-08-03modpost: support objects with more than 64k sectionsDenys Vlasenko1-3/+3
2010-05-21Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...Linus Torvalds1-0/+17
2010-05-19MODULE_DEVICE_TABLE(isapnp, ...) does nothingOndrej Zary1-0/+17
2010-05-18Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+14
2010-05-17m68k: amiga - Zorro bus modalias supportGeert Uytterhoeven1-0/+14
2010-04-02phylib: Support phy module autoloadingDavid Woodhouse1-0/+26
2010-01-17modpost: fix segfault in sym_is() with prefixed archesMike Frysinger1-1/+1
2009-12-11USB: handle bcd incrementation in usb modalias generationNathaniel McCallum1-2/+47
2009-12-11USB: add hex/bcd detection to usb modalias generationNathaniel McCallum1-12/+36
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-2/+2
2009-09-23spi: add support for device table matchingAnton Vorontsov1-0/+13
2009-06-12virtio: enhance id_matching for virtio driversChristian Borntraeger1-1/+1
2009-03-24platform: introduce module id table for platform devicesEric Miao1-0/+12
2009-02-17HID: fix bus endianity in file2aliasJiri Slaby1-0/+1
2009-01-20PNP: fix broken pnp lowercasing for acpi module aliasesKay Sievers1-2/+15
2008-10-14modpost: add support for hidJiri Slaby1-0/+18
2008-10-13Automatic MODULE_ALIAS() for DMI match tables.David Woodhouse1-0/+57
2008-08-21pnp: fix "add acpi:* modalias entries"Kay Sievers1-5/+11
2008-07-24remove the v850 portAdrian Bunk1-1/+1
2008-07-21pnp: add acpi:* modalias entriesKay Sievers1-8/+16
2008-07-14[S390] cio: Introduce modalias for css bus.Cornelia Huck1-0/+12
2008-05-04modpost: i2c aliases need no trailing wildcardJean Delvare1-9/+26
2008-04-29i2c: Add support for device alias namesJean Delvare1-0/+13
2008-04-19PNP: add all PNP card device id's as individual aliasesKay Sievers1-13/+44
2008-03-23kbuild: soften modpost checks when doing cross buildsSam Ravnborg1-0/+4
2008-02-01USB: handle idVendor of 0x0000Greg Kroah-Hartman1-1/+1
2007-10-23Module autoprobing support for virtio drivers.Rusty Russell1-0/+18
2007-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-7/+33
2007-10-13i2c: Kill struct i2c_device_idJean Delvare1-11/+0
2007-10-12kbuild: make modpost detect unterminated device id listsKees Cook1-7/+33
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds1-0/+18
2007-10-10[SSB]: add Sonics Silicon Backplane bus supportMichael Buesch1-0/+19
2007-09-23sdio: add modalias supportPierre Ossman1-0/+20
2007-07-23ACPI: autoload modules - Create ACPI alias interfaceThomas Renninger1-0/+12
2007-05-19powerpc: Fix the MODALIAS generation in modpost for of devicesSylvain Munaut1-3/+8
2007-05-02kbuild: remove dependency on input.h from file2aliasSam Ravnborg1-10/+11
2007-02-17[PARISC] rename *_ANY_ID to PA_*_ANY_ID in the exported headerKyle McMartin1-4/+4
2007-02-17[PARISC] generate modalias for parisc_device_id tablesKyle McMartin1-0/+22
2006-09-27[PATCH] EISA bus MODALIAS attributes supportMichael Tokarev1-0/+12
2006-09-20[S390] zcrypt adjunct processor bus.Martin Schwidefsky1-0/+12
2006-08-15[PATCH] PATCH: 1 line 2.6.18 bugfix: modpost-64bit-fix.patchHans de Goede1-1/+1
2006-08-01kbuild: improve error from file2aliasSam Ravnborg1-19/+43
2006-04-26Input: move input_device_id to mod_devicetable.hDmitry Torokhov1-19/+17
2006-03-25Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-9/+8
2006-03-06[PATCH] s390: fix match in ccw modaliasBastian Blank1-1/+1
2006-03-03kbuild: kill trailing whitespace in modpost & friendsSam Ravnborg1-2/+2
2006-02-19kbuild: use warn()/fatal() consistent in modpostSam Ravnborg1-7/+6
2006-01-08modpost/file2alias: Fix typoBrian Gerst1-1/+1
2006-01-04[PATCH] Input: add modalias supportRusty Russell1-1/+61
2005-10-28[PATCH] I2C: add i2c module alias for i2c drivers to useGreg Kroah-Hartman1-0/+10
2005-09-26[PATCH] pcmcia: fix cross-platform issues with pcmcia module aliasesKars de Jong1-0/+2
2005-08-30[PATCH] Make MODULE_DEVICE_TABLE work for vio devicesStephen Rothwell1-0/+19
2005-07-06[PATCH] openfirmware: generate device table for userspaceJeff Mahoney1-0/+22
2005-06-27[PATCH] pcmcia: file2aliasDominik Brodowski1-0/+39
2005-04-22[PATCH] USB: scripts/mod/file2alias.c: handle numeric ranges for USB bcdDeviceRoman Kagan1-23/+88
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+308