summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/lpc_ich.c
AgeCommit message (Expand)AuthorLines
2014-09-26mfd: lpc_ich: Add Device IDs for Intel 9 Series PCHJames Ralston-0/+11
2014-09-26mfd: lpc_ich: Add PCI ID for Intel BraswellAlan Cox-0/+6
2014-06-03mfd: lpc_ich: Enable GPIO for Panther PointGuenter Roeck-0/+1
2014-03-19mfd: lpc_ich: Add support for Intel Bay Trail SoCPeter Tyser-0/+6
2014-03-19mfd: lpc_ich: Add support for NM10 GPIOPeter Tyser-0/+1
2014-03-19mfd: lpc_ich: Change Avoton to iTCO v3Peter Tyser-1/+1
2014-03-19mfd: lpc_ich: Add support for iTCO v3Peter Tyser-14/+67
2014-03-19mfd: lpc_ich: Remove lpc_ich_cfg struct usePeter Tyser-31/+32
2014-03-19mfd: lpc_ich: Only configure watchdog or GPIO when presentPeter Tyser-6/+10
2014-03-19mfd: lpc_ich: Fix ACPI enable bitmaskPeter Tyser-1/+1
2014-03-19mfd: lpc_ich: Add support for Intel Avoton GPIOsVincent Donnefort-0/+1
2014-03-19mfd: Delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2014-01-21mfd: Remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han-1/+1
2013-11-27mfd: lpc_ich: Fix Wildcat Point info name fieldJames Ralston-1/+1
2013-11-04mfd: lpc_ich: Add Device IDs for Intel Wildcat Point-LP PCHJames Ralston-0/+13
2013-10-23mfd: lpc_ich: Remove unnecessary pci_set_drvdata()Jingoo Han-2/+0
2013-08-01mfd: lpc_ich: Staticize struct 'lpc_chipset_info'Jingoo Han-1/+1
2013-06-20mfd: lpc_ich: iTCO_wdt patch for Intel Coleto Creek DeviceIDsSeth Heasley-0/+7
2013-06-18mfd: lpc_ich: Convert to module_pci_driverLibo Chen-12/+1
2013-06-11mfd: lpc_ich: Add support for Intel Avoton SoCJames Ralston-0/+10
2013-02-15mfd: lpc_ich: Use devres API to allocate private dataAaron Sierra-5/+2
2013-02-14mfd: lpc_ich: Add Device IDs for Intel Wellsburg PCHJames Ralston-0/+38
2013-02-14mfd: lpc_ich: Fix gpio base and control offsetsAaron Sierra-33/+76
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds-6/+10
2012-11-28mfd: remove use of __devexitBill Pemberton-1/+1
2012-11-28mfd: remove use of __devinitdataBill Pemberton-1/+1
2012-11-28mfd: remove use of __devinitBill Pemberton-7/+7
2012-11-28mfd: remove use of __devexit_pBill Pemberton-1/+1
2012-11-21mfd: lpc_ich: One uninitialized cell is no errorPaul Bolle-5/+6
2012-11-21mfd: lpc_ich: Fix resource request for [mem 0x00000000]Peter Hurley-1/+4
2012-09-16mfd: lpc_ich: Add Device IDs for Intel Lynx Point-LP PCHJames Ralston-0/+14
2012-09-14gpio: gpio-ich: Share ownership of GPIO groupsJean Delvare-2/+27
2012-09-14mfd: core: Push irqdomain mapping out into devicesMark Brown-2/+2
2012-08-23mfd: lpc_ich: Fix a 3.5 kernel regression for iTCO_wdt driverFeng Tang-19/+1
2012-05-09watchdog: Convert iTCO_wdt driver to mfd modelAaron Sierra-1/+170
2012-05-01mfd: Add LPC driver for Intel ICH chipsetsAaron Sierra-0/+719