linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-15 09:15:00 to 2022-09-28 15:33:59 UTC [more...]

[RFC PATCH 0/5] 8250_omap fixes for testing
 2022-09-28 15:33 UTC  (7+ messages)
` [RFC PATCH 1/5] serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()
` [RFC PATCH 2/5] serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()
` [RFC PATCH 3/5] serial: 8250: omap: Flush PM QOS work on remove
` [RFC PATCH 4/5] serial: 8250: omap: Fix imprecise external abort for omap_8250_pm()
` [RFC PATCH 5/5] serial: 8250: omap: Fix life cycle issues for interrupt handlers

[PATCH v2 0/3] dma/ti: enable udma and psil to be built as modules
 2022-09-28 14:59 UTC  (6+ messages)
` [PATCH v2 1/3] of/irq: export of_msi_get_domain
` [PATCH v2 2/3] dma/ti: convert k3-udma to module
` [PATCH v2 3/3] dma/ti: convert PSIL to be buildable as module

[PATCH 0/3] dma/ti: enable udma and psil to be built as modules
 2022-09-28 13:54 UTC  (16+ messages)
` [PATCH 1/3] of/irq: export of_msi_get_domain
` [PATCH 2/3] dma/ti: convert k3-udma to module
` [PATCH 3/3] dma/ti: convert PSIL to be buildable as module

[PATCH v2] MAINTAINERS: Add Vignesh Raghavendra as maintainer of TI DRA7XX/J721E PCI driver
 2022-09-28  9:31 UTC 

[PATCH] MAINTAINERS: Add Vignesh Raghavendra as maintainer of TI DRA7XX/J721E driver
 2022-09-28  7:14 UTC 

[PATCH v5 0/6] Add support for TI TPS65219 PMIC
 2022-09-27 15:52 UTC  (8+ messages)
` [PATCH v5 1/6] DONOTMERGE: arm64: dts: ti: Add TI TPS65219 PMIC support for AM642 SK board
` [PATCH v5 2/6] DONOTMERGE: arm64: dts: ti: Add pinmux and irq mapping for TPS65219 external interrupts
` [PATCH v5 3/6] DONOTMERGE: arm64: dts: ti: k3-am642-sk: Enable tps65219 power-button
` [PATCH v5 4/6] mfd: tps65219: Add driver for TI TPS65219 PMIC
` [PATCH v5 5/6] Input: Add tps65219 interrupt driven powerbutton
` [PATCH v5 6/6] arm64: defconfig: Add tps65219 as modules

[PATCH v5 00/30] Rework the trip points creation
 2022-09-27 14:35 UTC  (3+ messages)
` [PATCH v6 25/29] thermal/drivers/ti: Remove unused macros ti_thermal_get_trip_value() / ti_thermal_trip_is_valid()

[PATCH] MAINTAINERS: Add Vignesh as maintainer of TI SDHCI OMAP DRIVER
 2022-09-27 12:13 UTC  (2+ messages)

prueth: IEP driver doesn't probe anymore
 2022-09-27 10:30 UTC  (7+ messages)

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-09-27  6:31 UTC  (77+ messages)
` [PATCH v2 01/44] x86/perf/amd: Remove tracing from perf_lopwr_cb()
` [PATCH v2 02/44] x86/idle: Replace x86_idle with a static_call
` [PATCH v2 03/44] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH v2 04/44] cpuidle: Move IRQ state validation
` [PATCH v2 05/44] cpuidle,riscv: Push RCU-idle into driver
` [PATCH v2 06/44] cpuidle,tegra: "
` [PATCH v2 07/44] cpuidle,psci: "
` [PATCH v2 08/44] cpuidle,imx6: "
` [PATCH v2 09/44] cpuidle,omap3: "
` [PATCH v2 10/44] cpuidle,armada: "
` [PATCH v2 11/44] cpuidle,omap4: "
` [PATCH v2 12/44] cpuidle,dt: "
` [PATCH v2 13/44] cpuidle: Fix ct_idle_*() usage
` [PATCH v2 14/44] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH v2 15/44] acpi_idle: Remove tracing
` [PATCH v2 16/44] cpuidle: Annotate poll_idle()
` [PATCH v2 17/44] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH v2 18/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*
` [PATCH v2 19/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
` [PATCH v2 20/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS
` [PATCH v2 21/44] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH v2 22/44] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH v2 23/44] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH v2 24/44] arm64,smp: "
` [PATCH v2 25/44] printk: "
` [PATCH v2 26/44] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH v2 27/44] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}
` [PATCH v2 28/44] cpuidle,mwait: Make noinstr clean
` [PATCH v2 29/44] cpuidle,tdx: Make tdx "
` [PATCH v2 30/44] cpuidle,xenpv: Make more PARAVIRT_XXL "
` [PATCH v2 31/44] cpuidle,nospec: Make "
` [PATCH v2 32/44] cpuidle,acpi: "
` [PATCH v2 33/44] ftrace: WARN on rcuidle
` [PATCH v2 34/44] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH v2 35/44] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
` [PATCH v2 36/44] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower()
` [PATCH v2 37/44] arm,omap2: Use WFI for omap2_pm_idle()
` [PATCH v2 38/44] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH v2 39/44] cpuidle,clk: "
` [PATCH v2 40/44] ubsan: Fix objtool UACCESS warns
` [PATCH v2 41/44] intel_idle: Add force_irq_on module param
` [PATCH v2 42/44] entry,kasan,x86: Disallow overriding mem*() functions
` [PATCH v2 43/44] sched: Always inline __this_cpu_preempt_check()
` [PATCH v2 44/44] arm64,riscv,perf: Remove RCU_NONIDLE() usage

[PATCH] Input: twl4030-vibra - Drop legacy, non DT boot support
 2022-09-26 18:09 UTC  (3+ messages)

[PATCH v5 00/30] Rework the trip points creation
 2022-09-26 14:06 UTC  (2+ messages)
` [PATCH v5 26/30] thermal/drivers/ti: Remove unused macros ti_thermal_get_trip_value() / ti_thermal_trip_is_valid()

[PATCH v1 1/1] mfd: twl4030: Add missed linux/device.h header
 2022-09-26  7:48 UTC  (2+ messages)

[PATCH 1/5] mfd: mc13xxx: stop including of_gpio.h
 2022-09-26  5:44 UTC  (5+ messages)
` [PATCH 2/5] mfd: madera: include correct gpio API
` [PATCH 3/5] mfd: palmas: stop including of_gpio.h
` [PATCH 4/5] mfd: twl6040: switch to using gpiod API
` [PATCH 5/5] mfd: twl6040: drop twl6040_platform_data and associated definitions

[PATCH -next] omapfb: dss: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-09-25 11:08 UTC  (2+ messages)

Zwiększenie płynności finansowej
 2022-09-23  7:36 UTC 

[PATCH v4 00/30] Rework the trip points creation
 2022-09-21  9:42 UTC  (2+ messages)
` [PATCH v4 26/30] thermal/drivers/ti: Remove unused macros ti_thermal_get_trip_value() / ti_thermal_trip_is_valid()

[PATCH v5 0/3] gpmc wait-pin additions
 2022-09-20 15:27 UTC  (19+ messages)
` [PATCH v5 1/3] memory: omap-gpmc: allow shared wait pins
` [PATCH v5 2/3] memory: omap-gpmc: add support for wait pin polarity
` [PATCH v5 3/3] dt-bindings: memory-controllers: gpmc-child: add wait-pin polarity

[PATCH 0/3] Remove unused declarations from arm
 2022-09-20 13:01 UTC  (4+ messages)
` [PATCH 1/3] ARM: OMAP2+: Remove orphan declarations from arch/arm/mach-omap2/pm.h
` [PATCH 2/3] ARM: OMAP2+: clock: Remove orphan declarations from arch/arm/mach-omap2/clock.h
` [PATCH 3/3] ARM: pxa: remove orphan colibri_pxa3xx_init_mmc from arch/arm/mach-pxa/colibri.h

[PATCH 0/9] Clean-up timer-ti-dm a bit
 2022-09-20  8:43 UTC  (3+ messages)
` [PATCH 1/9] clocksource/drivers/timer-ti-dm: Drop unused functions

[PATCH linux-next] ARM: OMAP2+: Remove the unneeded result variable
 2022-09-20  6:51 UTC 

[PATCH] net: ethernet: ti: davinci_emac: Fix return type of emac_dev_xmit
 2022-09-20  1:40 UTC  (2+ messages)

[PATCH] dt-bindings: timer: Add power-domains for TI timer-dm on K3
 2022-09-19 11:48 UTC  (3+ messages)

[GIT PULL] Devicetree changes for omaps
 2022-09-19 11:42 UTC 

[PATCH 0/3] Remove unused declarations for arm
 2022-09-19 10:19 UTC  (3+ messages)
` [PATCH 2/3] ARM: s3c: remove orphan declarations from arch/arm/mach-s3c/devs.h
  ` (subset) "

[Intel-wired-lan] [PATCH v2 3/3] net: ethernet: move from strlcpy with unused retval to strscpy
 2022-09-18  4:54 UTC 

[PATCH v2 0/3] dt-bindings: display: bridge: nxp,tda998x: Json-schema conversion and fixes
 2022-09-16 19:29 UTC  (6+ messages)
` [PATCH v2 3/3] dt-bindings: display: bridge: nxp,tda998x: Convert to json-schema

[PATCH v4 0/3] omap-gpmc wait pin additions
 2022-09-16  9:17 UTC  (8+ messages)
` [PATCH v4 1/3] memory: omap-gpmc: allow shared wait pins
` [PATCH v4 2/3] memory: omap-gpmc: add support for wait pin polarity
` [PATCH v4 3/3] dt-bindings: memory-controllers: gpmc-child: add wait-pin polarity

drivers/gpu/drm/omapdrm/dss/dsi.c:1126:1: warning: the frame size of 1060 bytes is larger than 1024 bytes
 2022-09-16  8:52 UTC  (3+ messages)

[PATCH 1/2] drm/omap: dsi: Fix excessive stack usage
 2022-09-16  8:23 UTC  (3+ messages)
` [PATCH 2/2] drm/omap: Fix kernel docs

x15: kernel crash: LR is at sysc_enable_opt_clocks
 2022-09-16  4:52 UTC  (5+ messages)

[PATCH v2] ARM: OMAP2+: Hold reference returned from of_find_xxx API
 2022-09-16  2:08 UTC 

[PATCH] ARM: OMAP2+: Hold reference returned from of_find_xxx API
 2022-09-15 12:41 UTC  (3+ messages)
  `  "


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).