summaryrefslogtreecommitdiffstats
path: root/Documentation/gpu/driver-uapi.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-07gpiolib: protect the GPIO device against being dropped while in use by user-s...Bartosz Golaszewski3-25/+161
2022-12-07gpiolib: cdev: fix NULL-pointer dereferencesBartosz Golaszewski1-0/+27
2022-11-29gpiolib: Provide to_gpio_device() helperAndy Shevchenko2-3/+8
2022-11-28gpiolib: Unify access to the device propertiesAndy Shevchenko1-7/+10
2022-11-28gpio: Do not include <linux/kernel.h> when not really needed.Christophe JAILLET1-1/+1
2022-11-24gpio: pcf857x: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-24gpio: pca953x: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-24gpio: max732x: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-16dt-bindings: gpio: gpio-davinci: Increase maxItems in gpio-line-namesNishanth Menon1-1/+1
2022-11-16gpiolib: ensure that fwnode is properly setBrian Masney1-1/+1
2022-11-15gpio: sl28cpld: Replace irqchip mask_invert with unmask_baseAidan MacDonald1-2/+1
2022-11-15gpiolib: of: Use correct fwnode for DT-probed chipsThierry Reding1-1/+1
2022-11-15gpiolib: of: Drop redundant check in of_mm_gpiochip_remove()Andy Shevchenko1-3/+0
2022-11-15gpiolib: of: Prepare of_mm_gpiochip_add_data() for fwnodeAndy Shevchenko1-2/+2
2022-11-15gpiolib: add support for software nodesDmitry Torokhov5-0/+156
2022-11-15gpiolib: consolidate GPIO lookupsDmitry Torokhov3-177/+76
2022-11-15gpiolib: acpi: avoid leaking ACPI details into upper gpiolib layersDmitry Torokhov3-57/+48
2022-11-15gpiolib: acpi: teach acpi_find_gpio() to handle data-only nodesDmitry Torokhov1-26/+50
2022-11-15gpiolib: acpi: change acpi_find_gpio() to accept firmware nodeDmitry Torokhov3-5/+10
2022-11-15gpiolib: of: change of_find_gpio() to accept device nodeDmitry Torokhov3-8/+8
2022-11-14i2c: core: Introduce i2c_client_get_device_id helper functionAngel Iglesias2-0/+15
2022-11-10gpio: davinci: add support of module buildGuillaume La Roque2-1/+12
2022-11-09gpiolib: of: Integrate of_gpiochip_init_valid_mask() into gpiochip_init_valid...Andy Shevchenko3-48/+53
2022-11-09gpiolib: of: Prepare of_gpiochip_add() / of_gpiochip_remove() for fwnodeAndy Shevchenko1-4/+6
2022-11-09gpiolib: remove devm_fwnode_get_[index_]gpiod_from_child()Dmitry Torokhov1-21/+0
2022-11-09leds: lgm-sso: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov1-3/+2
2022-11-09leds: gpio: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov1-3/+2
2022-11-07gpio: hisi: Add initial device tree supportWeilong Chen2-1/+8
2022-11-07dt-bindings: gpio: add entry for hisilicon,ascend910-gpioWeilong Chen2-0/+57
2022-11-07gpio: Add Generic regmap GPIO conversion to the TODO listAndy Shevchenko1-0/+7
2022-11-04gpiolib: of: add polarity quirk for Freescale PCIe controllerDmitry Torokhov1-0/+9
2022-11-04gpiolib: of: factor out quirk setting polarity via separate propertyDmitry Torokhov1-45/+53
2022-11-04gpiolib: of: Make use of device_match_of_node()Andy Shevchenko1-1/+1
2022-10-27gpio: pca9570: add slg7xl45106 supportShubhrajyoti Datta1-1/+17
2022-10-27gpio: pca9570: add a platform data structureShubhrajyoti Datta1-5/+26
2022-10-27dt-bindings: gpio: pca9570: Add compatible for slg7xl45106Shubhrajyoti Datta1-0/+1
2022-10-26gpio: exar: Allow IO port accessAndy Shevchenko1-0/+1
2022-10-26gpio: Add gpio latch driverSascha Hauer3-0/+226