Age | Commit message (Expand) | Author | Files | Lines |
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 |