aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/sm501.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28mfd: sm501: Add check for platform_driver_register()Jiasheng Jiang1-1/+6
2021-06-15mfd: sm501: Use DEVICE_ATTR_RO macroZhen Lei1-4/+4
2020-09-30mfd: sm501: Fix leaks in probe()Dan Carpenter1-1/+7
2020-05-18mfd: sm501: Use GPIO_LOOKUP_IDX() helper macroGeert Uytterhoeven1-16/+8
2020-01-24mfd: sm501: Fix mismatches of request_mem_regionChuhong Yuan1-12/+7
2019-09-02mfd: sm501: Include the GPIO driver headerLinus Walleij1-0/+1
2019-08-12mfd: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
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