summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-2249-1690/+886
|\
| * gpio: sim: Use %pfwP specifier instead of calling fwnode API directlyAndy Shevchenko2023-02-131-5/+4
| * gpio: tegra186: remove unneeded loop in tegra186_gpio_init_route_mapping()Tom Rix2023-02-021-22/+18
| * gpiolib: of: Move enum of_gpio_flags to its only userAndy Shevchenko2023-01-302-15/+15
| * gpio: mvebu: Use IS_REACHABLE instead of IS_ENABLED for CONFIG_PWMUwe Kleine-König2023-01-301-3/+3
| * gpio: zevio: Add missing headerAndy Shevchenko2023-01-301-0/+1
| * gpio: Get rid of gpio_to_chip()Linus Walleij2023-01-302-8/+12
| * gpio: pcf857x: Drop unneeded explicit castingAndy Shevchenko2023-01-301-1/+1
| * gpio: pcf857x: Make use of device propertiesAndy Shevchenko2023-01-301-7/+4
| * gpio: pcf857x: Get rid of legacy platform dataAndy Shevchenko2023-01-302-77/+2
| * gpio: rockchip: Do not mention legacy API in the codeAndy Shevchenko2023-01-301-1/+1
| * gpio: wcd934x: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko2023-01-301-1/+0
| * gpio: zevio: Use proper headers and drop OF_GPIO dependencyAndy Shevchenko2023-01-302-4/+5
| * gpio: zevio: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko2023-01-301-1/+0
| * gpio: xilinx: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko2023-01-301-11/+0
| * dt-bindings: gpio: Add compatible string for Unisoc UMS512Chunyan Zhang2023-01-302-7/+33
| * dt-bindings: gpio: Convert Unisoc EIC controller binding to yamlChunyan Zhang2023-01-302-97/+103
| * dt-bindings: gpio: Convert Unisoc GPIO controller binding to yamlChunyan Zhang2023-01-302-28/+70
| * gpio: ge: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko2023-01-301-1/+0
| * gpio: davinci: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko2023-01-301-1/+0
| * gpio: omap: use dynamic allocation of baseAndreas Kemnade2023-01-301-1/+1
| * gpio: Remove unused and obsoleted irq_to_gpio()Andy Shevchenko2023-01-306-46/+0
| * gpio: davinci: Do not mention legacy API in the codeAndy Shevchenko2023-01-301-1/+1
| * gpiolib: Remove unused of_mm_gpiochip_add()Andy Shevchenko2023-01-302-7/+2
| * gpiolib: Do not mention legacy API in the codeAndy Shevchenko2023-01-301-1/+1
| * gpio: pcf857x: Implement get_multiple/set_multiple methodsRadu Rendec2023-01-301-0/+29
| * gpio: pcf857x: Fix indentation of variable declarationsRadu Rendec2023-01-301-15/+15
| * gpio: pcf857x: Replace 'unsigned' with 'unsigned int'Radu Rendec2023-01-301-11/+11
| * gpio: tegra186: add Tegra234 PMC compatible in GPIO driverPrathamesh Shete2023-01-301-0/+1
| * gpio: regmap: use new regmap_might_sleep()Michael Walle2023-01-301-9/+1
| * gpiolib: sort header inclusion alphabeticallyAndy Shevchenko2023-01-301-17/+18
| * gpiolib: Get rid of not used of_node memberAndy Shevchenko2023-01-306-54/+8
| * gpiolib: Introduce gpio_device_get() and gpio_device_put()Andy Shevchenko2023-01-303-20/+25
| * gpio: Remove unused and obsoleted gpio_export_link()Andy Shevchenko2023-01-305-40/+0
| * gpio: vf610: connect GPIO label to dev nameHaibo Chen2023-01-301-1/+1
| * gpio: pca9570: rename platform_data to chip_dataBartosz Golaszewski2023-01-301-12/+12
| * gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIsDmitry Torokhov2023-01-303-149/+0
| * gpiolib: of: remove of_get_gpio[_flags]() and of_get_named_gpio_flags()Dmitry Torokhov2023-01-302-45/+17
| * gpiolib: of: remove obsolete comment for of_gpio_get_count()Dmitry Torokhov2023-01-301-6/+0
| * gpiolib: of: stop exporting of_gpio_named_count()Dmitry Torokhov2023-01-302-26/+26
| * gpiolib: of: remove of_gpio_count()Dmitry Torokhov2023-01-301-11/+0
| * dt-bindings: gpio: Convert Fujitsu MB86S7x GPIO to DT schemaRob Herring2023-01-302-20/+50
| * gpio: i8255: Remove unused legacy interfaceWilliam Breathitt Gray2023-01-302-282/+1
| * gpio: gpio-mm: Migrate to regmap APIWilliam Breathitt Gray2023-01-302-124/+31
| * gpio: 104-dio-48e: Migrate to regmap APIWilliam Breathitt Gray2023-01-301-130/+7
| * gpio: i8255: Migrate to gpio-regmap APIWilliam Breathitt Gray2023-01-303-12/+136
| * gpio: 104-idi-48: Migrate to gpio-regmap APIWilliam Breathitt Gray2023-01-302-78/+21
| * gpio: 104-idi-48: Migrate to the regmap-irq APIWilliam Breathitt Gray2023-01-302-158/+93
| * gpio: 104-dio-48e: Migrate to the regmap-irq APIWilliam Breathitt Gray2023-01-302-142/+135
| * gpio: regmap: Always set gpio_chip get_directionWilliam Breathitt Gray2023-01-301-1/+6