aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/intel
AgeCommit message (Expand)AuthorFilesLines
2021-01-05x86: apl: Move priv/plat structs to headersSimon Glass1-12/+0
2021-01-05x86: pinctrl: Drop unlikely error messages from TPLSimon Glass1-3/+8
2021-01-05x86: apl: Reduce size for TPLSimon Glass1-1/+3
2021-01-05x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass1-2/+0
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2-6/+6
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2-7/+6
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2-3/+3
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-11-06x86: pinctrl: Silence the warning when a pin is not foundSimon Glass1-1/+1
2020-11-05x86: Fix up driver names to avoid dtoc warningsSimon Glass1-1/+1
2020-09-01x86: pinctrl: Fix 'relatove' typoSimon Glass1-1/+1
2020-07-17x86: pinctrl: Drop the acpi_path memberSimon Glass1-4/+0
2020-07-17x86: pinctrl: Set up itss in the probe() methodSimon Glass1-4/+4
2020-07-17x86: pinctrl: Add multi-ACPI controlSimon Glass2-0/+14
2020-07-17x86: pinctrl: Add a way to get the pinctrl reg addressSimon Glass1-2/+9
2020-05-18common: Drop log.h from common headerSimon Glass2-0/+2
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini1-0/+2
2020-02-07x86: Give each driver an IRQ typeSimon Glass1-1/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-02-04x86: Move itss.h from Apollo Lake to the generic x86 include directoryWolfgang Wallner1-1/+1
2019-12-15x86: apl: Add pinctrl driverSimon Glass3-3/+206
2019-12-15x86: Add a generic Intel pinctrl driverSimon Glass3-0/+657