| Commit message (Expand) | Author | Age | Files | Lines |
* | pinctrl: clean up after enable refactoring | Linus Walleij | 2014-09-04 | 1 | -3/+3 |
* | pinctrl: mvebu: new driver for Orion platforms | Thomas Petazzoni | 2014-04-24 | 3 | -0/+266 |
* | pinctrl: mvebu: silence WARN to dev_warn | Sebastian Hesselbarth | 2014-03-12 | 1 | -1/+2 |
* | Merge tag 'tags/for-mvebu-pinctrl-3xx' into mvebu/pinctrl | Jason Cooper | 2014-03-01 | 4 | -0/+931 |
|\ |
|
| * | pinctrl: mvebu: add pin-muxing driver for the Marvell Armada 380/385 | Thomas Petazzoni | 2014-02-25 | 3 | -0/+467 |
| * | pinctrl: mvebu: add pin-muxing driver for the Marvell Armada 375 | Thomas Petazzoni | 2014-02-25 | 3 | -0/+464 |
* | | pinctrl: mvebu: dove: use global register regmap | Sebastian Hesselbarth | 2014-02-25 | 1 | -66/+58 |
* | | pinctrl: mvebu: dove: use remapped pmu_mpp registers | Sebastian Hesselbarth | 2014-02-25 | 1 | -5/+7 |
* | | pinctrl: mvebu: dove: use remapped mpp4 register | Sebastian Hesselbarth | 2014-02-25 | 1 | -26/+27 |
* | | pinctrl: mvebu: dove: use remapped mpp base registers | Sebastian Hesselbarth | 2014-02-25 | 1 | -13/+14 |
* | | pinctrl: mvebu: dove: request syscon regmap for global registers | Sebastian Hesselbarth | 2014-02-25 | 2 | -0/+28 |
* | | pinctrl: mvebu: dove: request additional resources | Sebastian Hesselbarth | 2014-02-25 | 1 | -3/+42 |
|/ |
|
* | pinctrl: mvebu: dove: reuse mpp_{set,get} in pmu callbacks | Sebastian Hesselbarth | 2014-02-25 | 1 | -20/+17 |
* | pinctrl: mvebu: dove: consolidate auto-numbered pmu mpp ranges | Sebastian Hesselbarth | 2014-02-25 | 1 | -16/+1 |
* | pinctrl: mvebu: remove MPP_REG_CTRL macro | Thomas Petazzoni | 2014-02-25 | 1 | -16/+3 |
* | pinctrl: mvebu: remove common get/set functions | Sebastian Hesselbarth | 2014-02-25 | 1 | -47/+2 |
* | pinctrl: mvebu: move resource allocation to SoC specific drivers | Sebastian Hesselbarth | 2014-02-25 | 5 | -16/+33 |
* | pinctrl: mvebu: armada-xp: provide generic mpp callbacks | Sebastian Hesselbarth | 2014-02-25 | 1 | -0/+12 |
* | pinctrl: mvebu: armada-370: provide generic mpp callbacks | Sebastian Hesselbarth | 2014-02-25 | 1 | -0/+12 |
* | pinctrl: mvebu: kirkwood: provide generic mpp callbacks | Sebastian Hesselbarth | 2014-02-25 | 1 | -0/+12 |
* | pinctrl: mvebu: dove: provide generic mpp callbacks | Sebastian Hesselbarth | 2014-02-25 | 1 | -14/+22 |
* | pinctrl: mvebu: add common mpp reg helper to mvebu pinctrl include | Sebastian Hesselbarth | 2014-02-25 | 1 | -0/+28 |
* | pinctrl: mvebu: remove passing mvebu_mpp_ctrl to callbacks | Sebastian Hesselbarth | 2014-02-25 | 3 | -45/+32 |
* | pinctrl: mvebu: identify generic controls by name | Sebastian Hesselbarth | 2014-02-25 | 1 | -14/+16 |
* | pinctrl: mvebu: remove obsolete per-control name buffer allocation | Sebastian Hesselbarth | 2014-02-25 | 1 | -9/+0 |
* | pinctrl: mvebu: count unnamed controls and allocate name buffer | Sebastian Hesselbarth | 2014-02-25 | 1 | -5/+19 |
* | pinctrl: mvebu: remove redundant of_match_ptr | Sachin Kamat | 2013-10-23 | 4 | -4/+4 |
* | pinctrl: dove: unset twsi option3 for gconfig as well | Roel Kluin | 2013-10-16 | 1 | -1/+1 |
* | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-09-04 | 1 | -1/+1 |
|\ |
|
| * | pinctrl: don't use PTR_RET(). | Rusty Russell | 2013-07-15 | 1 | -1/+1 |
* | | pinctrl: mvebu: testing the wrong variable | Dan Carpenter | 2013-08-28 | 1 | -1/+1 |
* | | pinctrl: mvebu: Convert to use devm_ioremap_resource | Jisheng Zhang | 2013-08-28 | 1 | -6/+5 |
* | | pinctrl: Pass all configs to driver on pin_config_set() | Sherman Yin | 2013-08-28 | 1 | -6/+20 |
|/ |
|
* | pinctrl: dove: add PMU functions to pinctrl | Sebastian Hesselbarth | 2013-06-16 | 1 | -28/+216 |
* | Merge tag 'v3.9-rc5' into devel | Linus Walleij | 2013-04-03 | 1 | -1/+1 |
|\ |
|
| * | pinctrl: mvebu: fix checking for SoC specific controls | Simon Guinot | 2013-03-21 | 1 | -1/+1 |
* | | pinctrl: mvebu: prevent walking off the end of group array | David Woodhouse | 2013-03-27 | 1 | -12/+21 |
* | | pinctrl: Declare operation structures as const | Laurent Pinchart | 2013-03-07 | 1 | -3/+3 |
|/ |
|
* | pinctrl: mvebu: fix MPP6 value for kirkwood driver | Simon Guinot | 2013-01-18 | 1 | -3/+3 |
* | pinctrl: mvebu: Fix compiler warnings | Andrew Lunn | 2013-01-18 | 2 | -2/+2 |
* | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2013-01-08 | 1 | -2/+5 |
|\ |
|
| * | pinctrl: mvebu: make pdma clock on dove mandatory | Sebastian Hesselbarth | 2013-01-07 | 1 | -2/+5 |
* | | Drivers: pinctrl: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 5 | -22/+21 |
|/ |
|
* | ARM: Kirkwood: support 98DX412x kirkwoods with pinctrl | Valentin Longchamp | 2012-11-24 | 1 | -278/+290 |
* | pinctrl: mvebu: Fix dove_audio1_ctrl_set function | Axel Lin | 2012-11-24 | 1 | -0/+8 |
* | pinctrl: mvebu: fix iomem pointer for dove pinctrl | Sebastian Hesselbarth | 2012-11-24 | 1 | -7/+7 |
* | pinctrl: mvebu: move to its own directory | Thomas Petazzoni | 2012-11-11 | 8 | -0/+2955 |