public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-01 01:34:22 to 2026-03-10 11:55:59 UTC [more...]

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-10 11:49 UTC  (62+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 02/61] btrfs: "
` [PATCH 03/61] ceph: "
` [PATCH 04/61] ext4: "
` [PATCH 05/61] smb: Prefer IS_ERR_OR_NULL over manual NULl check
` [PATCH 06/61] 9p: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 07/61] erofs: "
` [PATCH 08/61] fuse: "
` [PATCH 09/61] ntfs3: "
` [PATCH 10/61] gfs2: "
` [PATCH 11/61] pstore: "
` [PATCH 12/61] quota: "
` [PATCH 13/61] squashfs: "
` [PATCH 14/61] seq_file: "
` [PATCH 15/61] trace: "
` [PATCH 16/61] sched: "
` [PATCH 17/61] module: "
` [PATCH 18/61] sound: "
` [PATCH 19/61] kvm: "
` [PATCH 20/61] apparmor: "
` [PATCH 21/61] lib/test: "
` [PATCH 22/61] md: "
` [PATCH 23/61] net/ipv6: "
` [PATCH 24/61] net/9p: "
` [PATCH 25/61] net/bluetooth: "
` [PATCH 26/61] net/core: "
` [PATCH 27/61] net/netlink: "
` [PATCH 28/61] net/sched: "
` [PATCH 29/61] net/sctp: "
` [PATCH 30/61] net/sunrpc: "
` [PATCH 31/61] net/tipc: "
` [PATCH 32/61] net/wireless: "
` [PATCH 33/61] mm: "
` [PATCH 34/61] arch/arm: "
` [PATCH 35/61] arch/mips: "
` [PATCH 36/61] arch/sh: "
` [PATCH 37/61] drm: "
` [PATCH 38/61] net: "
` [PATCH 39/61] irqchip: "
` [PATCH 40/61] phy: "
` [PATCH 41/61] pinctrl: "
` [PATCH 42/61] pmdomain: "
` [PATCH 43/61] s390: "
` [PATCH 44/61] target: "
` [PATCH 45/61] thermal: "
` [PATCH 46/61] vfio: "
` [PATCH 47/61] nfc: "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
` [PATCH 50/61] iommu: "
` [PATCH 51/61] leds: "
` [PATCH 52/61] gpib: "
` [PATCH 53/61] hyperv: "
` [PATCH 54/61] aoe: "
` [PATCH 55/61] interconnect: "
` [PATCH 56/61] clk: "
` [PATCH 57/61] reset: "
` [PATCH 58/61] arch/x86: "
` [PATCH 59/61] debugobjects: Drop likely() around !IS_ERR_OR_NULL()
` [PATCH 60/61] Input alps: Drop unlikely() around IS_ERR_OR_NULL()
` [PATCH 61/61] file: "

[PATCH 0/2] Make TPS65219 poweroff handler conditional
 2026-03-10 11:18 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: ti: k3-am62-lp-sk: Add system-power-controller
` [PATCH 2/2] mfd: tps65219: Make poweroff handler conditional on system-power-controller

[PATCH v4 00/15] hwspinlock: move device alloc into core and refactor includes
 2026-03-10  9:32 UTC  (8+ messages)
` [PATCH v4 03/15] hwspinlock: add helpers to retrieve core data
` [PATCH v4 04/15] hwspinlock: add callback to fill private data of a hwspinlock
` [PATCH v4 05/15] hwspinlock: omap: use new callback to initialize hwspinlock priv
` [PATCH v4 10/15] hwspinlock: handle hwspinlock device allocation in the core
` [PATCH v4 11/15] hwspinlock: move entries from internal to public header
` [PATCH v4 14/15] hwspinlock: refactor provider.h from "

[PATCH] video: fbdev: omapfb: Add missing error check for clk_get()
 2026-03-10  8:56 UTC 

[PATCH v4 0/3] dt-bindings: phy: Convert TI OMAP control and PIPE3 PHY to DT schema
 2026-03-09 21:53 UTC  (4+ messages)
` [PATCH v4 1/3] arm: dts: ti: omap: align node patterns with established convention

[PATCH v11 0/9] mmc: host: renesas_sdhi_core: support configuring an optional sdio mux
 2026-03-09 15:06 UTC  (11+ messages)
` [PATCH v11 1/9] phy: can-transceiver: rename temporary helper function to avoid conflict
` [PATCH v11 2/9] phy: renesas: rcar-gen3-usb2: rename local mux helper "
` [PATCH v11 5/9] phy: renesas: rcar-gen3-usb2: drop helper getting optional mux-state
` [PATCH v11 9/9] mmc: host: renesas_sdhi_core: support selecting an optional mux

[PATCH v2 0/6] gpiolib: unify gpio-hog code
 2026-03-09 12:42 UTC  (7+ messages)
` [PATCH v2 1/6] gpio: of: clear OF_POPULATED on hog nodes in remove path
` [PATCH v2 2/6] gpio: move hogs into GPIO core
` [PATCH v2 3/6] gpio: sim: use fwnode-based GPIO hogs
` [PATCH v2 4/6] ARM: omap1: ams-delta: convert GPIO hogs to using firmware nodes
` [PATCH v2 5/6] gpio: remove machine hogs
` [PATCH v2 6/6] gpio: sim: allow to define the active-low setting of a simulated hog

[PATCH v5 0/3] Add support for ICSSM Ethernet on AM57x, AM437x, and AM335x
 2026-03-07 12:23 UTC  (4+ messages)
` [PATCH v5 1/3] arm: dts: ti: Add device tree support for PRU-ICSS on AM57xx
` [PATCH v5 2/3] arm: dts: ti: Add device tree support for PRU-ICSS on AM437x
` [PATCH v5 3/3] arm: dts: ti: Add device tree support for PRU-ICSS on AM335x

[PATCH 0/6] gpiolib: unify gpio-hog code
 2026-03-06 11:58 UTC  (18+ messages)
` [PATCH 1/6] gpio: of: clear OF_POPULATED on hog nodes in remove path
` [PATCH 2/6] gpio: move hogs into GPIO core
` [PATCH 3/6] gpio: sim: use fwnode-based GPIO hogs
` [PATCH 4/6] ARM: omap1: ams-delta: convert GPIO hogs to using firmware nodes
` [PATCH 5/6] gpio: remove machine hogs
` [PATCH 6/6] gpio: sim: allow to define the active-low setting of a simulated hog

[RFC v1 00/18] PCI: Enable async probe by default
 2026-03-06  4:14 UTC  (23+ messages)
` [RFC v1 01/18] PCI: al: Allow asynchronous probing for background link training
` [RFC v1 02/18] PCI: amd-mdb: "
` [RFC v1 03/18] PCI: armada8x: "
` [RFC v1 04/18] PCI: artpec6: "
` [RFC v1 05/18] PCI: bt1: "
` [RFC v1 06/18] PCI: dra7xx: "
` [RFC v1 07/18] PCI: exynos: "
` [RFC v1 08/18] PCI: fu740: "
` [RFC v1 09/18] PCI: intel-gw: "
` [RFC v1 10/18] PCI: keystone: "
` [RFC v1 11/18] PCI: keembay: "
` [RFC v1 12/18] PCI: kirin: "
` [RFC v1 13/18] PCI: layerscape: "
` [RFC v1 14/18] PCI: meson: "
` [RFC v1 15/18] PCI: sophgo: "
` [RFC v1 16/18] PCI: tegra194: "
` [RFC v1 17/18] PCI: uniphier: "
` [RFC v1 18/18] PCI: visconti: "

[PATCH] ARM: omap: fix all kernel-doc warnings
 2026-03-06  1:07 UTC  (2+ messages)

[PATCH RESEND] ARM: omap2: Replace scnprintf with strscpy in omap3_cpuinfo
 2026-03-06  1:07 UTC  (3+ messages)

[PATCH v2 1/3] ARM: dts: ti: Enable overlays for am335x BeagleBoard devicetrees
 2026-03-06  1:07 UTC  (2+ messages)

[PATCH v9 0/8] Initial support for Samsung Galaxy Tab 2 series
 2026-03-06  1:07 UTC  (15+ messages)
` [PATCH v9 1/8] ARM: dts: twl6032: Add DTS file for TWL6032 PMIC
` [PATCH v9 2/8] dt-bindings: vendor-prefixes: Add Doestek
` [PATCH v9 3/8] dt-bindings: display: bridge: lvds-codec: add doestek,dtc34lm85am
` [PATCH v9 4/8] dt-bindings: display: panel-lvds: Add compatibles for Samsung LTN070NL01 and LTN101AL03 panels
` [PATCH v9 5/8] ARM: dts: ti: omap: espresso-common: Add common device tree for Samsung Galaxy Tab 2 series
` [PATCH v9 6/8] dt-bindings: omap: Add Samsung Galaxy Tab 2 7.0 and 10.1
` [PATCH v9 7/8] ARM: dts: ti: omap: samsung-espresso7: Add initial support for Galaxy Tab 2 7.0
` [PATCH v9 8/8] ARM: dts: ti: omap: samsung-espresso10: Add initial support for Galaxy Tab 2 10.1

[RFT PATCH v3] ARM: omap1: enable real software node lookup of GPIOs on Nokia 770
 2026-03-06  0:31 UTC  (4+ messages)

[PATCH v3 00/15] hwspinlock: move device alloc into core and refactor includes
 2026-03-05 19:05 UTC  (8+ messages)
` [PATCH v3 03/15] hwspinlock: add helpers to retrieve core data
` [PATCH v3 04/15] hwspinlock: add callback to fill private data of a hwspinlock
` [PATCH v3 05/15] hwspinlock: omap: use new callback to initialize hwspinlock priv
` [PATCH v3 10/15] hwspinlock: handle hwspinlock device allocation in the core
` [PATCH v3 11/15] hwspinlock: move entries from internal to public header
` [PATCH v3 14/15] hwspinlock: refactor provider.h from "

[PATCH net-next] net: ti: davinci_emac: stop using bus type mdio_bus_type
 2026-03-03 12:20 UTC  (2+ messages)

(no subject)
 2026-03-02 20:16 UTC  (7+ messages)
` [PATCH v8 3/8] dt-bindings: display: bridge: lvds-codec: add doestek,dtc34lm85am
` [PATCH v8 5/8] ARM: dts: ti: omap: espresso-common: Add common device tree for Samsung Galaxy Tab 2 series
` [PATCH v8 8/8] ARM: dts: ti: omap: samsung-espresso10: Add initial support for Galaxy Tab 2 10.1

[PATCH v2 01/12] i2c: allow setting the parent device and OF node through the adapter struct
 2026-03-02 16:56 UTC  (7+ messages)

[PATCH v3 0/9] PCI: endpoint: Differentiate between disabled and reserved BARs
 2026-03-02  9:59 UTC  (2+ messages)
` [PATCH v3 6/9] PCI: dwc: Disable BARs in common code instead of in each glue driver

[PATCH v2 0/3] Add support for Seeed Studio BeagleBone HDMI cape overlay
 2026-03-02  9:50 UTC  (2+ messages)

[PATCH v2 00/12] i2c: configure parent device and OF node through the adapter struct
 2026-03-02  8:55 UTC  (4+ messages)
` [PATCH v2 01/12] i2c: allow setting the "

[PATCH] clk: Check clk_enable return in bandgap CPU notifier
 2026-03-01 16:13 UTC 

[PATCH v2 0/9] PCI: endpoint: Differentiate between disabled and reserved BARs
 2026-03-01 13:38 UTC  (4+ messages)
` [PATCH v2 6/9] PCI: dwc: Disable BARs in common code instead of in each glue driver

FAILED: Patch "net: cpsw_new: Fix potential unregister of netdev that has not been registered yet" failed to apply to 5.10-stable tree
 2026-03-01  2:03 UTC 

FAILED: Patch "net: cpsw_new: Fix unnecessary netdev unregistration in cpsw_probe() error path" failed to apply to 5.10-stable tree
 2026-03-01  2:03 UTC 

FAILED: Patch "mfd: omap-usb-host: Fix OF populate on driver rebind" failed to apply to 5.10-stable tree
 2026-03-01  2:01 UTC 

FAILED: Patch "bus: omap-ocp2scp: fix OF populate on driver rebind" failed to apply to 5.10-stable tree
 2026-03-01  2:00 UTC 

FAILED: Patch "ARM: omap2: Fix reference count leaks in omap_control_init()" failed to apply to 5.10-stable tree
 2026-03-01  1:59 UTC 

FAILED: Patch "net: cpsw_new: Fix unnecessary netdev unregistration in cpsw_probe() error path" failed to apply to 5.15-stable tree
 2026-03-01  1:53 UTC 

FAILED: Patch "net: cpsw_new: Fix potential unregister of netdev that has not been registered yet" failed to apply to 5.15-stable tree
 2026-03-01  1:53 UTC 

FAILED: Patch "mfd: omap-usb-host: Fix OF populate on driver rebind" failed to apply to 5.15-stable tree
 2026-03-01  1:51 UTC 

FAILED: Patch "bus: omap-ocp2scp: fix OF populate on driver rebind" failed to apply to 5.15-stable tree
 2026-03-01  1:50 UTC 

FAILED: Patch "ARM: omap2: Fix reference count leaks in omap_control_init()" failed to apply to 5.15-stable tree
 2026-03-01  1:49 UTC 

FAILED: Patch "net: cpsw_new: Fix unnecessary netdev unregistration in cpsw_probe() error path" failed to apply to 6.1-stable tree
 2026-03-01  1:45 UTC 

FAILED: Patch "net: cpsw_new: Fix potential unregister of netdev that has not been registered yet" failed to apply to 6.1-stable tree
 2026-03-01  1:45 UTC 

FAILED: Patch "mfd: omap-usb-host: Fix OF populate on driver rebind" failed to apply to 6.1-stable tree
 2026-03-01  1:43 UTC 

FAILED: Patch "bus: omap-ocp2scp: fix OF populate on driver rebind" failed to apply to 6.1-stable tree
 2026-03-01  1:41 UTC 

FAILED: Patch "ARM: omap2: Fix reference count leaks in omap_control_init()" failed to apply to 6.1-stable tree
 2026-03-01  1:40 UTC 

FAILED: Patch "net: cpsw_new: Fix potential unregister of netdev that has not been registered yet" failed to apply to 6.6-stable tree
 2026-03-01  1:36 UTC 

FAILED: Patch "net: cpsw_new: Fix unnecessary netdev unregistration in cpsw_probe() error path" failed to apply to 6.6-stable tree
 2026-03-01  1:36 UTC 

FAILED: Patch "mfd: omap-usb-host: Fix OF populate on driver rebind" failed to apply to 6.6-stable tree
 2026-03-01  1:34 UTC 


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