Age | Commit message (Expand) | Author | Files | Lines |
2018-10-16 | pinctrl: geminilake: Sort register offsets by value | Andy Shevchenko | 1 | -1/+1 |
2018-10-16 | pinctrl: geminilake: Get rid of unneeded ->probe() stub | Andy Shevchenko | 1 | -6/+1 |
2018-10-16 | pinctrl: geminilake: Update pin list for B0 stepping | Andy Shevchenko | 1 | -18/+18 |
2018-10-03 | pinctrl: intel: Fix a spelling typo in kernel documentation | Andy Shevchenko | 1 | -1/+1 |
2018-10-03 | pinctrl: broxton: Convert unsigned to unsigned int | Andy Shevchenko | 1 | -53/+53 |
2018-10-03 | pinctrl: cherryview: Convert unsigned to unsigned int | Andy Shevchenko | 1 | -33/+33 |
2018-10-03 | pinctrl: baytrail: Convert unsigned to unsigned int | Andy Shevchenko | 1 | -6/+6 |
2018-10-03 | pinctrl: intel: Convert unsigned to unsigned int | Andy Shevchenko | 2 | -66/+67 |
2018-10-01 | Merge tag 'v4.19-rc6' into devel | Linus Walleij | 2 | -94/+84 |
2018-09-25 | Revert "pinctrl: intel: Do pin translation when lock IRQ" | Mika Westerberg | 1 | -32/+0 |
2018-09-25 | pinctrl: cannonlake: Fix HOSTSW_OWN register offset of H variant | Mika Westerberg | 1 | -13/+20 |
2018-09-25 | pinctrl: intel: merrifield: Group IO accessors in code | Andy Shevchenko | 1 | -15/+15 |
2018-09-25 | pinctrl: intel: merrifield: Introduce mrfld_read_bufcfg() | Andy Shevchenko | 1 | -7/+19 |
2018-09-20 | pinctrl: intel: Do pin translation in other GPIO operations as well | Mika Westerberg | 1 | -48/+63 |
2018-09-19 | pinctrl: cherryview: Remove linux/init.h and sort headers | Andy Shevchenko | 1 | -4/+4 |
2018-09-19 | pinctrl: cherryview: Describe members of couple of structs | Andy Shevchenko | 1 | -0/+3 |
2018-09-19 | pinctrl: cherryview: Remove unused groups of pins | Andy Shevchenko | 1 | -2/+0 |
2018-09-19 | pinctrl: cherryview: Re-use data structures from pinctrl-intel.h | Andy Shevchenko | 1 | -42/+25 |
2018-09-19 | pinctrl: baytrail: Sort headers alphabetically | Andy Shevchenko | 1 | -7/+7 |
2018-09-19 | pinctrl: baytrail: Remove unneeded MODULE_DEVICE_TABLE() | Andy Shevchenko | 1 | -1/+0 |
2018-09-19 | pinctrl: intel: Move linux/pm.h to the local header | Andy Shevchenko | 9 | -8/+8 |
2018-09-19 | pinctrl: cannonlake: Fix gpio base for GPP-E | Simon Detheridge | 1 | -1/+1 |
2018-09-14 | pinctrl: Include <linux/gpio/driver.h> nothing else | Linus Walleij | 2 | -4/+2 |
2018-08-31 | pinctrl: lewisburg: Define PM ops via INTEL_PINCTRL_PM_OPS() | Andy Shevchenko | 1 | -4/+1 |
2018-08-31 | pinctrl: sunrisepoint: Define PM ops via INTEL_PINCTRL_PM_OPS() | Andy Shevchenko | 1 | -4/+1 |
2018-08-31 | pinctrl: icelake: Define PM ops via INTEL_PINCTRL_PM_OPS() | Andy Shevchenko | 1 | -4/+1 |
2018-08-31 | pinctrl: geminilake: Define PM ops via INTEL_PINCTRL_PM_OPS() | Andy Shevchenko | 1 | -4/+1 |
2018-08-31 | pinctrl: denverton: Define PM ops via INTEL_PINCTRL_PM_OPS() | Andy Shevchenko | 1 | -4/+1 |
2018-08-31 | pinctrl: cedarfork: Define PM ops via INTEL_PINCTRL_PM_OPS() | Andy Shevchenko | 1 | -4/+1 |
2018-08-31 | pinctrl: cannonlake: Define PM ops via INTEL_PINCTRL_PM_OPS() | Andy Shevchenko | 1 | -4/+1 |
2018-08-31 | pinctrl: broxton: Define PM ops via INTEL_PINCTRL_PM_OPS() | Andy Shevchenko | 1 | -4/+1 |
2018-08-31 | pinctrl: intel: Introduce common macro for PM operations | Andy Shevchenko | 1 | -0/+5 |
2018-08-31 | pinctrl: sunrisepoint: Convert to use intel_pinctrl_probe_by_hid() | Andy Shevchenko | 1 | -10/+3 |
2018-08-31 | pinctrl: cannonlake: Convert to use intel_pinctrl_probe_by_hid() | Andy Shevchenko | 1 | -10/+3 |
2018-08-31 | pinctrl: intel: Introduce intel_pinctrl_probe_by_hid() internal API | Andy Shevchenko | 2 | -0/+10 |
2018-08-31 | pinctrl: baytrail: Convert to use device_get_match_data() | Andy Shevchenko | 1 | -6/+3 |
2018-08-31 | pinctrl: geminilake: Convert to use intel_pinctrl_probe_by_uid() | Andy Shevchenko | 1 | -22/+3 |
2018-08-31 | pinctrl: broxton: Convert to use intel_pinctrl_probe_by_uid() | Andy Shevchenko | 1 | -39/+2 |
2018-08-31 | pinctrl: intel: Introduce intel_pinctrl_probe_by_uid() internal API | Andy Shevchenko | 2 | -0/+40 |
2018-08-29 | pinctrl: intel: Fix a spelling typo in kernel documentation | Andy Shevchenko | 1 | -1/+1 |
2018-08-18 | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2018-08-03 | pinctrl: intel: Don't shadow error code of gpiochip_lock_as_irq() | Andy Shevchenko | 1 | -2/+4 |
2018-08-03 | pinctrl: baytrail: actually print the apparently misconfigured pin | Alexander Stein | 1 | -1/+2 |
2018-07-30 | pinctrl: cannonlake: Fix community ordering for H variant | Andy Shevchenko | 1 | -6/+2 |
2018-07-30 | pinctrl: intel: Do pin translation when lock IRQ | Andy Shevchenko | 1 | -0/+30 |
2018-07-16 | pinctrl: baytrail: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+2 |
2018-07-07 | headers: separate linux/mod_devicetable.h from linux/platform_device.h | Randy Dunlap | 1 | -0/+1 |
2018-07-02 | pinctrl: intel: Convert to use SPDX identifier | Andy Shevchenko | 13 | -56/+15 |
2018-06-29 | pinctrl: intel: Add Ice Lake PCH pin controller support | Andy Shevchenko | 3 | -0/+445 |
2018-06-28 | pinctrl: cedarfork: Correct EAST pin ordering | Mika Westerberg | 1 | -46/+46 |