messages from 2023-12-27 14:57:36 to 2024-01-26 21:44:55 UTC [more...]
[PATCH v2 00/15] Add suspend to ram support for PCIe on J7200
2024-01-26 21:44 UTC (24+ messages)
` [PATCH v2 01/15] gpio: pca953x: move suspend()/resume() to suspend_noirq()/resume_noirq()
` [PATCH v2 02/15] pinctrl: pinctrl-single: move suspend()/resume() callbacks to noirq
` [PATCH v2 03/15] i2c: omap: wakeup the controller during suspend() callback
` [PATCH v2 04/15] mux: add mux_chip_resume() function
` [PATCH v2 05/15] mux: mmio: add resume support
` [PATCH v2 06/15] phy: ti: phy-j721e-wiz: make wiz_clock_init callable multiple times
` [PATCH v2 07/15] phy: ti: phy-j721e-wiz: add resume support
` [PATCH v2 08/15] phy: cadence-torrent: extract calls to clk_get from cdns_torrent_clk
` [PATCH v2 09/15] phy: cadence-torrent: register resets even if the phy is already configured
` [PATCH v2 10/15] phy: cadence-torrent: add already_configured to struct cdns_torrent_phy
` [PATCH v2 11/15] phy: cadence-torrent: remove noop_ops phy operations
` [PATCH v2 12/15] phy: cadence-torrent: add suspend and resume support
` [PATCH v2 13/15] PCI: cadence: add resume support to cdns_pcie_host_setup()
` [PATCH v2 14/15] PCI: j721e: add reset GPIO to struct j721e_pcie
` [PATCH v2 15/15] PCI: j721e: add suspend and resume support
sdhci-omap: issues with PM features since 5.16
2024-01-26 20:53 UTC
[PATCH 00/13] ARM: OMAP2+: fix a bunch of kernel-doc warnings
2024-01-26 8:39 UTC (18+ messages)
` [PATCH 01/13] ARM: OMAP2+: am33xx-restart: fix function name in kernel-doc
` [PATCH 02/13] ARM: OMAP2+: clockdomain: fix kernel-doc warnings
` [PATCH 03/13] ARM: OMAP2+: clock: fix a function name in kernel-doc
` [PATCH 04/13] ARM: OMAP2+: cm33xx: use matching "
` [PATCH 05/13] ARM: OMAP2+: CMINST: "
` [PATCH 06/13] ARM: OMAP2+: hwmod: remove misuse of kernel-doc
` [PATCH 07/13] ARM: OMAP2+: hwmod: fix kernel-doc warnings
` [PATCH 08/13] ARM: OMAP2+: pmic-cpcap: "
` [PATCH 09/13] ARM: OMAP2+: prm44xx: fix a kernel-doc warning
` [PATCH 10/13] ARM: OMAP2+: PRM: fix kernel-doc warnings
` [PATCH 11/13] ARM: OMAP2+: fix a kernel-doc warning
` [PATCH 12/13] ARM: OMAP2+: fix kernel-doc warnings
` [PATCH 13/13] "
[PATCH 00/11] Device tree support for Imagination Series5 GPU
2024-01-26 8:31 UTC (26+ messages)
` [PATCH 01/11] dt-bindings: gpu: Rename img,powervr to img,powervr-rogue
` [PATCH 02/11] dt-bindings: gpu: Add PowerVR Series5 SGX GPUs
` [PATCH 03/11] ARM: dts: omap3: Add device tree entry for SGX GPU
` [PATCH 04/11] ARM: dts: omap4: "
` [PATCH 05/11] ARM: dts: omap5: "
` [PATCH 06/11] ARM: dts: AM33xx: "
` [PATCH 07/11] ARM: dts: AM437x: "
` [PATCH 08/11] ARM: dts: DRA7xx: "
` [PATCH 09/11] arm64: dts: ti: k3-am654-main: "
` [PATCH 10/11] ARM: dts: sun6i: "
` [PATCH 11/11] MIPS: DTS: jz4780: "
[PATCH 0/7] mmc: Try to do proper kmap_local() for scatterlists
2024-01-25 23:18 UTC (10+ messages)
` [PATCH 1/7] mmc: davinci_mmc: Map the virtual page for PIO
` [PATCH 2/7] mmc: moxart-mmc: "
` [PATCH 3/7] mmc: mvsdio: "
` [PATCH 4/7] mmc: mxcmmc: "
` [PATCH 5/7] mmc: omap: "
` [PATCH 6/7] mmc: sdhci-esdhc-mcf: Map the virtual page for swapping
` [PATCH 7/7] mmc: sh_mmcif: Map the virtual page for PIO
[PATCH net 06/10] net: fill in MODULE_DESCRIPTION()s for cpsw-common
2024-01-25 19:34 UTC
[PATCH v2] regulator: ti-abb: don't use devm_platform_ioremap_resource_byname for shared interrupt register
2024-01-24 18:11 UTC (2+ messages)
[PATCH 00/21] gpio: convert users to gpio_device_find() and remove gpiochip_find()
2024-01-24 15:18 UTC (6+ messages)
` [PATCH 19/21] gpio: swnode: replace gpiochip_find() with gpio_device_find_by_label()
[PATCH 00/14] Add suspend to ram support for PCIe on J7200
2024-01-24 14:09 UTC (41+ messages)
` [PATCH 01/14] gpio: pca953x: move suspend/resume to suspend_noirq/resume_noirq
` [PATCH 02/14] pinctrl: pinctrl-single: "
` [PATCH 03/14] i2c: omap: wakeup the controller during suspend callback
` [PATCH 04/14] mux: mmio: Add resume support
` [PATCH 05/14] phy: ti: phy-j721e-wiz: make wiz_clock_init callable multiple times
` [PATCH 06/14] phy: ti: phy-j721e-wiz: add resume support
` [PATCH 07/14] phy: cadence-torrent: extract calls to clk_get from cdns_torrent_clk
` [PATCH 08/14] phy: cadence-torrent: register resets even if the phy is already configured
` [PATCH 09/14] phy: cadence-torrent: move already_configured to struct cdns_torrent_phy
` [PATCH 10/14] phy: cadence-torrent: remove noop_ops phy operations
` [PATCH 11/14] phy: cadence-torrent: add suspend and resume support
` [PATCH 12/14] PCI: cadence: add resume support to cdns_pcie_host_setup()
` [PATCH 13/14] PCI: j721e: move reset GPIO to device struct
` [PATCH 14/14] PCI: j721e: add suspend and resume support
[PATCH 1/4] hwspinlock: omap: Remove unneeded check for OF node
2024-01-23 16:04 UTC (4+ messages)
` [PATCH 2/4] hwspinlock: omap: Use devm_pm_runtime_enable() helper
` [PATCH 3/4] hwspinlock: omap: Use devm_hwspin_lock_register() helper
` [PATCH 4/4] hwspinlock: omap: Use index to get hwspinlock pointer
[PATCH V2] net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdio
2024-01-23 13:34 UTC (4+ messages)
[PATCH net-next 21/22] net: fill in MODULE_DESCRIPTION()s for cpsw-common
2024-01-23 9:50 UTC (2+ messages)
[PATCH] regulator: ti-abb: don't use devm_platform_ioremap_resource_byname for shared interrupt register
2024-01-23 9:48 UTC (3+ messages)
[PATCH 1/3] arch/arm/boot/dts/dra7-l4.dtsi: add missing unit addresse
2024-01-23 8:56 UTC (5+ messages)
` [PATCH 2/3] arch/arm/boot/dts/dra7xx-clocks.dtsi: "
` [PATCH 3/3] arch/arm/boot/dts/dra7.dtsi: add missing unit addresses
[PATCH v2 1/3] ARM: dts: ti: omap: add missing phy_gmii_sel unit address for dra7 SoC
2024-01-23 8:55 UTC (3+ messages)
` [PATCH v2 2/3] ARM: dts: ti: omap: add missing sys_32k_ck "
` [PATCH v2 3/3] ARM: dts: ti: omap: add missing abb_{mpu,ivahd,dspeve,gpu} unit addresses "
[PATCH V3] net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdio
2024-01-22 8:57 UTC (2+ messages)
[PATCH] bus: ti-sysc: Fix error handling for sysc_check_active_timer() again
2024-01-19 22:47 UTC (3+ messages)
[PATCH RFC v2 00/11] Device tree support for Imagination Series5 GPU
2024-01-15 14:45 UTC (31+ messages)
` [PATCH RFC v2 01/11] dt-bindings: gpu: Rename img,powervr to img,powervr-rogue
` [PATCH RFC v2 01/11] dt-bindings: gpu: Rename img, powervr to img, powervr-rogue
` [PATCH RFC v2 02/11] dt-bindings: gpu: Add PowerVR Series5 SGX GPUs
` [PATCH RFC v2 03/11] ARM: dts: omap3: Add device tree entry for SGX GPU
` [PATCH RFC v2 04/11] ARM: dts: omap4: "
` "
` [PATCH RFC v2 05/11] ARM: dts: omap5: "
` [PATCH RFC v2 06/11] ARM: dts: AM33xx: "
` [PATCH RFC v2 07/11] ARM: dts: AM437x: "
` [PATCH RFC v2 08/11] ARM: dts: DRA7xx: "
` [PATCH RFC v2 09/11] arm64: dts: ti: k3-am654-main: "
` [PATCH RFC v2 10/11] ARM: dts: sun6i: "
` [PATCH RFC v2 11/11] MIPS: DTS: jz4780: "
[PATCH 1/1] mfd: omap-usb-host: Increase size of buffer to include all possible values
2024-01-15 12:35 UTC (2+ messages)
[PATCH] clk: ti: dpll3xxx: use correct function names in kernel-doc
2024-01-15 5:47 UTC
[PATCH] thermal/ti-soc-thermal: fix spelling and kernel-doc
2024-01-11 5:02 UTC
mt7621 static check warning
2024-01-10 21:23 UTC
[PATCH] ARM: dts: omap: Switch over to https:// url
2024-01-09 19:55 UTC
[PATCH v2] PCI: cadence: Make TI J721E depend on ARCH_K3
2024-01-06 5:02 UTC (2+ messages)
[PATCH 1/2] mmc: sdhci_am654: Fix TI SoC dependencies
2024-01-02 16:57 UTC (6+ messages)
[PATCH 09/10] clk: ti: Less function calls in _ti_clkctrl_clk_register() after error detection
2023-12-28 6:39 UTC (3+ messages)
` [09/10] "
[PATCH 00/10] clk: ti: Adjustments for eight function implementations
2023-12-27 16:39 UTC (4+ messages)
` [PATCH 01/10] clk: ti: Less function calls in of_omap2_apll_setup() after error detection
[PATCH] gpio: tps65219: don't use CONFIG_DEBUG_GPIO
2023-12-27 14:57 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