summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/ucb1x00-core.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: ucb1x00: Remove NO_IRQ checkArnd Bergmann2016-10-041-1/+1
* mfd: ucb1x00: Allow IRQ probing to work with IRQs > 32Russell King2016-10-041-4/+0
* mfd: ucb1x00: Use gpiochip data pointerLinus Walleij2016-04-191-7/+7
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-1/+1
|\
| * gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* | mfd: ucb1x00-core: Be sure to clamp return valueLinus Walleij2016-01-111-1/+1
|/
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* mfd: ucb1x00: Prepare ucb1x00_irq for irq argument removalThomas Gleixner2015-08-111-2/+2
* mfd: Kill off set_irq_flags usageRob Herring2015-08-111-1/+1
* ARM: sa1100: convert SA11x0 related code to use new chained handler helperRussell King2015-06-181-2/+1
* driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-6/+2
* mfd: ucb1x00-core: Use SIMPLE_DEV_PM_OPS macroJingoo Han2014-03-191-3/+1
* mfd: ucb1x00-core: Fix error return code in ucb1x00_probe()Wei Yongjun2013-10-231-0/+1
* mfd: ucb1x00-core: Rewrite ucb1x00_add_dev()Lee Jones2013-09-021-13/+15
* MFD: ucb1x00-core: Add CONFIG_PM_SLEEP to suspend/resumeJingoo Han2013-08-071-0/+2
* mfd: Use dev_get_platdata()Jingoo Han2013-07-311-2/+2
* MFD: ucb1x00-core: add wakeup supportRussell King2012-02-181-0/+59
* MFD: ucb1x00: convert to use genirqRussell King2012-02-181-152/+95
* MFD: ucb1x00-core: convert to use dev_pm_opsRussell King2012-02-181-14/+18
* MFD: ucb1x00-core: disable mcp clock when bus is not requiredRussell King2012-02-181-4/+5
* MFD: ucb1x00-core: add missing ucb1x00_enable()/ucb1x00_disable()Russell King2012-02-181-1/+15
* MFD: ucb1x00-core: scan drivers in same order they're registeredRussell King2012-02-181-4/+4
* MFD: ucb1x00-core: add owner and dev initializers to gpio structureRussell King2012-02-181-0/+2
* MFD: ucb1x00-core: clean up device handling in probeRussell King2012-02-181-14/+16
* MFD: ucb1x00-core: use mutexes instead of semaphoresRussell King2012-02-181-8/+7
* MFD: ucb1x00-core: add .owner initializer and module aliasRussell King2012-02-181-0/+2
* MFD: ucb1x00-core: add handling for ucb1x00 resetRussell King2012-02-181-4/+13
* MFD: ucb1x00-core: get rid of mach/hardware.h includeRussell King2012-02-181-2/+0
* MFD: mcp/ucb1x00: separate ucb1x00 driver data from the MCP dataRussell King2012-02-181-3/+4
* MFD: mcp-sa11x0: remove DMA initializers and variablesRussell King2012-02-031-1/+0
* MFD: ucb1x00-core: fix gpiolib direction_output handlingRussell King2012-01-211-6/+12
* MFD: ucb1x00-core: fix missing restore of io output data on resumeRussell King2012-01-211-0/+1
* Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp b...Russell King2012-01-201-37/+11
* ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus.Jochen Friedrich2012-01-091-11/+37
* mfd: Fix ucb1x00 build failure for collie_defconfigPeter Huewe2010-03-071-0/+1
* add gpiolib support to ucb1x00Thomas Kunze2009-11-271-2/+85
* move drivers/mfd/*.h to include/linux/mfdThomas Kunze2009-11-271-1/+1
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* mfd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-1/+1
* [ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King2008-11-291-1/+1
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-1/+1
* [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-071-1/+1
* MCP_UCB1200: Convert from class_device to deviceTony Jones2008-01-241-7/+7
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [ARM] 3727/1: fix ucb initialization on colliePavel Machek2006-07-111-1/+1
* [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [ARM] fix drivers/mfd/ucb1x00-core.c IRQ probing bugIngo Molnar2006-06-261-1/+3
* [MMC+MFD] Convert mmc to mutexesArjan van de Ven2006-01-121-13/+14
OpenPOWER on IntegriCloud