summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-02-26gpio: sim: add lockdep assertsBartosz Golaszewski
2024-02-26gpio: Add ChromeOS EC GPIO driverStephen Boyd
2024-02-20gpio: constify of_phandle_args in of_find_gpio_device_by_xlate()Krzysztof Kozlowski
2024-02-19gpio: fix memory leak in gpiod_request_commit()Xiaolei Wang
2024-02-17gpio: constify opaque pointer "data" in gpio_device_find()Krzysztof Kozlowski
2024-02-16gpio: cdev: fix a NULL-pointer dereference with DEBUG enabledBartosz Golaszewski
2024-02-15gpio: sysfs: fix inverted pointer logicBartosz Golaszewski
2024-02-15gpio: don't let lockdep complain about inherently dangerous RCU usageBartosz Golaszewski
2024-02-15gpio: use srcu_dereference() with SRCU-protected pointersBartosz Golaszewski
2024-02-15gpio: cdev: use correct pointer accessors with SRCUBartosz Golaszewski
2024-02-15gpio: take the SRCU read lock in gpiod_hog()Bartosz Golaszewski
2024-02-14gpio: initialize descriptor SRCU structure before adding OF-based chipsBartosz Golaszewski
2024-02-12gpio: mark unsafe gpio_chip manipulators as deprecatedBartosz Golaszewski
2024-02-12gpio: remove the RW semaphore from the GPIO deviceBartosz Golaszewski
2024-02-12gpio: protect the pointer to gpio_chip in gpio_device with SRCUBartosz Golaszewski
2024-02-12gpio: add SRCU infrastructure to struct gpio_deviceBartosz Golaszewski
2024-02-12gpio: add the can_sleep flag to struct gpio_deviceBartosz Golaszewski
2024-02-12gpio: remove unnecessary checks from gpiod_to_chip()Bartosz Golaszewski
2024-02-12gpio: reduce the functionality of validate_desc()Bartosz Golaszewski
2024-02-12gpio: don't dereference gdev->chip in gpiochip_setup_dev()Bartosz Golaszewski
2024-02-12gpio: sysfs: don't access gdev->chip if it's not neededBartosz Golaszewski
2024-02-12gpio: cdev: don't access gdev->chip if it's not neededBartosz Golaszewski
2024-02-12gpio: cdev: replace gpiochip_get_desc() with gpio_device_get_desc()Bartosz Golaszewski
2024-02-12gpio: sysfs: pass the GPIO device - not chip - to sysfs callbacksBartosz Golaszewski
2024-02-12gpio: sysfs: extend the critical section for unregistering sysfs devicesBartosz Golaszewski
2024-02-12gpio: remove unneeded code from gpio_device_get_desc()Bartosz Golaszewski
2024-02-12gpio: reinforce desc->flags handlingBartosz Golaszewski
2024-02-12gpio: remove gpio_lockBartosz Golaszewski
2024-02-12gpio: sysfs: use gpio_device_find() to iterate over existing devicesBartosz Golaszewski
2024-02-12gpio: protect the descriptor label with SRCUBartosz Golaszewski
2024-02-12gpio: add SRCU infrastructure to struct gpio_descBartosz Golaszewski
2024-02-12gpio: don't set label from irq helpersBartosz Golaszewski
2024-02-12gpio: provide and use gpiod_get_label()Bartosz Golaszewski
2024-02-12gpio: remove unused logging helpersBartosz Golaszewski
2024-02-12gpio: of: assign and read the hog pointer atomicallyBartosz Golaszewski
2024-02-12gpio: protect the list of GPIO devices with SRCUBartosz Golaszewski
2024-02-12gpio: constify opaque pointer in gpio_device_find() match functionKrzysztof Kozlowski
2024-02-12Merge tag 'v6.8-rc4' into gpio/for-nextBartosz Golaszewski
2024-02-10Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linuxLinus Torvalds
2024-02-10Merge tag 'firewire-fixes-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-02-09Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-02-09Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-02-09Merge tag 'pci-v6.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-02-09Merge tag 'hwmon-for-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-02-09Merge tag 'mmc-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds
2024-02-09Merge tag 'pmdomain-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-02-09Merge tag 'gpio-fixes-for-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-02-09Merge tag 'drm-fixes-2024-02-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2024-02-09Merge tag 'drm-msm-fixes-2024-02-07' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie
2024-02-09Merge tag 'amd-drm-fixes-6.8-2024-02-08' of https://gitlab.freedesktop.org/ag...Dave Airlie