Linux on ARM based TI OMAP SoCs
 help / color / mirror / Atom feed
 messages from 2025-08-26 14:09:24 to 2025-09-04 10:38:11 UTC [more...]

[PATCH v4 00/10] cpufreq: use __free() for all cpufreq_cpu_get() references
 2025-09-04 10:37 UTC  (18+ messages)
` [PATCH v4 01/10] arm64: topology: Use scope-based cleanup helper
` [PATCH v4 02/10] ACPI: processor: thermal: "
` [PATCH v4 03/10] cpufreq: intel_pstate: "
` [PATCH v4 04/10] cpufreq: powernv: "
` [PATCH v4 05/10] PM / devfreq: "
` [PATCH v4 06/10] drm/i915: "
` [PATCH v4 07/10] powercap: dtpm_cpu: "
` [PATCH v4 08/10] thermal: imx: "
` [PATCH v4 09/10] thermal/drivers/ti-soc-thermal: "
` [PATCH v4 10/10] PM: EM: "

[PATCH v3] PCI: j721e: Fix programming sequence of "strap" settings
 2025-09-04  6:03 UTC  (11+ messages)

[PATCH v2 00/72] media: i2c: Reduce cargo-cult
 2025-09-03 13:25 UTC  (2+ messages)

[PATCH v7 00/16] pinctrl: introduce the concept of a GPIO pin function category
 2025-09-03 12:07 UTC  (51+ messages)
` [PATCH v7 01/16] pinctrl: check the return value of pinmux_ops::get_function_name()
` [PATCH v7 02/16] devres: provide devm_kmemdup_const()
` [PATCH v7 03/16] pinctrl: ingenic: use struct pinfunction instead of struct function_desc
` [PATCH v7 04/16] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v7 05/16] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v7 06/16] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
` [PATCH v7 07/16] pinctrl: imx: don't access the pin function radix tree directly
` [PATCH v7 08/16] pinctrl: keembay: release allocated memory in detach path
` [PATCH v7 09/16] pinctrl: keembay: use a dedicated structure for the pinfunction description
` [PATCH v7 10/16] pinctrl: constify pinmux_generic_get_function()
` [PATCH v7 11/16] pinctrl: make struct pinfunction a pointer in struct function_desc
` [PATCH v7 12/16] pinctrl: qcom: use generic pin function helpers
` [PATCH v7 13/16] pinctrl: allow to mark pin functions as requestable GPIOs
` [PATCH v7 14/16] pinctrl: qcom: add infrastructure for marking pin functions as GPIOs
` [PATCH v7 15/16] pinctrl: qcom: mark the `gpio` and `egpio` pins function as non-strict functions
` [PATCH v7 16/16] pinctrl: qcom: make the pinmuxing strict

[PATCH v3 00/12] cpufreq: use __free() for all cpufreq_cpu_get() references
 2025-09-03 11:43 UTC  (25+ messages)
` [PATCH v3 01/12] arm64: topology: Use scope-based cleanup helper
` [PATCH v3 02/12] ACPI: processor: thermal: "
` [PATCH v3 03/12] cpufreq: intel_pstate: "
` [PATCH v3 04/12] cpufreq: longhaul: "
` [PATCH v3 05/12] cpufreq: powernv: "
` [PATCH v3 06/12] PM / devfreq: "
` [PATCH v3 07/12] drm/i915: "
` [PATCH v3 08/12] cpufreq: powerpc: macintosh: "
` [PATCH v3 09/12] powercap: dtpm_cpu: "
` [PATCH v3 10/12] thermal: imx: "
` [PATCH v3 11/12] thermal/drivers/ti-soc-thermal: "
` [PATCH v3 12/12] PM: EM: "

[PATCH v2 0/2] AM57 timer fixes
 2025-09-02 13:18 UTC  (4+ messages)
` [PATCH v2 1/2] bus: ti-sysc: Add DRA7 SoC matching
` [PATCH v2 2/2] ARM: dts: ti: omap: Use DMTimer as Clocksource instead of counter_32k

[PATCH v6 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-09-02 10:10 UTC  (25+ messages)
` [PATCH v6 01/15] devres: provide devm_kmemdup_const()
` [PATCH v6 02/15] pinctrl: ingenic: use struct pinfunction instead of struct function_desc
` [PATCH v6 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v6 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v6 05/15] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
` [PATCH v6 06/15] pinctrl: imx: don't access the pin function radix tree directly
` [PATCH v6 07/15] pinctrl: keembay: release allocated memory in detach path
` [PATCH v6 08/15] pinctrl: keembay: use a dedicated structure for the pinfunction description
` [PATCH v6 09/15] pinctrl: constify pinmux_generic_get_function()
` [PATCH v6 10/15] pinctrl: make struct pinfunction a pointer in struct function_desc
` [PATCH v6 11/15] pinctrl: qcom: use generic pin function helpers
` [PATCH v6 12/15] pinctrl: allow to mark pin functions as requestable GPIOs
` [PATCH v6 13/15] pinctrl: qcom: add infrastructure for marking pin functions as GPIOs
` [PATCH v6 14/15] pinctrl: qcom: mark the `gpio` and `egpio` pins function as non-strict functions
` [PATCH v6 15/15] pinctrl: qcom: make the pinmuxing strict

[PATCH] ARM: OMAP2+: pm33xx-core: ix device node reference leaks in amx3_idle_init
 2025-09-02  8:46 UTC  (2+ messages)

[PATCH] PCI: j721e: Fix module autoloading
 2025-09-01 15:41 UTC  (2+ messages)

[PATCH] ARM: dts: omap: am335x-cm-t335: Remove unused mcasp num-serializer property
 2025-08-30 21:59 UTC 

[PATCH 0/2] AM57 timer fixes
 2025-08-29 14:25 UTC  (5+ messages)
` [PATCH 1/2] bus: ti-sysc: Add DRA7 SoC matching
` [PATCH 2/2] arm: dts: Use DMTimer as Clocksource instead of counter_32k

[PATCH v2 00/18] cpufreq: use __free() for all cpufreq_cpu_get() references
 2025-08-29  6:32 UTC  (40+ messages)
` [PATCH v2 01/18] arm64: topology: Use __free(put_cpufreq_policy) for policy reference
` [PATCH v2 02/18] KVM: x86: "
` [PATCH v2 03/18] ACPI: processor: thermal: "
` [PATCH v2 04/18] cpufreq: brcmstb-avs-cpufreq: "
` [PATCH v2 05/18] cpufreq: CPPC: "
` [PATCH v2 06/18] cpufreq: intel_pstate: "
` [PATCH v2 07/18] cpufreq: longhaul: "
` [PATCH v2 08/18] cpufreq: mediatek: "
` [PATCH v2 09/18] cpufreq: powernv: "
` [PATCH v2 10/18] cpufreq: s5pv210: "
` [PATCH v2 11/18] cpufreq: tegra186: "
` [PATCH v2 12/18] PM / devfreq: "
` [PATCH v2 13/18] drm/i915: "
` [PATCH v2 14/18] cpufreq: powerpc: macintosh: "
` [PATCH v2 15/18] powercap: dtpm_cpu: "
` [PATCH v2 16/18] thermal: imx: "
` [PATCH v2 17/18] thermal/drivers/ti-soc-thermal: "
` [PATCH v2 18/18] PM: EM: "

[PATCH 1/1] ARM: dts: ti: omap: am335x-baltos: Fix TPS property
 2025-08-29  5:22 UTC 

[PATCH v5 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-08-28 15:05 UTC  (12+ messages)

[PATCH 00/16] gpio: Use modern PM macros
 2025-08-28 13:39 UTC  (4+ messages)
` [PATCH 02/16] gpio: brcmstb: "

[PATCH 1/2] ARM: dts: tps65910: Add gpio & interrupt properties
 2025-08-27  6:05 UTC  (3+ messages)

[PATCH 0/4] TQMa335x support
 2025-08-26 17:46 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: omap: add AM335x-based TQMa335x SOM and MBa335x board
` [PATCH 3/4] ARM: dts: omap: Add support for TQMa335x/MBa335x
` [PATCH 4/4] MAINTAINERS: Add entry for TQ-Systems AM335 device trees


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox