aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-21gpio: cdev: wake up chardev poll() on device unbindBartosz Golaszewski1-2/+27
2023-08-21gpiolib: add a second blocking notifier to struct gpio_deviceBartosz Golaszewski3-0/+5
2023-08-21gpio: cdev: open-code to_gpio_chardev_data()Bartosz Golaszewski1-7/+2
2023-08-21gpiolib: rename the gpio_device notifierBartosz Golaszewski3-14/+14
2023-08-21gpio: mlxbf3: Support add_pin_ranges()Asmaa Mnebhi1-0/+24
2023-08-21gpio: mxc: Use helper function devm_clk_get_optional_enabled()Li Zetao1-8/+1
2023-08-21gpio: pca9570: fix kerneldocBartosz Golaszewski1-1/+1
2023-08-18gpio: sim: simplify code with cleanup helpersBartosz Golaszewski1-169/+85
2023-08-15gpio: sim: replace memmove() + strstrip() with skip_spaces() + strim()Bartosz Golaszewski1-7/+4
2023-08-12gpio: sim: simplify gpio_sim_device_config_live_store()Bartosz Golaszewski1-2/+1
2023-08-11gpio: mxc: release the parent IRQ in runtime suspendShenwei Wang1-12/+29
2023-08-11gpio: mxs: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2023-08-11gpio: imx-scu: Use ARRAY_SIZE for array lengthRajeshwar R Shinde1-1/+2
2023-08-11gpio: ws16c48: Migrate to the regmap APIWilliam Breathitt Gray2-367/+188
2023-08-11gpio: pcie-idio-24: Migrate to the regmap APIWilliam Breathitt Gray2-430/+250
2023-08-11gpio: idio-16: Remove unused legacy interfaceWilliam Breathitt Gray2-195/+1
2023-08-11gpio: pci-idio-16: Migrate to the regmap APIWilliam Breathitt Gray2-234/+62
2023-08-11gpio: 104-idio-16: Migrate to the regmap APIWilliam Breathitt Gray2-224/+64
2023-08-11gpio: idio-16: Migrate to the regmap APIWilliam Breathitt Gray3-0/+184
2023-08-11gpio: sim: use sysfs_streq() and avoid an strdup()Bartosz Golaszewski1-12/+3
2023-08-03gpio: xra1403: remove redundant of_match_ptr()Zhu Wang1-2/+2
2023-08-03gpio: raspberrypi-exp: remove redundant of_match_ptr()Zhu Wang1-2/+2
2023-08-03gpio: max3191x: remove redundant of_match_ptr()Zhu Wang1-3/+1
2023-08-03gpio: lpc32xx: remove redundant CONFIG_OF and of_match_ptr()Zhu Wang1-3/+1
2023-08-03gpio: ixp4xx: remove redundant of_match_ptr()Zhu Wang1-1/+1
2023-08-03gpio: clps711x: remove redundant of_match_ptr()Zhu Wang1-2/+2
2023-08-03gpio: altera-a10sr: remove redundant of_match_ptrZhu Wang1-1/+2
2023-08-03gpio: max732x: remove redundant CONFIG_OF and of_match_ptr()Zhu Wang1-5/+1
2023-08-03gpio: tps65218: remove redundant of_match_ptr()Zhu Wang1-1/+1
2023-08-03gpio: ftgpio010: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie1-2/+2
2023-08-03gpio: zevio: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-03gpio: vx855: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-03gpio: tqmx86: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-03gpio: timberdale: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-03gpio: syscon: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-03gpio: sch: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-01gpio: sama5d2-piobu: remove unneeded call to platform_set_drvdata()Andrei Coardos1-1/+0
2023-08-01gpio: rc5t583: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-01gpio: pmic-eic-sprd: remove unnecessary call to platform_set_drvdata()Andrei Coardos1-1/+0
2023-08-01dt-bindings: gpio: brcm,kona-gpio: convert to YAMLStanislav Jakubek3-53/+101
2023-08-01gpio: palmas: remove unnecessary call to platform_set_drvdata()Andrei Coardos1-1/+0
2023-08-01gpio: max77620: remove unneeded platform_set_drvdata() callAndrei Coardos1-2/+0
2023-08-01gpio: lp3943: remove unneeded platform_set_drvdata() callAndrei Coardos1-2/+0
2023-07-29gpio: eic-sprd: remove unneeded platform_set_drvdata() callAndrei Coardos1-1/+0
2023-07-29gpio: logicvc: remove unneeded platform_set_drvdata() callAndrei Coardos1-2/+0
2023-07-29gpio: exar: remove unneeded platform_set_drvdata() callAndrei Coardos1-2/+0
2023-07-29gpio: 74xx-mmio: remove unneeded platform_set_drvdata() callAlexandru Ardelean1-2/+0
2023-07-29dt-bindings: gpio: Add gpio-line-names to STMPE GPIOAlexander Stein1-0/+4
2023-07-29gpio: davinci: Remove redundant dev_err_probe()Ruan Jinjie1-1/+1
2023-07-29gpio: ds4520: Add ADI DS4520 GPIO Expander SupportOkan Sahin3-0/+92