summaryrefslogtreecommitdiff
path: root/drivers/mcb
AgeCommit message (Expand)Author
2023-12-15mcb: core: fix kernel-doc warningsRandy Dunlap
2023-10-21mcb: fix error handling for different scenarios when parsingSanjuán García, Jorge
2023-10-21mcb: Use the actual bus passed to init and release functionsRodríguez Barbarin, José Javier
2023-10-16Merge 6.6-rc6 into char-misc-nextGreg Kroah-Hartman
2023-10-05mcb: use short version for function pointer for mcb_free_busJorge Sanjuan Garcia
2023-10-05mcb: remove is_added flag from mcb_device structJorge Sanjuan Garcia
2023-04-20mcb-lpc: Reallocate memory region to avoid memory overlappingRodríguez Barbarin, José Javier
2023-04-20mcb-pci: Reallocate memory region to avoid memory overlappingRodríguez Barbarin, José Javier
2023-04-20mcb: Return actual parsed size when reading chameleon tableRodríguez Barbarin, José Javier
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2022-12-02mcb: mcb-parse: fix error handing in chameleon_parse_gdd()Yang Yingliang
2022-12-02drivers: mcb: fix resource leak in mcb_probe()Zhengchao Shao
2022-07-12drivers: mcb: directly use ida_alloc()/free()keliu
2021-09-14mcb: fix error handling in mcb_alloc_bus()Dan Carpenter
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-06-24mcb: Use DEFINE_RES_MEM() helper macro and fix the end addressZhen Lei
2019-11-03drivers: mcb: use symbol namespacesJohannes Thumshirn
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2018-03-14mcb: add Altera PCI ID to mcb-pciJohannes Thumshirn
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-08-31mcb: Fix an error handling path in 'chameleon_parse_cells()'Christophe JAILLET
2017-08-31MCB: add support for SC31 to mcb-lpcMichael Moese
2017-08-28mcb: introduce mcb_get_resource()Johannes Thumshirn
2016-11-15mcb: fix compiler warning logical-op in mcb-parse.cMichael Moese
2016-09-27mcb: Add a dma_device to mcb_deviceMichael Moese
2016-09-27mcb: Enable PCI bus mastering by defaultMichael Moese
2016-08-31mcb: remove sub-device handling codeJohannes Thumshirn
2016-08-31mcb: Added bar descriptor support for non PCI bus MCB carrierAndreas Werner
2016-08-31mcb: Added support for LPC or non PCI based MCB carrierAndreas Werner
2016-06-13mcb: Acquire reference to carrier module in coreJohannes Thumshirn
2016-06-13mcb: Acquire reference to device in probeJohannes Thumshirn
2016-05-03mcb: Delete num_cells variable which is not requiredAndreas Werner
2016-05-03mcb: Fixed bar number assignment for the gddAndreas Werner
2016-05-03mcb: Replace ioremap and request_region with the devm versionAndreas Werner
2016-05-03mcb: Implement bus->dev.release callbackJohannes Thumshirn
2016-05-03mcb: export bus information via sysfsJohannes Thumshirn
2016-05-03mcb: Correctly initialize the bus's deviceJohannes Thumshirn
2015-10-29mcb: Destroy IDA on module unloadJohannes Thumshirn
2015-10-29mcb: Do not return zero on error path in mcb_pci_probe()Alexey Khoroshilov
2015-10-05mcb: Fix error handling in mcb_pci_probe()Alexey Khoroshilov
2015-04-03mcb: request_mem_region() returns NULL on errorDan Carpenter
2015-02-03mcb: Fix error path of mcb_pci_probeJohannes Thumshirn
2015-01-09mcb: mcb-pci: Only remap the 1st 0x200 bytes of BAR 0Johannes Thumshirn
2014-05-27mcb: Add support for shared PCI IRQsJohannes Thumshirn
2014-04-16drivers: mcb: fix memory leak in chameleon_parse_cells() error pathChristoph Jaeger
2014-03-09drivers: mcb: Fix build error discovered by 0-day botJohannes Thumshirn
2014-03-08drivers/mcb: do not set default Kconfig variable to modularPaul Gortmaker