aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/samsung/pinctrl-s3c64xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-2/+2
2018-03-08pinctrl: samsung: Validate alias coming from DTKrzysztof Kozlowski1-1/+6
2018-01-03pinctrl: samsung: Add SPDX license identifiersKrzysztof Kozlowski1-16/+11
2017-07-18pinctrl: samsung: Fix NULL pointer exception on external interrupts on S3C24xxKrzysztof Kozlowski1-22/+18
2017-05-23pinctrl: samsung: Clean up modular vs. non-modular distinctionsPaul Gortmaker1-1/+1
2017-01-26pinctrl: samsung: Remove messages for failed memory allocationMarek Szyprowski1-9/+3
2016-11-15pinctrl: samsung: Add the support the multiple IORESOURCE_MEM for one pin-bankChanwoo Choi1-18/+22
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-5/+5
2015-07-28pinctrl: kill off set_irq_flags usageRob Herring1-2/+0
2015-07-17pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-12/+10
2015-07-17pinctrl/samsung: Use irq_set_handler_locked()Thomas Gleixner1-5/+5
2015-06-25pinctrl/samsung: Fix race in installing chained IRQ handlerThomas Gleixner1-4/+4
2014-11-09pinctrl: samsung: Separate per-bank init and runtime dataTomasz Figa1-1/+1
2014-11-09pinctrl: samsung: Constify samsung_pin_ctrl structTomasz Figa1-7/+7
2014-11-09pinctrl: samsung: Constify samsung_pin_bank_type structTomasz Figa1-7/+7
2014-11-09pinctrl: samsung: Drop unused label field in samsung_pin_ctrl structTomasz Figa1-1/+0
2014-07-11pinctrl: samsung: Group all drivers in a sub-dirSachin Kamat1-0/+816