| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-16 | mcb: use sysfs_emit_at() instead of scnprintf() in show functions | Abhinav Ananthu | 1 | -4/+4 |
| 2025-04-15 | mcb: fix a double free bug in chameleon_parse_gdd() | Haoxiang Li | 1 | -1/+1 |
| 2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 4 | -17/+17 |
| 2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 1 | -1/+1 |
| 2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
| 2024-07-03 | mcb: remove unused struct 'mcb_parse_priv' | Dr. David Alan Gilbert | 1 | -5/+0 |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -2/+2 |
| 2024-06-04 | mcb: mcb-pci: detect IO mapped devices before requesting resources | Sanjuán García, Jorge | 1 | -8/+8 |
| 2024-04-29 | mcb: lpc: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2024-03-07 | mcb: constify the struct device_type usage | Ricardo B. Marliere | 1 | -1/+1 |
| 2024-03-07 | mcb: make mcb_bus_type const | Ricardo B. Marliere | 1 | -1/+1 |
| 2023-12-15 | mcb: core: fix kernel-doc warnings | Randy Dunlap | 1 | -2/+3 |
| 2023-10-21 | mcb: fix error handling for different scenarios when parsing | Sanjuán García, Jorge | 2 | -1/+2 |
| 2023-10-21 | mcb: Use the actual bus passed to init and release functions | Rodríguez Barbarin, José Javier | 1 | -2/+2 |
| 2023-10-16 | Merge 6.6-rc6 into char-misc-next | Greg Kroah-Hartman | 2 | -9/+3 |
| 2023-10-05 | mcb: use short version for function pointer for mcb_free_bus | Jorge Sanjuan Garcia | 1 | -1/+1 |
| 2023-10-05 | mcb: remove is_added flag from mcb_device struct | Jorge Sanjuan Garcia | 2 | -9/+3 |
| 2023-04-20 | mcb-lpc: Reallocate memory region to avoid memory overlapping | Rodríguez Barbarin, José Javier | 1 | -4/+31 |
| 2023-04-20 | mcb-pci: Reallocate memory region to avoid memory overlapping | Rodríguez Barbarin, José Javier | 1 | -2/+25 |
| 2023-04-20 | mcb: Return actual parsed size when reading chameleon table | Rodríguez Barbarin, José Javier | 1 | -5/+10 |
| 2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -2/+2 |
| 2022-12-02 | mcb: mcb-parse: fix error handing in chameleon_parse_gdd() | Yang Yingliang | 1 | -1/+1 |
| 2022-12-02 | drivers: mcb: fix resource leak in mcb_probe() | Zhengchao Shao | 1 | -1/+3 |
| 2022-07-12 | drivers: mcb: directly use ida_alloc()/free() | keliu | 1 | -2/+2 |
| 2021-09-14 | mcb: fix error handling in mcb_alloc_bus() | Dan Carpenter | 1 | -6/+6 |
| 2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
| 2021-06-24 | mcb: Use DEFINE_RES_MEM() helper macro and fix the end address | Zhen Lei | 1 | -11/+2 |
| 2019-11-03 | drivers: mcb: use symbol namespaces | Johannes Thumshirn | 4 | -15/+17 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 3 | -12/+3 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2018-03-14 | mcb: add Altera PCI ID to mcb-pci | Johannes Thumshirn | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
| 2017-09-05 | Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -2/+19 |
| 2017-08-31 | mcb: Fix an error handling path in 'chameleon_parse_cells()' | Christophe JAILLET | 1 | -2/+4 |
| 2017-08-31 | MCB: add support for SC31 to mcb-lpc | Michael Moese | 1 | -0/+15 |
| 2017-08-28 | mcb: introduce mcb_get_resource() | Johannes Thumshirn | 1 | -1/+19 |
| 2016-11-15 | mcb: fix compiler warning logical-op in mcb-parse.c | Michael Moese | 1 | -1/+1 |
| 2016-09-27 | mcb: Add a dma_device to mcb_device | Michael Moese | 1 | -0/+1 |
| 2016-09-27 | mcb: Enable PCI bus mastering by default | Michael Moese | 1 | -0/+1 |
| 2016-08-31 | mcb: remove sub-device handling code | Johannes Thumshirn | 1 | -17/+0 |
| 2016-08-31 | mcb: Added bar descriptor support for non PCI bus MCB carrier | Andreas Werner | 2 | -14/+121 |
| 2016-08-31 | mcb: Added support for LPC or non PCI based MCB carrier | Andreas Werner | 3 | -0/+168 |
| 2016-06-13 | mcb: Acquire reference to carrier module in core | Johannes Thumshirn | 1 | -1/+15 |
| 2016-06-13 | mcb: Acquire reference to device in probe | Johannes Thumshirn | 1 | -0/+1 |
| 2016-05-03 | mcb: Delete num_cells variable which is not required | Andreas Werner | 1 | -3/+1 |
| 2016-05-03 | mcb: Fixed bar number assignment for the gdd | Andreas Werner | 1 | -1/+1 |
| 2016-05-03 | mcb: Replace ioremap and request_region with the devm version | Andreas Werner | 1 | -12/+7 |
| 2016-05-03 | mcb: Implement bus->dev.release callback | Johannes Thumshirn | 1 | -6/+14 |
| 2016-05-03 | mcb: export bus information via sysfs | Johannes Thumshirn | 3 | -11/+65 |
| 2016-05-03 | mcb: Correctly initialize the bus's device | Johannes Thumshirn | 1 | -3/+16 |
| 2015-10-29 | mcb: Destroy IDA on module unload | Johannes Thumshirn | 1 | -0/+1 |
| 2015-10-29 | mcb: Do not return zero on error path in mcb_pci_probe() | Alexey Khoroshilov | 1 | -0/+1 |
| 2015-10-05 | mcb: Fix error handling in mcb_pci_probe() | Alexey Khoroshilov | 1 | -2/+4 |
| 2015-04-03 | mcb: request_mem_region() returns NULL on error | Dan Carpenter | 1 | -2/+2 |
| 2015-02-03 | mcb: Fix error path of mcb_pci_probe | Johannes Thumshirn | 1 | -9/+9 |
| 2015-01-09 | mcb: mcb-pci: Only remap the 1st 0x200 bytes of BAR 0 | Johannes Thumshirn | 2 | -9/+19 |
| 2014-05-27 | mcb: Add support for shared PCI IRQs | Johannes Thumshirn | 2 | -6/+31 |
| 2014-04-16 | drivers: mcb: fix memory leak in chameleon_parse_cells() error path | Christoph Jaeger | 1 | -0/+1 |
| 2014-03-09 | drivers: mcb: Fix build error discovered by 0-day bot | Johannes Thumshirn | 1 | -1/+4 |
| 2014-03-08 | drivers/mcb: do not set default Kconfig variable to modular | Paul Gortmaker | 1 | -1/+0 |
| 2014-02-28 | mcb: Add PCI carrier for MEN Chameleon Bus | Johannes Thumshirn | 4 | -0/+132 |
| 2014-02-28 | drivers: Introduce MEN Chameleon Bus | Johannes Thumshirn | 5 | -0/+709 |