aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/sm501.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-07mfd: sm501: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+1
2019-02-07mfd: sm501: Fix potential NULL pointer dereferenceGustavo A. R. Silva1-0/+3
2018-08-16mfd: sm501: Set coherent_dma_mask when creating subdevicesGuenter Roeck1-0/+1
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+1
2018-05-17i2c: gpio: move header to platform_dataWolfram Sang1-1/+1
2018-05-16mfd: sm501: Adjust 12 checks for null pointersMarkus Elfring1-15/+11
2018-05-16mfd: sm501: Improve a size determination in two functionsMarkus Elfring1-2/+2
2018-05-16mfd: sm501: Delete error message for a failed memory allocation in two placesMarkus Elfring1-2/+0
2017-10-30i2c: gpio: Augment all boardfiles to use open drainLinus Walleij1-2/+2
2017-10-30i2c: gpio: Convert to use descriptorsLinus Walleij1-22/+27
2016-10-04mfd: sm501: Constify gpio_chip structuresJulia Lawall1-1/+1
2016-04-19mfd: sm501: Use gpiochip data pointerLinus Walleij1-10/+5
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