summaryrefslogtreecommitdiffstats
path: root/drivers/mcb
Commit message (Expand)AuthorAgeFilesLines
* mcb: fix compiler warning logical-op in mcb-parse.cMichael Moese2016-11-151-1/+1
* mcb: Add a dma_device to mcb_deviceMichael Moese2016-09-271-0/+1
* mcb: Enable PCI bus mastering by defaultMichael Moese2016-09-271-0/+1
* mcb: remove sub-device handling codeJohannes Thumshirn2016-08-311-17/+0
* mcb: Added bar descriptor support for non PCI bus MCB carrierAndreas Werner2016-08-312-14/+121
* mcb: Added support for LPC or non PCI based MCB carrierAndreas Werner2016-08-313-0/+168
* mcb: Acquire reference to carrier module in coreJohannes Thumshirn2016-06-131-1/+15
* mcb: Acquire reference to device in probeJohannes Thumshirn2016-06-131-0/+1
* mcb: Delete num_cells variable which is not requiredAndreas Werner2016-05-031-3/+1
* mcb: Fixed bar number assignment for the gddAndreas Werner2016-05-031-1/+1
* mcb: Replace ioremap and request_region with the devm versionAndreas Werner2016-05-031-12/+7
* mcb: Implement bus->dev.release callbackJohannes Thumshirn2016-05-031-6/+14
* mcb: export bus information via sysfsJohannes Thumshirn2016-05-033-11/+65
* mcb: Correctly initialize the bus's deviceJohannes Thumshirn2016-05-031-3/+16
* mcb: Destroy IDA on module unloadJohannes Thumshirn2015-10-291-0/+1
* mcb: Do not return zero on error path in mcb_pci_probe()Alexey Khoroshilov2015-10-291-0/+1
* mcb: Fix error handling in mcb_pci_probe()Alexey Khoroshilov2015-10-051-2/+4
* mcb: request_mem_region() returns NULL on errorDan Carpenter2015-04-031-2/+2
* mcb: Fix error path of mcb_pci_probeJohannes Thumshirn2015-02-031-9/+9
* mcb: mcb-pci: Only remap the 1st 0x200 bytes of BAR 0Johannes Thumshirn2015-01-092-9/+19
* mcb: Add support for shared PCI IRQsJohannes Thumshirn2014-05-272-6/+31
* drivers: mcb: fix memory leak in chameleon_parse_cells() error pathChristoph Jaeger2014-04-161-0/+1
* drivers: mcb: Fix build error discovered by 0-day botJohannes Thumshirn2014-03-091-1/+4
* drivers/mcb: do not set default Kconfig variable to modularPaul Gortmaker2014-03-081-1/+0
* mcb: Add PCI carrier for MEN Chameleon BusJohannes Thumshirn2014-02-284-0/+132
* drivers: Introduce MEN Chameleon BusJohannes Thumshirn2014-02-285-0/+709
OpenPOWER on IntegriCloud