summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/sm501.c
AgeCommit message (Expand)AuthorLines
2014-10-20mfd: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-10-15Merge tag 'mfd-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2014-09-26mfd: sm501: Avoid implicit sign extensionLee Jones-1/+1
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe-14/+3
2014-06-03mfd: sm501: Make of_device_id array constJingoo Han-1/+1
2014-01-21mfd: Remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han-1/+1
2013-10-23mfd: sm501: Remove unnecessary pci_set_drvdata()Jingoo Han-2/+0
2013-10-23mfd: sm501: dbg_regs attribute must be read-onlyGuenter Roeck-1/+1
2013-07-31mfd: Use dev_get_platdata()Jingoo Han-3/+3
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-5/+5
2012-11-28mfd: remove use of __devexit_pBill Pemberton-1/+1
2012-03-16mfd: Use DIV_ROUND_CLOSEST for sm501 clockAxel Lin-9/+1
2012-01-09mfd: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin-1/+1
2011-03-22video, sm501: add OF binding to support SM501Heiko Schocher-1/+8
2011-03-22video, sm501: add I/O functions for use on powerpcHeiko Schocher-62/+63
2011-01-14mfd: Use printf extension %pR for struct resourceJoe Perches-5/+2
2011-01-14mfd: Include <linux/io.h> instead of <asm/io.h>Axel Lin-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds-2/+2
2010-03-12mfd: Fix sm501 requested region sizeSamuel Ortiz-2/+2
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina-4/+4
2010-03-07mfd: Use resource_size() in sm501H Hartley Sweeten-4/+3
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack-4/+4
2009-07-03mfd: sm501, fix lock imbalanceJiri Slaby-1/+2
2009-02-17mfd: Fix sm501_register_gpio section mismatchRakib Mullick-1/+1
2009-02-17mfd: fix sm501 section mismatchesAlexey Dobriyan-12/+12
2009-01-11mfd: Ensure sm501 GPIO pin mode is GPIO when configuredBen Dooks-2/+28
2008-10-22mfd: check for platform_get_irq() return value in sm501Roel Kluin-11/+11
2008-10-22mfd: use pci_ioremap_bar() in sm501Arjan van de Ven-2/+1
2008-10-19mfd: update sm501 debugging/low information messagesBen Dooks-3/+3
2008-07-25mfd: sm501 fix gpio number calculation for upper bankBen Dooks-1/+3
2008-07-25mfd: sm501 build fixes when CONFIG_MFD_SM501_GPIO unsetBen Dooks-5/+24
2008-07-25sm501: fixes for akpms comments on gpiolib additionBen Dooks-8/+16
2008-07-25sm501: gpio I2C supportBen Dooks-1/+75
2008-07-25sm501: gpio dynamic registration for PCI devicesArnaud Patard-2/+4
2008-07-25sm501: add gpiolib supportBen Dooks-52/+247
2008-07-25sm501: add power control callbackBen Dooks-0/+31
2008-07-25mfd: fix platform driver hotplug/coldplugKay Sievers-0/+2
2008-04-30drivers: replace remaining __FUNCTION__ occurrencesHarvey Harrison-2/+2
2008-04-28sm501: add uart supportMagnus Damm-16/+68
2008-03-04sm501: add support for the SM502 programmable PLLVille Syrjala-35/+128
2008-03-04sm501: remove a duplicated tableVille Syrjala-32/+13
2007-11-29MFD: SM501 debug typo fixBen Dooks-1/+1
2007-06-24SM501: Check SM501 ID register on initialisationBen Dooks-4/+10
2007-06-24SM501: Clock updates and checksBen Dooks-2/+31
2007-06-24SM501: Fix sm501_init_reg() mask/set orderBen Dooks-1/+4
2007-06-24SM501: initialise SDRAM clock before bus clocksBen Dooks-5/+5
2007-06-24SM501: suspend supportBen Dooks-8/+105