Linux-OMAP Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-26 16:50:15 to 2024-03-22 17:05:12 UTC [more...]

[PATCH 00/64] i2c: reword i2c_algorithm according to newest specification
 2024-03-22 17:05 UTC  (9+ messages)
` [PATCH 64/64] i2c: reword i2c_algorithm in drivers "

[PATCH v10 0/8] PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host
 2024-03-22 11:53 UTC  (12+ messages)
` [PATCH v10 1/8] "
` [PATCH v10 2/8] PCI: dwc: ep: Add Kernel-doc comments for APIs
` [PATCH v10 3/8] PCI: dwc: ep: Remove deinit() callback from struct dw_pcie_ep_ops
` [PATCH v10 4/8] PCI: dwc: ep: Rename dw_pcie_ep_exit() to dw_pcie_ep_deinit()
` [PATCH v10 5/8] PCI: dwc: ep: Introduce dw_pcie_ep_cleanup() API for drivers supporting PERST#
` [PATCH v10 6/8] PCI: dwc: ep: Rename dw_pcie_ep_init_complete() to dw_pcie_ep_init_registers()
` [PATCH v10 7/8] PCI: dwc: ep: Call dw_pcie_ep_init_registers() API directly from all glue drivers
` [PATCH v10 8/8] PCI: dwc: ep: Remove "core_init_notifier" flag

[PATCH] counter: ti-ecap-capture: Utilize COUNTER_COMP_FREQUENCY macro
 2024-03-21 16:32 UTC 

[linux-next:master] BUILD REGRESSION e7528c088874326d3060a46f572252be43755a86
 2024-03-21 16:30 UTC 

[PATCH] mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc HS200 mode
 2024-03-21 11:08 UTC  (3+ messages)

sdhci-omap: issues with PM features since 5.16
 2024-03-21  9:48 UTC  (12+ messages)

[linux-next:master] BUILD REGRESSION 72fb52fb0ac44b6a1edd9bc390e44bce3acccd26
 2024-03-20 15:25 UTC 

[PATCH v4 00/18] Add suspend to ram support for PCIe on J7200
 2024-03-20  8:37 UTC  (28+ messages)
` [PATCH v4 01/18] gpio: pca953x: move suspend()/resume() to suspend_noirq()/resume_noirq()
` [PATCH v4 02/18] pinctrl: pinctrl-single: move suspend()/resume() callbacks to noirq
` [PATCH v4 03/18] i2c: omap: wakeup the controller during suspend() callback
` [PATCH v4 04/18] mux: add mux_chip_resume() function
` [PATCH v4 05/18] mux: mmio: add resume support
` [PATCH v4 06/18] phy: ti: phy-j721e-wiz: use dev_err_probe() instead of dev_err()
` [PATCH v4 07/18] phy: ti: phy-j721e-wiz: split wiz_clock_init() function
` [PATCH v4 08/18] phy: ti: phy-j721e-wiz: add resume support
` [PATCH v4 09/18] phy: cadence-torrent: extract calls to clk_get from cdns_torrent_clk
` [PATCH v4 10/18] phy: cadence-torrent: register resets even if the phy is already configured
` [PATCH v4 11/18] phy: cadence-torrent: add already_configured to struct cdns_torrent_phy
` [PATCH v4 12/18] phy: cadence-torrent: remove noop_ops phy operations
` [PATCH v4 13/18] phy: cadence-torrent: add suspend and resume support
` [PATCH v4 14/18] PCI: cadence: Extract link setup sequence from cdns_pcie_host_setup()
` [PATCH v4 15/18] PCI: cadence: Set cdns_pcie_host_init() global
` [PATCH v4 16/18] PCI: j721e: Use dev_err_probe() in the probe() function
` [PATCH v4 17/18] PCI: j721e: Add reset GPIO to struct j721e_pcie
` [PATCH v4 18/18] PCI: j721e: Add suspend and resume support

[PATCH v3] video: fbdev: panel-tpo-td043mtea1: Convert sprintf() family to sysfs_emit() family
 2024-03-20  8:12 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 226d3c72fcde130a99d760895ebdd20e78e02cb5
 2024-03-19 14:49 UTC 

[PATCH] pinctrl: single: Fix PIN_CONFIG_BIAS_DISABLE handling
 2024-03-19 11:06 UTC 

[PATCH v2] drm,fbdev: td043mtea1: Convert sprintf() family to sysfs_emit() family
 2024-03-19  9:05 UTC  (3+ messages)

[PATCH] drm,fbdev: td043mtea1: Convert sprintf() family to sysfs_emit() family
 2024-03-19  4:00 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 2e93f143ca010a5013528e1cfdc895f024fe8c21
 2024-03-19  1:35 UTC  (2+ messages)

[PATCH] dt-bindings: mfd: twl: Convert trivial subdevices to json-schema
 2024-03-18 15:07 UTC  (2+ messages)

[PATCH 0/2] counter: Convert to platform remove callback returning void
 2024-03-18 14:42 UTC  (3+ messages)
` [PATCH 1/2] counter: ti-ecap-capture: "

sdhci-omap signal contention
 2024-03-15 23:04 UTC 

[linux-next:master] BUILD REGRESSION a1e7655b77e3391b58ac28256789ea45b1685abb
 2024-03-15 15:59 UTC 

[linux-next:master] BUILD REGRESSION 9bb9b28d0568991b1d63e66fe75afa5f97ad1156
 2024-03-14 20:49 UTC 

[PATCH v9 00/10] PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host
 2024-03-14  7:22 UTC  (42+ messages)
` [PATCH v9 01/10] PCI: dwc: ep: Remove deinit() callback from struct dw_pcie_ep_ops
` [PATCH v9 02/10] PCI: dwc: ep: Rename dw_pcie_ep_exit() to dw_pcie_ep_deinit()
` [PATCH v9 03/10] PCI: dwc: ep: Introduce dw_pcie_ep_cleanup() API for drivers supporting PERST#
` [PATCH v9 04/10] PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host
` [PATCH v9 05/10] PCI: dwc: ep: Rename dw_pcie_ep_init_complete() to dw_pcie_ep_init_registers()
` [PATCH v9 06/10] PCI: dwc: ep: Call dw_pcie_ep_init_registers() API directly from all glue drivers
` [PATCH v9 07/10] PCI: dwc: ep: Remove "core_init_notifier" flag
` [PATCH v9 08/10] PCI: dwc: ep: Add a generic dw_pcie_ep_linkdown() API to handle LINK_DOWN event
` [PATCH v9 09/10] PCI: qcom-ep: Use the "
` [PATCH v9 10/10] PCI: dwc: ep: Add Kernel-doc comments for APIs

[linux-next:master] BUILD REGRESSION dad309222e4c3fc7f88b20ce725ce1e0eea07cc7
 2024-03-13 17:33 UTC 

[linux-next:master] BUILD REGRESSION a1184cae56bcb96b86df3ee0377cec507a3f56e0
 2024-03-12 17:28 UTC 

[linux-next:master] BUILD REGRESSION 8ffc8b1bbd505e27e2c8439d326b6059c906c9dd
 2024-03-08 18:26 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH v1 1/1] PCI: dwc: Remove unused of_gpio.h
 2024-03-08 17:10 UTC  (4+ messages)

[PATCH] memory: omap-gpmc: fixup wrongly hierarchy of the sub-devices
 2024-03-08 16:48 UTC  (10+ messages)
      ` [PATCH] memory/omap-gpmc: "

possible deprecation and removal of some old QEMU Arm machine types (pxa2xx, omap, sa1110)
 2024-03-08 15:50 UTC  (3+ messages)

[PATCH 0/4] Use reg instead of ti,bit-shift for clksel
 2024-03-08  9:00 UTC  (6+ messages)

[PATCH] ARM: OMAP2+: prm33xx.c: Fix kerneldoc warnings
 2024-03-08  8:12 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 1843e16d2df9d98427ef8045589571749d627cf7
 2024-03-07 20:24 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 61996c073c9b070922ad3a36c981ca6ddbea19a5
 2024-03-06 18:11 UTC 

[linux-next:master] BUILD REGRESSION 11afac187274a6177a7ac82997f8691c0f469e41
 2024-03-05 18:14 UTC 

[PATCH v8 00/10] PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host
 2024-03-04 15:04 UTC  (38+ messages)
` [PATCH v8 01/10] PCI: dwc: ep: Remove deinit() callback from struct dw_pcie_ep_ops
` [PATCH v8 02/10] PCI: dwc: ep: Rename dw_pcie_ep_exit() to dw_pcie_ep_deinit()
` [PATCH v8 03/10] PCI: dwc: ep: Introduce dw_pcie_ep_cleanup() API for drivers supporting PERST#
` [PATCH v8 04/10] PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host
` [PATCH v8 05/10] PCI: dwc: ep: Rename dw_pcie_ep_init_complete() to dw_pcie_ep_init_registers()
` [PATCH v8 06/10] PCI: dwc: ep: Call dw_pcie_ep_init_registers() API directly from all glue drivers
` [PATCH v8 07/10] PCI: dwc: ep: Remove "core_init_notifier" flag
` [PATCH v8 08/10] PCI: dwc: ep: Add a generic dw_pcie_ep_linkdown() API to handle LINK_DOWN event
` [PATCH v8 09/10] PCI: qcom-ep: Use the "
` [PATCH v8 10/10] PCI: dwc: ep: Add Kernel-doc comments for APIs

[PATCH v2 resend 0/4] of: replace of_graph_get_next_endpoint()
 2024-03-04  5:16 UTC  (5+ messages)
` [PATCH v2 1/4] gpu: drm: "
` [PATCH v2 2/4] media: i2c: "
` [PATCH v2 3/4] media: platform: "
` [PATCH v2 4/4] video: fbdev: "

[linux-next:master] BUILD REGRESSION 1870cdc0e8dee32e3c221704a2977898ba4c10e8
 2024-03-01 19:03 UTC 

[PATCH AUTOSEL 6.6 18/22] arm: dts: Fix dtc interrupt_provider warnings
 2024-02-29 20:39 UTC 

[PATCH AUTOSEL 6.7 19/24] arm: dts: Fix dtc interrupt_provider warnings
 2024-02-29 20:36 UTC 

[PATCH 0/5] Fix MMC/GPIO regression on Nokia N8x0
 2024-02-29 15:06 UTC  (2+ messages)

[PATCH] ARM: dts: n900: set charge current limit to 950mA
 2024-02-29  8:35 UTC  (3+ messages)

[GIT PULL] Few more SoC changes for omaps
 2024-02-29  8:15 UTC 

[GIT PULL] Driver change for ti-sysc
 2024-02-29  8:14 UTC 

[GIT PULL] Kconfig change for omap1
 2024-02-29  8:14 UTC 

6.7 regression: platform 4809c000.mmc: deferred probe pending
 2024-02-29  7:33 UTC  (6+ messages)

[PATCH] clk: ti: dpll3xxx: use correct function names in kernel-doc
 2024-02-28 23:19 UTC  (2+ messages)

[PATCH 1/2] ARM: AM33xx: PRM: Remove redundand defines
 2024-02-28  7:34 UTC  (2+ messages)

[PATCH] bus: ti-sysc: constify the struct device_type usage
 2024-02-28  7:31 UTC  (2+ messages)

[PATCH] arm: omap1: remove duplicated 'select ARCH_OMAP'
 2024-02-28  7:28 UTC  (3+ messages)

[GIT PULL] Devicetree changes for omaps for v6.9
 2024-02-28  6:46 UTC 

[GIT PULL] Update TI clksel clocks to use reg
 2024-02-28  6:40 UTC 

[PATCH v2 resend 0/4] of: replace of_graph_get_next_endpoint()
 2024-02-26 23:11 UTC  (2+ messages)

[PATCH v3 00/18] Add suspend to ram support for PCIe on J7200
 2024-02-26 17:54 UTC  (5+ messages)
` [PATCH v3 17/18] PCI: j721e: add reset GPIO to struct j721e_pcie


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 read-only IMAP folder(s) and NNTP newsgroup(s).