| Commit message (Expand) | Author | Age | Files | Lines |
* | mfd: syscon: Add of_syscon_register_regmap() API | Peter Griffin | 2024-06-26 | 1 | -0/+48 |
* | mfd: syscon: Call of_node_put() only when of_parse_phandle() takes a ref | Peter Griffin | 2024-02-23 | 1 | -1/+3 |
* | mfd: syscon: Fix null pointer dereference in of_syscon_register() | Kunwu Chan | 2023-12-07 | 1 | -0/+4 |
* | mfd: syscon: Allow reset control for syscon devices | Jeremy Kerr | 2023-02-22 | 1 | -6/+21 |
* | Revert "mfd: syscon: Remove repetition of the regmap_get_val_endian()" | Jason A. Donenfeld | 2022-10-23 | 1 | -0/+8 |
* | mfd: syscon: Remove repetition of the regmap_get_val_endian() | Andy Shevchenko | 2022-09-29 | 1 | -8/+0 |
* | syscon: Use %pa to format the variable of resource_size_t type | Andy Shevchenko | 2022-07-19 | 1 | -2/+1 |
* | mfd: syscon: Use of_iomap() instead of ioremap() | Hector Martin | 2021-09-07 | 1 | -1/+1 |
* | mfd: syscon: Free the allocated name field of struct regmap_config | Limeng | 2021-06-02 | 1 | -1/+1 |
* | mfd: syscon: Add syscon_regmap_lookup_by_phandle_optional() function. | Enric Balletbo i Serra | 2020-11-19 | 1 | -0/+18 |
* | Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 2020-10-15 | 1 | -1/+1 |
|\ |
|
| * | mfd: syscon: Don't free allocated name for regmap_config | Marc Zyngier | 2020-09-30 | 1 | -1/+1 |
* | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -1/+1 |
|/ |
|
* | mfd: syscon: Use a unique name with regmap_config | Suman Anna | 2020-08-13 | 1 | -1/+3 |
* | mfd: syscon: Add arguments support for syscon reference | Orson Zhai | 2020-01-24 | 1 | -0/+29 |
* | mfd: syscon: Re-use resource_size() to count max_register | Andy Shevchenko | 2020-01-24 | 1 | -1/+1 |
* | Revert "mfd: syscon: Set name of regmap_config" | Andy Shevchenko | 2019-11-13 | 1 | -1/+0 |
* | mfd/syscon: Add device_node_to_regmap() | Paul Cercueil | 2019-08-09 | 1 | -16/+30 |
* | mfd: Remove unused helper syscon_regmap_lookup_by_pdevname | Suzuki K Poulose | 2019-06-24 | 1 | -21/+0 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | mfd: syscon: Add optional clock support | Fabrice Gasnier | 2019-05-14 | 1 | -0/+19 |
* | mfd: syscon: Make it explicitly non-modular | Paul Gortmaker | 2019-02-01 | 1 | -11/+1 |
* | mfd: syscon: Set name of regmap_config | Jeffy Chen | 2018-05-16 | 1 | -0/+1 |
* | mfd: syscon: Set regmap name to DT node name | David Lechner | 2018-05-16 | 1 | -0/+1 |
* | mfd: syscon: Add hardware spinlock support | Baolin Wang | 2018-01-12 | 1 | -0/+19 |
* | mfd: syscon: Support native-endian regmaps | Paul Burton | 2016-11-25 | 1 | -1/+3 |
* | mfd: syscon: Make syscon_regmap_config const | Philipp Zabel | 2016-03-16 | 1 | -5/+5 |
* | mfd: syscon: Set regmap max_register in of_syscon_register | Philipp Zabel | 2016-03-16 | 1 | -1/+8 |
* | mfd: syscon: Add a DT property to set value width | Damien Riegel | 2016-01-11 | 1 | -0/+13 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-15 | 1 | -1/+0 |
|\ |
|
| * | mfd: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | mfd: syscon: Decouple syscon interface from platform devices | Pankaj Dubey | 2014-11-25 | 1 | -22/+74 |
|/ |
|
* | Merge tag 'mfd-for-linus-3.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-06-06 | 1 | -1/+5 |
|\ |
|
| * | mfd: syscon: Allow property as NULL in syscon_regmap_lookup_by_phandle | Pankaj Dubey | 2014-06-03 | 1 | -1/+5 |
* | | mfd: syscon: Add platform data with a regmap config name | Pawel Moll | 2014-05-15 | 1 | -0/+4 |
|/ |
|
* | mfd: syscon: Simplify syscon_match_pdevname() | Alexander Shiyan | 2014-03-19 | 1 | -7/+0 |
* | mfd: syscon: Move diagnostic messages to dev_dbg() | Alexander Shiyan | 2014-03-19 | 1 | -1/+1 |
* | Merge tag 'mfd-3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo... | Linus Torvalds | 2013-09-08 | 1 | -4/+4 |
|\ |
|
| * | mfd: syscon: Remove "base" field from private driver data | Alexander Shiyan | 2013-07-31 | 1 | -4/+4 |
* | | ARM: clps711x: Remove the special name for the syscon driver | Alexander Shiyan | 2013-08-14 | 1 | -3/+0 |
|/ |
|
* | ARM: clps711x: Add support for SYSCON driver | Alexander Shiyan | 2013-06-12 | 1 | -0/+3 |
* | mfd: syscon: Fix warnings when printing resource_size_t | Alexander Shiyan | 2013-04-09 | 1 | -1/+1 |
* | mfd: syscon: Add non-DT support | Alexander Shiyan | 2013-04-05 | 1 | -30/+45 |
* | mfd: syscon: Removed unneeded field "dev" from private driver structure | Alexander Shiyan | 2013-04-05 | 1 | -4/+1 |
* | mfd: syscon: Fix sparse warning | Fabio Estevam | 2013-02-14 | 1 | -0/+1 |
* | mfd: remove use of __devexit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | mfd: remove use of __devinit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | mfd: remove use of __devexit_p | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | mfd: Add syscon driver based on regmap | Dong Aisheng | 2012-09-17 | 1 | -0/+176 |