aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/cleanpatch
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cleanpatch')
0 files changed, 0 insertions, 0 deletions
class='inline' src='https://seccdn.libravatar.org/avatar/5fbb04ce57b9b2722c5778d42d31728d?s=13&d=retro' />Sanjuán García, Jorge2-1/+2 2023-10-21mcb: Use the actual bus passed to init and release functionsRodríguez Barbarin, José Javier1-2/+2 2023-10-16Merge 6.6-rc6 into char-misc-nextGreg Kroah-Hartman2-9/+3 2023-10-05mcb: use short version for function pointer for mcb_free_busJorge Sanjuan Garcia1-1/+1 2023-10-05mcb: remove is_added flag from mcb_device structJorge Sanjuan Garcia2-9/+3 2023-04-20mcb-lpc: Reallocate memory region to avoid memory overlappingRodríguez Barbarin, José Javier1-4/+31 2023-04-20mcb-pci: Reallocate memory region to avoid memory overlappingRodríguez Barbarin, José Javier1-2/+25 2023-04-20mcb: Return actual parsed size when reading chameleon tableRodríguez Barbarin, José Javier1-5/+10 2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2 2022-12-02mcb: mcb-parse: fix error handing in chameleon_parse_gdd()Yang Yingliang1-1/+1 2022-12-02drivers: mcb: fix resource leak in mcb_probe()Zhengchao Shao1-1/+3 2022-07-12drivers: mcb: directly use ida_alloc()/free()keliu1-2/+2 2021-09-14mcb: fix error handling in mcb_alloc_bus()Dan Carpenter1-6/+6 2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1 2021-06-24mcb: Use DEFINE_RES_MEM() helper macro and fix the end addressZhen Lei1-11/+2 2019-11-03drivers: mcb: use symbol namespacesJohannes Thumshirn4-15/+17 2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner3-12/+3 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1 2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1 2018-03-14mcb: add Altera PCI ID to mcb-pciJohannes Thumshirn1-0/+1 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2 2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-2/+19 2017-08-31mcb: Fix an error handling path in 'chameleon_parse_cells()'Christophe JAILLET1-2/+4 2017-08-31MCB: add support for SC31 to mcb-lpcMichael Moese1-0/+15 2017-08-28mcb: introduce mcb_get_resource()Johannes Thumshirn1-1/+19 2016-11-15mcb: fix compiler warning logical-op in mcb-parse.cMichael Moese1-1/+1 2016-09-27mcb: Add a dma_device to mcb_deviceMichael Moese1-0/+1 2016-09-27mcb: Enable PCI bus mastering by defaultMichael Moese1-0/+1 2016-08-31mcb: remove sub-device handling codeJohannes Thumshirn1-17/+0 2016-08-31mcb: Added bar descriptor support for non PCI bus MCB carrierAndreas Werner2-14/+121 2016-08-31mcb: Added support for LPC or non PCI based MCB carrierAndreas Werner3-0/+168