summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/intel
AgeCommit message (Expand)Author
2023-06-19pinctrl: cherryview: Drop goto labelAndy Shevchenko
2023-06-19pinctrl: baytrail: invert if conditionRaag Jadav
2023-06-19pinctrl: baytrail: add warning for BYT_VAL_REG retrieval failureRaag Jadav
2023-06-19pinctrl: baytrail: reduce scope of spinlock in ->dbg_show() hookRaag Jadav
2023-06-15pinctrl: intel: refine ->irq_set_type() hookRaag Jadav
2023-06-14pinctrl: intel: refine ->set_mux() hookRaag Jadav
2023-06-12pinctrl: baytrail: Use str_hi_lo() helperAndy Shevchenko
2023-06-07pinctrl: intel: Add Intel Meteor Lake-S pin controller supportAndy Shevchenko
2023-06-06pinctrl: moorefield: Use BUFCFG_PINMODE_GPIO in ->pin_dbg_show()Andy Shevchenko
2023-06-06pinctrl: moorefield: Fix open-drain pin mode configurationAndy Shevchenko
2023-06-06pinctrl: merrifield: Use BUFCFG_PINMODE_GPIO in ->pin_dbg_show()Andy Shevchenko
2023-06-06pinctrl: merrifield: Fix open-drain pin mode configurationAndy Shevchenko
2023-06-06pinctrl: cherryview: Return correct value if pin in push-pull modeAndy Shevchenko
2023-06-02pinctrl: cherryview: Don't use IRQ core constanst for invalid IRQAndy Shevchenko
2023-06-02pinctrl: baytrail: Use BIT() in BYT_PULL_ASSIGN_* definitionsAndy Shevchenko
2023-06-02pinctrl: baytrail: Unify style of error and debug messagesAndy Shevchenko
2023-02-22Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2023-02-07pinctrl: intel: Restore the pins that used to be in Direct IRQ modeAndy Shevchenko
2022-12-30pinctrl: intel: Get rid of unused members in struct intel_functionAndy Shevchenko
2022-12-30pinctrl: moorefield: Convert to use new memeber in struct intel_functionAndy Shevchenko
2022-12-30pinctrl: merrifield: Convert to use new memeber in struct intel_functionAndy Shevchenko
2022-12-30pinctrl: lynxpoint: Convert to use new memeber in struct intel_functionAndy Shevchenko
2022-12-30pinctrl: cherryview: Convert to use new memeber in struct intel_functionAndy Shevchenko
2022-12-30pinctrl: baytrail: Convert to use new memeber in struct intel_functionAndy Shevchenko
2022-12-30pinctrl: intel: Make use of struct pinfunction and PINCTRL_PINFUNCTION()Andy Shevchenko
2022-12-28pinctrl: intel: Define maximum pad number in the groupAndy Shevchenko
2022-12-28pinctrl: intel: Use same order of bit fields for PADCFG2Andy Shevchenko
2022-12-28pinctrl: intel: Add ~4k bias supportAndy Shevchenko
2022-12-28pinctrl: intel: Add definitions to all possible biasesAndy Shevchenko
2022-12-28pinctrl: intel: Deduplicate some code in intel_config_set_pull()Andy Shevchenko
2022-12-27pinctrl: intel: Add default case to intel_config_set_pull()Andy Shevchenko
2022-12-27pinctrl: intel: Convert to generic_handle_domain_irq()Andy Shevchenko
2022-12-27pinctrl: intel: Always use gpp_num_padown_regs in the main driverAndy Shevchenko
2022-12-27pinctrl: sunrisepoint: Replace SPT_COMMUNITY() by INTEL_COMMUNITY_*()Andy Shevchenko
2022-12-27pinctrl: tigerlake: Replace TGL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: meteorlake: Replace MTL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: lewisburg: Replace LBG_COMMUNITY() by INTEL_COMMUNITY_SIZE()Andy Shevchenko
2022-12-27pinctrl: lakefield: Replace LKF_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: jasperlake: Replace JSL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: icelake: Replace ICL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: geminilake: Replace GLK_COMMUNITY() by INTEL_COMMUNITY_SIZE()Andy Shevchenko
2022-12-27pinctrl: emmitsburg: Replace EBG_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: elkhartlake: Replace EHL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: denverton: Replace DNV_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: cedarfork: Replace CDF_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: cannonlake: Replace CNL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: broxton: Replace BXT_COMMUNITY() by INTEL_COMMUNITY_SIZE()Andy Shevchenko
2022-12-27pinctrl: alderlake: Replace ADL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: intel: Introduce INTEL_COMMUNITY_*() to unify community macrosAndy Shevchenko
2022-12-13Merge tag 'pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds