aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/sm501.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-26mfd: sm501: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2014-10-20mfd: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-15Merge tag 'mfd-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-1/+1
2014-09-26mfd: sm501: Avoid implicit sign extensionLee Jones1-1/+1
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-14/+3
2014-06-03mfd: sm501: Make of_device_id array constJingoo Han1-1/+1
2014-01-21mfd: Remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-10-23mfd: sm501: Remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-23mfd: sm501: dbg_regs attribute must be read-onlyGuenter Roeck1-1/+1
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-3/+3
2012-11-28mfd: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devinitBill Pemberton1-5/+5
2012-11-28mfd: remove use of __devexit_pBill Pemberton1-1/+1
2012-03-16mfd: Use DIV_ROUND_CLOSEST for sm501 clockAxel Lin1-9/+1
2012-01-09mfd: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin1-1/+1
2011-03-22video, sm501: add OF binding to support SM501Heiko Schocher1-1/+8
2011-03-22video, sm501: add I/O functions for use on powerpcHeiko Schocher1-62/+63
2011-01-14mfd: Use printf extension %pR for struct resourceJoe Perches1-5/+2
2011-01-14mfd: Include <linux/io.h> instead of <asm/io.h>Axel Lin1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-2/+2
2010-03-12mfd: Fix sm501 requested region sizeSamuel Ortiz1-2/+2
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-4/+4
2010-03-07mfd: Use resource_size() in sm501H Hartley Sweeten1-4/+3
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-4/+4
2009-07-03mfd: sm501, fix lock imbalanceJiri Slaby1-1/+2
2009-02-17mfd: Fix sm501_register_gpio section mismatchRakib Mullick1-1/+1
2009-02-17mfd: fix sm501 section mismatchesAlexey Dobriyan1-12/+12
2009-01-11mfd: Ensure sm501 GPIO pin mode is GPIO when configuredBen Dooks1-2/+28
2008-10-22mfd: check for platform_get_irq() return value in sm501Roel Kluin1-11/+11
2008-10-22mfd: use pci_ioremap_bar() in sm501Arjan van de Ven1-2/+1
2008-10-19mfd: update sm501 debugging/low information messagesBen Dooks1-3/+3
2008-07-25mfd: sm501 fix gpio number calculation for upper bankBen Dooks1-1/+3
2008-07-25mfd: sm501 build fixes when CONFIG_MFD_SM501_GPIO unsetBen Dooks1-5/+24
2008-07-25sm501: fixes for akpms comments on gpiolib additionBen Dooks1-8/+16
2008-07-25sm501: gpio I2C supportBen Dooks1-1/+75
2008-07-25sm501: gpio dynamic registration for PCI devicesArnaud Patard1-2/+4
2008-07-25sm501: add gpiolib supportBen Dooks1-52/+247
2008-07-25sm501: add power control callbackBen Dooks1-0/+31
2008-07-25mfd: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2008-04-30drivers: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-28sm501: add uart supportMagnus Damm1-16/+68
2008-03-04sm501: add support for the SM502 programmable PLLVille Syrjala1-35/+128
2008-03-04sm501: remove a duplicated tableVille Syrjala1-32/+13
2007-11-29MFD: SM501 debug typo fixBen Dooks1-1/+1
2007-06-24SM501: Check SM501 ID register on initialisationBen Dooks1-4/+10
2007-06-24SM501: Clock updates and checksBen Dooks1-2/+31
2007-06-24SM501: Fix sm501_init_reg() mask/set orderBen Dooks1-1/+4
2007-06-24SM501: initialise SDRAM clock before bus clocksBen Dooks1-5/+5