aboutsummaryrefslogtreecommitdiff
path: root/drivers/mcb
AgeCommit message (Expand)AuthorFilesLines
2016-06-13mcb: Acquire reference to carrier module in coreGravatar Johannes Thumshirn 1-1/+15
2016-06-13mcb: Acquire reference to device in probeGravatar Johannes Thumshirn 1-0/+1
2016-05-03mcb: Delete num_cells variable which is not requiredGravatar Andreas Werner 1-3/+1
2016-05-03mcb: Fixed bar number assignment for the gddGravatar Andreas Werner 1-1/+1
2016-05-03mcb: Replace ioremap and request_region with the devm versionGravatar Andreas Werner 1-12/+7
2016-05-03mcb: Implement bus->dev.release callbackGravatar Johannes Thumshirn 1-6/+14
2016-05-03mcb: export bus information via sysfsGravatar Johannes Thumshirn 3-11/+65
2016-05-03mcb: Correctly initialize the bus's deviceGravatar Johannes Thumshirn 1-3/+16
2015-10-29mcb: Destroy IDA on module unloadGravatar Johannes Thumshirn 1-0/+1
2015-10-29mcb: Do not return zero on error path in mcb_pci_probe()Gravatar Alexey Khoroshilov 1-0/+1
2015-10-05mcb: Fix error handling in mcb_pci_probe()Gravatar Alexey Khoroshilov 1-2/+4
2015-04-03mcb: request_mem_region() returns NULL on errorGravatar Dan Carpenter 1-2/+2
2015-02-03mcb: Fix error path of mcb_pci_probeGravatar Johannes Thumshirn 1-9/+9
2015-01-09mcb: mcb-pci: Only remap the 1st 0x200 bytes of BAR 0Gravatar Johannes Thumshirn 2-9/+19
2014-05-27mcb: Add support for shared PCI IRQsGravatar Johannes Thumshirn 2-6/+31
2014-04-16drivers: mcb: fix memory leak in chameleon_parse_cells() error pathGravatar Christoph Jaeger 1-0/+1
2014-03-09drivers: mcb: Fix build error discovered by 0-day botGravatar Johannes Thumshirn 1-1/+4
2014-03-08drivers/mcb: do not set default Kconfig variable to modularGravatar Paul Gortmaker 1-1/+0
2014-02-28mcb: Add PCI carrier for MEN Chameleon BusGravatar Johannes Thumshirn 4-0/+132
2014-02-28drivers: Introduce MEN Chameleon BusGravatar Johannes Thumshirn 5-0/+709