summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-02gpio: zynq: Simplify using devm_clk_get_enabled()Rong Qianfeng
2024-09-02gpio: mpc8xxx: Add wake on GPIO supportMartyn Welch
2024-09-02gpio: syscon: fix excess struct member build warningDhruva Gole
2024-09-02gpio: stp-xway: Simplify using devm_clk_get_enabled()Rong Qianfeng
2024-09-02gpiolib: legacy: Consolidate devm_gpio_*() with other legacy APIsAndy Shevchenko
2024-09-02gpiolib: Update the kernel documentation - add Return sectionsAndy Shevchenko
2024-09-02gpio: ixp4xx: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko
2024-09-02gpio: visconti: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko
2024-09-02gpio: thunderx: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko
2024-09-02gpio: tegra186: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko
2024-09-02gpio: uniphier: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko
2024-09-02gpio: msc313: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko
2024-09-02gpio: tegra: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko
2024-09-02gpio: Use IS_ERR_OR_NULL() helper functionHongbo Li
2024-09-02tools: gpio: rm .*.cmd on make cleanzhangjiao
2024-09-02dt-bindings: gpio: simplify GPIO hog nodes schemaKrzysztof Kozlowski
2024-09-02dt-bindings: gpio: fcs,fxl6408: add missing type to GPIO hogsKrzysztof Kozlowski
2024-09-02gpiolib: legacy: Kill GPIOF_DIR_* definitionsAndy Shevchenko
2024-09-02gpiolib: legacy: Kill GPIOF_INIT_* definitionsAndy Shevchenko
2024-09-02gpio: stmpe: Simplify with dev_err_probe()Shen Lichuan
2024-09-02gpio: ath79: remove support for platform dataBartosz Golaszewski
2024-09-02gpio: ath79: use generic device property gettersBartosz Golaszewski
2024-09-02gpio: ath79: add missing headerBartosz Golaszewski
2024-09-02gpio: ath79: order headers alphabeticallyBartosz Golaszewski
2024-08-21gpio: pca953x: Print the error code on read/write failuresFabio Estevam
2024-08-21gpio: virtuser: Use GPIO_LOOKUP_IDX() macroAndy Shevchenko
2024-08-20gpiolib: Replace gpio_suffix_count with NULL-terminated arrayAndy Shevchenko
2024-08-20gpiolib: swnode: Make use of for_each_gpio_property_name()Andy Shevchenko
2024-08-20gpiolib: swnode: Introduce swnode_gpio_get_reference() helperAndy Shevchenko
2024-08-20gpiolib: swnode: Unify return code variable nameAndy Shevchenko
2024-08-20gpiolib: Introduce for_each_gpio_property_name() helperAndy Shevchenko
2024-08-19Merge tag 'ib-mfd-gpio-pwm-v6.12' of ssh://gitolite.kernel.org/pub/scm/linux/...Bartosz Golaszewski
2024-08-19gpio: of: simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-10dt-bindings: gpio: gpio-davinci: Add the gpio-reserved-ranges propertyJared McArthur
2024-08-05gpio: vf610: add get_direction() supportHaibo Chen
2024-08-05gpio: gpio-vf610: use u32 mask to handle 32 number gpiosHaibo Chen
2024-08-01pwm: adp5585: Add Analog Devices ADP5585 supportClark Wang
2024-08-01gpio: adp5585: Add Analog Devices ADP5585 supportHaibo Chen
2024-08-01mfd: adp5585: Add Analog Devices ADP5585 core supportHaibo Chen
2024-08-01dt-bindings: mfd: Add Analog Devices ADP5585Laurent Pinchart
2024-08-01gpio: Use of_property_present()Rob Herring (Arm)
2024-07-31tools: gpio: Fix the wrong format specifierZhu Jun
2024-07-31dt-bindings: gpio: nxp,lpc3220-gpio: Convert to dtschemaAnimesh Agarwal
2024-07-29gpio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König
2024-07-28Linux 6.11-rc1v6.11-rc1Linus Torvalds
2024-07-28Merge tag 'kbuild-fixes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-28minmax: simplify and clarify min_t()/max_t() implementationLinus Torvalds
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds
2024-07-28Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2024-07-29kbuild: Fix '-S -c' in x86 stack protector scriptsNathan Chancellor