messages from 2023-02-14 11:56:12 to 2023-09-07 07:58:09 UTC [more...]
[PATCH 00/21] gpio: convert users to gpio_device_find() and remove gpiochip_find()
2023-09-07 7:57 UTC (61+ messages)
` [PATCH 01/21] gpiolib: make gpio_device_get() and gpio_device_put() public
` [PATCH 02/21] gpiolib: provide gpio_device_find()
` [PATCH 03/21] gpiolib: provide gpio_device_find_by_label()
` [PATCH 04/21] gpiolib: provide gpio_device_get_desc()
` [PATCH 05/21] gpiolib: add support for scope-based management to gpio_device
` [PATCH 06/21] gpiolib: provide gpiod_to_device()
` [PATCH 07/21] gpiolib: provide gpio_device_get_base()
` [PATCH 08/21] gpio: acpi: provide acpi_gpio_device_free_interrupts()
` [PATCH 09/21] gpiolib: reluctantly provide gpio_device_get_chip()
` [PATCH 10/21] gpiolib: replace find_chip_by_name() with gpio_device_find_by_label()
` [RFT PATCH 11/21] platform: x86: android-tablets: don't access GPIOLIB private members
` [PATCH 12/21] hte: allow building modules with COMPILE_TEST enabled
` [PATCH 13/21] hte: tegra194: improve the GPIO-related comment
` [RFT PATCH 14/21] hte: tegra194: don't access struct gpio_chip
` [RFT PATCH 15/21] arm: omap1: ams-delta: stop using gpiochip_find()
` [PATCH 16/21] gpio: of: correct notifier return codes
` [PATCH 17/21] gpio: of: replace gpiochip_find_* with gpio_device_find_*
` [PATCH 18/21] gpio: acpi: replace gpiochip_find() with gpio_device_find()
` [PATCH 19/21] gpio: swnode: replace gpiochip_find() with gpio_device_find_by_label()
` [PATCH 20/21] gpio: sysfs: drop the mention of gpiochip_find() from sysfs code
` [PATCH 21/21] gpiolib: remove gpiochip_find()
[PATCH -next] hte: tegra-194: remove redundant dev_err_probe()
2023-08-01 14:01 UTC
[PATCH] hte: Explicitly include correct DT includes
2023-07-27 21:57 UTC (2+ messages)
[PATCH 0/7] dt-bindings: restrict node name suffixes
2023-06-30 17:34 UTC (32+ messages)
` [PATCH 1/7] dt-bindings: phy: intel,combo-phy: "
` [PATCH 2/7] dt-bindings: pwm: "
` [PATCH 3/7] dt-bindings: rtc: "
` (subset) "
` [PATCH 4/7] dt-bindings: slimbus: "
` [PATCH 5/7] spi: dt-bindings: "
` [PATCH 6/7] dt-bindings: timestamp: "
` [PATCH 7/7] dt-bindings: watchdog: "
` (subset) [PATCH 0/7] dt-bindings: "
[GIT PULL] hte: Changes for v6.4-rc1
2023-05-03 18:32 UTC (2+ messages)
[V6 0/9] Add Tegra234 HTE support
2023-04-20 16:05 UTC (17+ messages)
` [V6 1/9] MAINTAINERS: Add HTE/timestamp subsystem details
` [V6 2/9] dt-bindings: timestamp: Add Tegra234 support
` [V6 3/9] dt-bindings: timestamp: Deprecate nvidia,slices property
` [V6 4/9] arm64: tegra: Add Tegra234 GTE nodes
` [V6 5/9] hte: Re-phrase tegra API document
` [V6 6/9] hte: Add Tegra234 provider
` [V6 7/9] hte: Deprecate nvidia,slices property
` [V6 8/9] hte: handle nvidia,gpio-controller property
` [V6 9/9] gpio: tegra186: Add Tegra234 hte support
[V5 00/10] Add Tegra234 HTE support
2023-04-12 17:10 UTC (14+ messages)
` [V5 01/10] MAINTAINERS: Add HTE/timestamp subsystem details
` [V5 02/10] dt-bindings: timestamp: Add Tegra234 support
` [V5 03/10] dt-bindings: timestamp: Deprecate nvidia,slices property
` [V5 04/10] dt-bindings: timestamp: Add nvidia,gpio-controller
` [V5 05/10] arm64: tegra: Add Tegra234 GTE nodes
` [V5 06/10] hte: Re-phrase tegra API document
` [V5 07/10] hte: Add Tegra234 provider
` [V5 08/10] hte: Deprecate nvidia,slices property
` [V5 09/10] hte: handle nvidia,gpio-controller property
` [V5 10/10] gpio: tegra186: Add Tegra234 hte support
[PATCH V4 00/10] Add Tegra234 HTE support
2023-04-06 0:03 UTC (34+ messages)
` [PATCH V4 01/10] MAINTAINERS: Add HTE/timestamp subsystem details
` [PATCH V4 02/10] dt-bindings: timestamp: Add Tegra234 support
` [PATCH V4 03/10] dt-bindings: timestamp: Deprecate nvidia,slices property
` [PATCH V4 04/10] dt-bindings: timestamp: Add nvidia,gpio-controller
` [PATCH V4 05/10] arm64: tegra: Add Tegra234 GTE nodes
` [PATCH V4 06/10] hte: Re-phrase tegra API document
` [PATCH V4 07/10] hte: Add Tegra234 provider
` [PATCH V4 08/10] hte: Deprecate nvidia,slices property
` [PATCH V4 09/10] hte: handle nvidia,gpio-controller property
` [PATCH V4 10/10] gpio: tegra186: Add Tegra234 hte support
[PATCH V3 0/6] Add Tegra234 HTE support
2023-03-15 12:15 UTC (20+ messages)
` [PATCH V3 1/6] MAINTAINERS: Add HTE/timestamp subsystem details
` [PATCH V3 2/6] dt-bindings: timestamp: Add Tegra234 support
` [PATCH V3 3/6] hte: Re-phrase tegra API document
` [PATCH V3 4/6] hte: Add Tegra234 provider
` [PATCH V3 5/6] gpio: tegra186: Add Tegra234 hte support
` [PATCH V3 6/6] arm64: tegra: Add GTE nodes
[PATCH V2 0/6] Add Tegra234 HTE support
2023-03-10 18:08 UTC (17+ messages)
` [PATCH V2 3/6] gpio: tegra186: Add Tegra234 hte support
` [PATCH V2 4/6] dt-bindings: timestamp: Add Tegra234 support
` [PATCH V2 5/6] hte: Re-phrase tegra API document
` [PATCH V2 6/6] arm64: tegra: Add GTE nodes
[PATCH] hte: Use of_property_present() for testing DT property presence
2023-03-10 17:22 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).