messages from 2025-07-07 07:46:19 to 2025-08-19 18:31:56 UTC [more...]
[PATCH v5 00/15] pinctrl: introduce the concept of a GPIO pin function category
2025-08-19 18:31 UTC (19+ messages)
` [PATCH v5 01/15] devres: provide devm_kmemdup_const()
` [PATCH v5 02/15] pinctrl: ingenic: use struct pinfunction instead of struct function_desc
` [PATCH v5 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v5 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v5 05/15] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
` [PATCH v5 06/15] pinctrl: imx: don't access the pin function radix tree directly
` [PATCH v5 07/15] pinctrl: keembay: release allocated memory in detach path
` [PATCH v5 08/15] pinctrl: keembay: use a dedicated structure for the pinfunction description
` [PATCH v5 09/15] pinctrl: constify pinmux_generic_get_function()
` [PATCH v5 10/15] pinctrl: make struct pinfunction a pointer in struct function_desc
` [PATCH v5 11/15] pinctrl: qcom: use generic pin function helpers
` [PATCH v5 12/15] pinctrl: allow to mark pin functions as requestable GPIOs
` [PATCH v5 13/15] pinctrl: qcom: add infrastructure for marking pin functions as GPIOs
` [PATCH v5 14/15] pinctrl: qcom: mark the `gpio` and `egpio` pins function as non-strict functions
` [PATCH v5 15/15] pinctrl: qcom: make the pinmuxing strict
[PATCH v3 0/6] dt-bindings: Convert TWL4030/6040 family binding to DT schema
2025-08-19 14:51 UTC (11+ messages)
` [PATCH v3 1/6] dt-bindings: mfd: twl: Add missing sub-nodes for TWL4030 & TWL603x
` [PATCH v3 2/6] mfd: dt-bindings: ti,twl4030-audio: convert to DT schema
` [PATCH v3 3/6] input: dt-bindings: ti,twl4030-keypad: "
` [PATCH v3 4/6] ASoC: dt-bindings: omap-twl4030: "
` [PATCH v3 5/6] usb: dt-bindings: ti,twlxxxx-usb: "
` [PATCH v3 6/6] dt-bindings: gpio: ti,twl4030: Correct the schema $id path
[PATCH 1/4] ARM: dts: omap: dm814x: Split 'reg' per entry
2025-08-19 13:16 UTC (4+ messages)
` [PATCH 2/4] ARM: dts: omap: dm816x: "
` [PATCH 3/4] ARM: dts: omap: Minor whitespace cleanup
` [PATCH 4/4] arm64: dts: ti: k3-am6548: "
[PATCH v2] PCI: j721e: Fix programming sequence of "strap" settings
2025-08-19 10:13 UTC
[PATCH] regulator: tps65219: regulator: tps65219: Fix error codes in probe()
2025-08-19 9:40 UTC
[PATCH] ARM: OMAP2+: use IS_ERR_OR_NULL() helper
2025-08-18 17:12 UTC (2+ messages)
[PATCH] bus: ti-sysc: Fix potential double free in sysc_add_named_clock_from_child()
2025-08-18 3:23 UTC (3+ messages)
[PATCH v2 resend] pcmcia: omap_cf: Mark driver struct with __refdata to prevent section mismatch
2025-08-16 14:41 UTC (3+ messages)
[PATCH v2 0/9] dt-bindings: Convert TWL4030/6040 family binding to DT schema
2025-08-15 15:00 UTC
[PATCH 00/13] PCI: Drop superfluous pci_epc_features initialization
2025-08-14 15:50 UTC (3+ messages)
` [PATCH 04/13] PCI: dra7xx: "
[PATCH net-next v4 0/9] net: ethernet: ti: am65-cpsw: add network flow classification support
2025-08-14 15:08 UTC (10+ messages)
` [PATCH net-next v4 8/9] "
` [PATCH net-next v4 9/9] net: ethernet: ti: am65-cpsw: remove cpsw_ale_classifier_setup_default()
[PATCH] thermal/drivers/ti-soc: Use IS_ERR_OR_NULL() to simplify code
2025-08-14 12:26 UTC
[PATCH 0/7] clk: ti: convert from clk round_rate() to determine_rate()
2025-08-14 7:45 UTC (9+ messages)
` [PATCH 1/7] clk: ti: dpll: remove round_rate() in favor of determine_rate()
` [PATCH 2/7] clk: ti: dpll: change error return from ~0 to -EINVAL
` [PATCH 3/7] clk: ti: dpll: convert from round_rate() to determine_rate()
` [PATCH 4/7] clk: ti: composite: "
` [PATCH 5/7] clk: ti: divider: "
` [PATCH 6/7] clk: ti: dra7-atl: "
` [PATCH 7/7] clk: ti: fapll: "
[PATCH v4 00/15] pinctrl: introduce the concept of a GPIO pin function category
2025-08-14 7:37 UTC (21+ messages)
` [PATCH v4 01/15] devres: provide devm_kmemdup_const()
` [PATCH v4 02/15] pinctrl: ingenic: use struct pinfunction instead of struct function_desc
` [PATCH v4 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v4 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v4 05/15] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
` [PATCH v4 06/15] pinctrl: imx: don't access the pin function radix tree directly
` [PATCH v4 07/15] pinctrl: keembay: release allocated memory in detach path
` [PATCH v4 08/15] pinctrl: keembay: use a dedicated structure for the pinfunction description
` [PATCH v4 09/15] pinctrl: constify pinmux_generic_get_function()
` [PATCH v4 10/15] pinctrl: make struct pinfunction a pointer in struct function_desc
` [PATCH v4 11/15] pinctrl: qcom: use generic pin function helpers
` [PATCH v4 12/15] pinctrl: allow to mark pin functions as requestable GPIOs
` [PATCH v4 13/15] pinctrl: qcom: add infrastructure for marking pin functions as GPIOs
` [PATCH v4 14/15] pinctrl: qcom: mark the `gpio` and `egpio` pins function as non-strict functions
` [PATCH v4 15/15] pinctrl: qcom: make the pinmuxing strict
[PATCH v2 00/72] media: i2c: Reduce cargo-cult
2025-08-12 21:46 UTC (4+ messages)
` [PATCH v2 65/72] ARM: dts: ti: omap3-n950: Replace clock-frequency in camera sensor node
` [PATCH v2 66/72] ARM: dts: ti: omap3-n9: "
` [PATCH v2 67/72] ARM: dts: ti: omap3-n900: "
[PATCH 00/72] media: i2c: Reduce cargo-cult
2025-08-12 20:10 UTC (25+ messages)
` [PATCH 09/72] ARM: dts: ti: omap3-n900: Replace clock-frequency in camera sensor node
` [PATCH 10/72] ARM: dts: ti: omap3-n950: "
` [PATCH 11/72] ARM: dts: ti: omap3-n9: "
` (subset) [PATCH 00/72] media: i2c: Reduce cargo-cult
Duplicate TI EDMA debugfs registration
2025-08-12 13:32 UTC
[PATCH v3] counter: ti-ecap-capture: Use devm_pm_runtime_enable()
2025-08-07 13:56 UTC (2+ messages)
[PATCH v2] counter: ti-ecap-capture: Remove error print for devm_add_action_or_reset()
2025-08-06 14:19 UTC (3+ messages)
[GIT PULL] soc: OMAP updates for v6.17
2025-07-30 22:09 UTC (3+ messages)
[PATCH v3 00/15] pinctrl: introduce the concept of a GPIO pin function category
2025-07-30 15:35 UTC (36+ messages)
` [PATCH v3 01/15] lib: provide kmemdup_const()
` [PATCH v3 02/15] pinctrl: ingenic: use struct pinfunction instead of struct function_desc
` [PATCH v3 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v3 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v3 05/15] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
` [PATCH v3 06/15] pinctrl: imx: don't access the pin function radix tree directly
` [PATCH v3 07/15] pinctrl: keembay: release allocated memory in detach path
` [PATCH v3 08/15] pinctrl: keembay: use a dedicated structure for the pinfunction description
` [PATCH v3 09/15] pinctrl: constify pinmux_generic_get_function()
` [PATCH v3 10/15] pinctrl: make struct pinfunction a pointer in struct function_desc
` [PATCH v3 11/15] pinctrl: qcom: use generic pin function helpers
` [PATCH v3 12/15] pinctrl: allow to mark pin functions as requestable GPIOs
` [PATCH v3 13/15] pinctrl: qcom: add infrastructure for marking pin functions as GPIOs
` [PATCH v3 14/15] pinctrl: qcom: mark the `gpio` and `egpio` pins function as non-strict functions
` [PATCH v3 15/15] pinctrl: qcom: make the pinmuxing strict
Umowa vPPA - termin spotkania
2025-07-30 7:36 UTC
[PATCH v2 0/2] arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
2025-07-30 7:04 UTC (2+ messages)
[PATCH v8 0/2] Add TI TPS65214 PMIC GPIO Support
2025-07-23 8:28 UTC (4+ messages)
` [PATCH v8 1/2] gpio: tps65219: Update _IDX & _OFFSET macro prefix
` [PATCH v8 2/2] gpio: tps65219: Add support for TI TPS65214 PMIC
[PATCH v7 0/2] Add TI TPS65214 PMIC GPIO Support
2025-07-22 15:23 UTC (8+ messages)
` [PATCH v7 1/2] gpio: tps65219: Update _IDX & _OFFSET macro prefix
` [PATCH v7 2/2] gpio: tps65219: Add support for TI TPS65214 PMIC
[PATCH] ARM: dts: am33xx-l4: fix UART compatible
2025-07-21 23:29 UTC (2+ messages)
[PATCH 23/80] i2c: Remove redundant pm_runtime_mark_last_busy() calls
2025-07-21 2:25 UTC (7+ messages)
` [PATCH 44/80] mmc: "
` [PATCH 67/80] usb: "
[PATCH 0/2] i2c: omap: 2 Fixes
2025-07-18 8:20 UTC (8+ messages)
` [PATCH 1/2] i2c: omap: Handle omap_i2c_init() errors in omap_i2c_probe()
` [PATCH 2/2] i2c: omap: Fix an error handling path "
[PATCH] ARM: AM33xx: Implement TI advisory 1.0.36 (EMU0/EMU1 pins state on reset)
2025-07-17 15:27 UTC
[PATCH] ARM: dts: ti: omap4: Use generic "ethernet" as node name
2025-07-17 14:22 UTC
Wsparcie programistyczne - termin spotkania
2025-07-17 7:45 UTC
[PATCH] PCI: j721e: Fix programming sequence of "strap" settings
2025-07-16 10:28 UTC
[PATCH 0/3] ARM: convert from clk round_rate() to determine_rate()
2025-07-13 20:35 UTC (7+ messages)
` [PATCH 1/3] ARM: OMAP1: clock: convert from "
` [PATCH 2/3] ARM: OMAP2+: "
` [PATCH 3/3] ARM: versatile: "
[GIT PULL] arm: dts: OMAP updates for v6.17
2025-07-10 15:49 UTC
[PATCH] Fixup BBB dts typo
2025-07-07 22:02 UTC (3+ messages)
` [PATCH] arm: dts: ti: omap: Fixup pinheader typo
[PATCH] ARM: dts: am335x-pdu001: Fix RS-485 transceiver switching
2025-07-07 22:02 UTC (2+ messages)
[PATCH] bus: del unnecessary init var
2025-07-07 22:02 UTC (2+ messages)
[PATCH v2] arm64: Kconfig.platforms: remove useless select for ARCH_K3
2025-07-07 9:59 UTC (6+ messages)
[PATCH 00/12] gpio: use new GPIO line value setter callbacks
2025-07-07 7:46 UTC (2+ messages)
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).