aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/mcp-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner1-4/+1
2014-07-22mfd: mcp-core: Fix 'blank line after declarations' warningLee Jones1-0/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-2/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-18MFD: mcp-core: remove legacy driver suspend/resume methodsRussell King1-28/+0
2012-02-18MFD: mcp/ucb1x00: separate ucb1x00 driver data from the MCP dataRussell King1-1/+2
2012-02-03MFD: mcp-sa11x0: remove DMA initializers and variablesRussell King1-1/+0
2012-02-03MFD: mcp-core: sanitize host creation/removalRussell King1-6/+13
2012-01-20MFD: mcp-core: fix complaints from the genirq layerRussell King1-6/+11
2012-01-20Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus."Russell King1-42/+2
2012-01-09ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus.Jochen Friedrich1-2/+42
2009-11-27move drivers/mfd/*.h to include/linux/mfdThomas Kunze1-1/+1
2009-03-24mfd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-11-29[ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2006-01-13[PATCH] Add MCP bus_type probe and remove methodsRussell King1-2/+2
2005-11-07[PATCH] fix remaining missing includesTim Schmielau1-0/+2
2005-08-18[MFD] Add multimedia communication port core supportRussell King1-0/+255