aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/intel_pmic_gpio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-27intel_pmic_gpio: Convert printks to pr_<level>Joe Perches1-7/+7
2011-04-13x86 platform drivers: Build fix for intel_pmic_gpioMatthew Garrett1-1/+1
2011-04-04platform-drivers: x86: pmic: Restore the dropped buslock/unlockThomas Gleixner1-4/+39
2011-03-29drivers: Final irq namespace conversionThomas Gleixner1-3/+5
2011-02-21platform-drivers: x86: pmic: Use request_irq instead of chained handlerThomas Gleixner1-38/+12
2011-02-07platform-drivers: x86: pmic: Use irq_chip buslock mechanismThomas Gleixner1-48/+32
2011-02-07platform-drivers: x86: Convert pmic to new irq_chip functionsThomas Gleixner1-14/+8
2011-02-07platform-drivers: x86: pmic: Fix up bogus irq hackeryThomas Gleixner1-5/+1
2011-01-07[PATCH] intel_pmic_gpio: modify EOI handling following change of kernel irq subsystemFeng Tang1-1/+5
2010-10-27Remove duplicate includes from many filesZimny Lech1-1/+0
2010-10-21intel_pmic_gpio: fix off-by-one value range checkingAxel Lin1-1/+1
2010-10-21intel_pmic_gpio: swap the bits and mask args for intel_scu_ipc_update_registerAlek Du1-12/+12
2010-08-03gpio: Add PMIC GPIO block supportAlek Du1-0/+340