aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mcb (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-03drivers: mcb: use symbol namespacesJohannes Thumshirn4-15/+17
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner3-12/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-03-14mcb: add Altera PCI ID to mcb-pciJohannes Thumshirn1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-2/+19
2017-08-31mcb: Fix an error handling path in 'chameleon_parse_cells()'Christophe JAILLET1-2/+4
2017-08-31MCB: add support for SC31 to mcb-lpcMichael Moese1-0/+15
2017-08-28mcb: introduce mcb_get_resource()Johannes Thumshirn1-1/+19
2016-11-15mcb: fix compiler warning logical-op in mcb-parse.cMichael Moese1-1/+1
2016-09-27mcb: Add a dma_device to mcb_deviceMichael Moese1-0/+1
2016-09-27mcb: Enable PCI bus mastering by defaultMichael Moese1-0/+1
2016-08-31mcb: remove sub-device handling codeJohannes Thumshirn1-17/+0
2016-08-31mcb: Added bar descriptor support for non PCI bus MCB carrierAndreas Werner2-14/+121
2016-08-31mcb: Added support for LPC or non PCI based MCB carrierAndreas Werner3-0/+168
2016-06-13mcb: Acquire reference to carrier module in coreJohannes Thumshirn1-1/+15
2016-06-13mcb: Acquire reference to device in probeJohannes Thumshirn1-0/+1
2016-05-03mcb: Delete num_cells variable which is not requiredAndreas Werner1-3/+1
2016-05-03mcb: Fixed bar number assignment for the gddAndreas Werner1-1/+1
2016-05-03mcb: Replace ioremap and request_region with the devm versionAndreas Werner1-12/+7
2016-05-03mcb: Implement bus->dev.release callbackJohannes Thumshirn1-6/+14
2016-05-03mcb: export bus information via sysfsJohannes Thumshirn3-11/+65
2016-05-03mcb: Correctly initialize the bus's deviceJohannes Thumshirn1-3/+16
2015-10-29mcb: Destroy IDA on module unloadJohannes Thumshirn1-0/+1
2015-10-29mcb: Do not return zero on error path in mcb_pci_probe()Alexey Khoroshilov1-0/+1
2015-10-05mcb: Fix error handling in mcb_pci_probe()Alexey Khoroshilov1-2/+4
2015-04-03mcb: request_mem_region() returns NULL on errorDan Carpenter1-2/+2
2015-02-03mcb: Fix error path of mcb_pci_probeJohannes Thumshirn1-9/+9
2015-01-09mcb: mcb-pci: Only remap the 1st 0x200 bytes of BAR 0Johannes Thumshirn2-9/+19
2014-05-27mcb: Add support for shared PCI IRQsJohannes Thumshirn2-6/+31
2014-04-16drivers: mcb: fix memory leak in chameleon_parse_cells() error pathChristoph Jaeger1-0/+1
2014-03-09drivers: mcb: Fix build error discovered by 0-day botJohannes Thumshirn1-1/+4
2014-03-08drivers/mcb: do not set default Kconfig variable to modularPaul Gortmaker1-1/+0
2014-02-28mcb: Add PCI carrier for MEN Chameleon BusJohannes Thumshirn4-0/+132
2014-02-28drivers: Introduce MEN Chameleon BusJohannes Thumshirn5-0/+709