aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/ucb1x00-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-04mfd: ucb1x00: Remove NO_IRQ checkArnd Bergmann1-1/+1
2016-10-04mfd: ucb1x00: Allow IRQ probing to work with IRQs > 32Russell King1-4/+0
2016-04-19mfd: ucb1x00: Use gpiochip data pointerLinus Walleij1-7/+7
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2016-01-11mfd: ucb1x00-core: Be sure to clamp return valueLinus Walleij1-1/+1
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-08-11mfd: ucb1x00: Prepare ucb1x00_irq for irq argument removalThomas Gleixner1-2/+2
2015-08-11mfd: Kill off set_irq_flags usageRob Herring1-1/+1
2015-06-18ARM: sa1100: convert SA11x0 related code to use new chained handler helperRussell King1-2/+1
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-6/+2
2014-03-19mfd: ucb1x00-core: Use SIMPLE_DEV_PM_OPS macroJingoo Han1-3/+1
2013-10-23mfd: ucb1x00-core: Fix error return code in ucb1x00_probe()Wei Yongjun1-0/+1
2013-09-02mfd: ucb1x00-core: Rewrite ucb1x00_add_dev()Lee Jones1-13/+15
2013-08-07MFD: ucb1x00-core: Add CONFIG_PM_SLEEP to suspend/resumeJingoo Han1-0/+2
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-2/+2
2012-02-18MFD: ucb1x00-core: add wakeup supportRussell King1-0/+59
2012-02-18MFD: ucb1x00: convert to use genirqRussell King1-152/+95
2012-02-18MFD: ucb1x00-core: convert to use dev_pm_opsRussell King1-14/+18
2012-02-18MFD: ucb1x00-core: disable mcp clock when bus is not requiredRussell King1-4/+5
2012-02-18MFD: ucb1x00-core: add missing ucb1x00_enable()/ucb1x00_disable()Russell King1-1/+15
2012-02-18MFD: ucb1x00-core: scan drivers in same order they're registeredRussell King1-4/+4
2012-02-18MFD: ucb1x00-core: add owner and dev initializers to gpio structureRussell King1-0/+2
2012-02-18MFD: ucb1x00-core: clean up device handling in probeRussell King1-14/+16
2012-02-18MFD: ucb1x00-core: use mutexes instead of semaphoresRussell King1-8/+7
2012-02-18MFD: ucb1x00-core: add .owner initializer and module aliasRussell King1-0/+2
2012-02-18MFD: ucb1x00-core: add handling for ucb1x00 resetRussell King1-4/+13
2012-02-18MFD: ucb1x00-core: get rid of mach/hardware.h includeRussell King1-2/+0
2012-02-18MFD: mcp/ucb1x00: separate ucb1x00 driver data from the MCP dataRussell King1-3/+4
2012-02-03MFD: mcp-sa11x0: remove DMA initializers and variablesRussell King1-1/+0
2012-01-21MFD: ucb1x00-core: fix gpiolib direction_output handlingRussell King1-6/+12
2012-01-21MFD: ucb1x00-core: fix missing restore of io output data on resumeRussell King1-0/+1
2012-01-20Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus."Russell King1-37/+11
2012-01-09ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus.Jochen Friedrich1-11/+37
2010-03-07mfd: Fix ucb1x00 build failure for collie_defconfigPeter Huewe1-0/+1
2009-11-27add gpiolib support to ucb1x00Thomas Kunze1-2/+85
2009-11-27move drivers/mfd/*.h to include/linux/mfdThomas Kunze1-1/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+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
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-01-24MCP_UCB1200: Convert from class_device to deviceTony Jones1-7/+7
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-07-11[ARM] 3727/1: fix ucb initialization on colliePavel Machek1-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[ARM] fix drivers/mfd/ucb1x00-core.c IRQ probing bugIngo Molnar1-1/+3
2006-01-12[MMC+MFD] Convert mmc to mutexesArjan van de Ven1-13/+14