imx.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-20 22:07:41 to 2024-08-26 15:31:55 UTC [more...]

[PATCH v3 0/2] remoteproc: imx_rproc: support non-blocking tx for i.MX7ULP
 2024-08-26 15:31 UTC  (6+ messages)
` [PATCH v3 1/2] remoteproc: imx_rproc: Allow setting of the mailbox transmit mode
` [PATCH v3 2/2] remoteproc: imx_rproc: Add support for poweroff and reboot

[PATCH 1/1] dt-bindings: PCI: layerscape-pci: Add deprecated property 'num-viewport'
 2024-08-26 14:04 UTC  (2+ messages)

[PATCH v5 1/1] dt-bindings: input: touchscreen: convert ads7846.txt to yaml
 2024-08-26 13:57 UTC  (2+ messages)

[PATCH 0/9] AT24 EEPROM MTD Support
 2024-08-26 10:32 UTC  (4+ messages)

[PATCH v2] pinctrl: freescale: imx-scmi: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-26  8:48 UTC  (2+ messages)

[PATCH v3] i3c: master: support to adjust first broadcast address speed
 2024-08-26  8:13 UTC  (2+ messages)

[PATCH v3 00/11] i3c: master: some fix and improvemnt for hotjoin
 2024-08-26  8:05 UTC  (29+ messages)
` [PATCH v3 01/11] i3c: master: Remove i3c_dev_disable_ibi_locked(olddev) on device hotjoin
` [PATCH v3 02/11] i3c: master: Replace hard code 2 with macro I3C_ADDR_SLOT_BITS
` [PATCH v3 03/11] i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_INIT
` [PATCH v3 05/11] i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs()
` [PATCH v3 06/11] i3c: master: svc: use repeat start when IBI WIN happens
` [PATCH v3 07/11] i3c: master: svc: manually emit NACK/ACK for hotjoin
` [PATCH v3 08/11] i3c: master: svc: need check IBIWON for dynamtica address assign
` [PATCH v3 09/11] i3c: master: svc: use spinlock_saveirq at svc_i3c_master_ibi_work()
` [PATCH v3 10/11] i3c: master: svc: wait for Manual ACK/NACK Done before next step
` [PATCH v3 11/11] i3c: master: svc: fix possible assignment of the same address to two devices

[PATCH v3 1/5] dt-bindings: phy: imx8mq-usb: add compatible "fsl,imx95-usb-phy"
 2024-08-26  7:08 UTC  (5+ messages)
` [PATCH v3 2/5] dt-bindings: usb: dwc3-imx8mp: add compatible string for imx95
` [PATCH v3 3/5] phy: fsl-imx8mq-usb: add tca function driver "
` [PATCH v3 4/5] arm64: dts: imx95: add usb3 related nodes
` [PATCH v3 5/5] arm64: dts: imx95-19x19-evk: add typec nodes and enable usb3 node

[PATCH v2 1/6] usb: phy: mxs: enable regulator phy-3p0 to improve signal qualilty
 2024-08-26  6:56 UTC  (6+ messages)
` [PATCH v2 3/6] dt-bindings: phy: mxs-usb-phy: add nxp,sim property
` [PATCH v2 6/6] ARM: dts: imx7ulp: add "nxp,sim" property for usbphy1

[PATCH v3 net-next 0/2] make PHY output RMII reference clock
 2024-08-26  5:27 UTC  (3+ messages)
` [PATCH v3 net-next 1/2] dt-bindings: net: tja11xx: add "nxp,phy-output-refclk" property
` [PATCH v3 net-next 2/2] net: phy: c45-tja11xx: add support for outputing RMII reference clock

[PATCH] usb: chipidea: udc: enable suspend interrupt after usb reset
 2024-08-26  1:11 UTC  (2+ messages)

[PATCH v2 1/1] dt-bindings: hwmon/regulator: Convert ltc2978.txt to yaml
 2024-08-25 23:03 UTC  (6+ messages)

[PATCH v3] arm64: dts: imx8mm-emtop-baseboard: Add Peripherals Support
 2024-08-23 12:36 UTC  (2+ messages)

[PATCH v2 1/3] pmdomain: imx93-pd: replace dev_err() with dev_err_probe()
 2024-08-25 14:34 UTC  (3+ messages)
` [PATCH v2 2/3] pmdomain: imx93-pd: don't unprepare clocks on driver remove
` [PATCH v2 3/3] pmdomain: imx93-pd: drop the context variable "init_off"

[PATCH v2] perf python: include "util/sample.h"
 2024-08-25 14:21 UTC  (3+ messages)

[PATCH 1/3] pmdomain: imx93-pd: replace dev_err() with dev_err_probe()
 2024-08-25 13:40 UTC  (4+ messages)
` [PATCH 2/3] pmdomain: imx93-pd: don't unprepare clocks on driver remove
` [PATCH 3/3] pmdomain: imx93-pd: drop the context variable "init_off"

[PATCH 00/17] Convert keyboard drivers to use new cleanup facilities
 2024-08-25 13:12 UTC  (20+ messages)
` [PATCH 01/17] Input: adp5589-keys - use guard notation when acquiring mutex
` [PATCH 02/17] Input: applespi - use guard notation when acquiring spinlock
` [PATCH 03/17] Input: atkbd - use guard notation when acquiring mutex
` [PATCH 04/17] Input: ep93xx_keypad "
` [PATCH 05/17] Input: gpio-keys - switch to using cleanup functions
` [PATCH 06/17] Input: imx_keypad - use guard notation when acquiring mutex
` [PATCH 07/17] Input: ipaq-micro-keys - use guard notation when acquiring mutex and spinlock
` [PATCH 08/17] Input: iqs62x-keys - use cleanup facility for fwnodes
` [PATCH 09/17] Input: lm8323 - use guard notation when acquiring mutexes
` [PATCH 10/17] Input: lpc32xx-keys - use guard notation when acquiring mutex
` [PATCH 11/17] Input: matrix_keypad - use guard notation when acquiring spinlock
` [PATCH 12/17] Input: omap4-keypad - use guard notation when acquiring mutex
` [PATCH 13/17] Input: pmic8xxx-keypad "
` [PATCH 14/17] Input: pxa27x_keypad "
` [PATCH 15/17] Input: spear-keyboard "
` [PATCH 16/17] Input: st-keyscan "
` [PATCH 17/17] Input: tegra-kbc - use guard notation when acquiring mutex and spinlock

[PATCH] imx: MAINTAINERS: correct TQ Systems DTS patterns
 2024-08-25  8:49 UTC 

[PATCH v2 1/1] dt-bindings: nvmem: sfp: add ref to nvmem-deprecated-cells.yaml
 2024-08-24  7:47 UTC  (2+ messages)

[PATCH v3] pinctrl: imx: Switch to LATE_SYSTEM_SLEEP_PM_OPS()
 2024-08-23 19:02 UTC  (3+ messages)

[PATCH 4/9] mtd: devices: add AT24 eeprom support
 2024-08-23 15:37 UTC  (12+ messages)

[PATCH v1] drivers/pinctrl/freescale: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-23 15:19 UTC  (3+ messages)

[PATCH v2 0/4] i2c: imx: prevent rescheduling in non-dma mode
 2024-08-23 14:42 UTC  (20+ messages)
` [PATCH v2 1/4] i2c: imx: only poll for bus busy in multi master mode

[PATCH 00/10] pmdomain: Simplify with cleanup.h
 2024-08-23 12:51 UTC  (11+ messages)
` [PATCH 01/10] pmdomain: rockchip: Simplify with scoped for each OF child loop
` [PATCH 02/10] pmdomain: rockchip: Simplify locking with guard()
` [PATCH 03/10] pmdomain: imx: gpc: Simplify with scoped for each OF child loop
` [PATCH 04/10] pmdomain: imx: gpcv2: "
` [PATCH 05/10] pmdomain: qcom: cpr: Simplify with dev_err_probe()
` [PATCH 06/10] pmdomain: qcom: cpr: Simplify locking with guard()
` [PATCH 07/10] pmdomain: qcom: rpmhpd: "
` [PATCH 08/10] pmdomain: qcom: rpmpd: "
` [PATCH 09/10] pmdomain: renesas: rcar-gen4-sysc: Use scoped device node handling to simplify error paths
` [PATCH 10/10] pmdomain: renesas: rcar-sysc: "

[PATCH 1/2] bus: imx-weim: support compile test
 2024-08-23 12:12 UTC  (3+ messages)
` [PATCH 2/2] bus: imx-weim: change to use devm_clk_get_enabled() helpers

[PATCH v3] arm64: dts: imx8mp-phyboard-pollux-rdk: Add support for PCIe
 2024-08-23 11:36 UTC  (2+ messages)
` [Upstream] "

[PATCH] pmdomain: imx: imx93-blk-ctrl: disable runtime in error path
 2024-08-23 10:14 UTC 

[PATCH] pmdomain: imx: imx93-blk-ctrl: fix power up domain fail during early noriq resume
 2024-08-23  9:53 UTC 

[PATCH] ARM: imx: Annotate imx7d_enet_init() as __init
 2024-08-23  9:20 UTC  (2+ messages)

[PATCH v8 0/7] firmware: support i.MX95 SCMI BBM/MISC Extenstion
 2024-08-23  9:05 UTC  (8+ messages)
` [PATCH v8 1/7] dt-bindings: firmware: add i.MX95 SCMI Extension protocol
` [PATCH v8 2/7] firmware: arm_scmi: add initial support for i.MX BBM protocol
` [PATCH v8 3/7] firmware: arm_scmi: add initial support for i.MX MISC protocol
` [PATCH v8 4/7] firmware: arm_scmi: add NXP i.MX95 SCMI documentation
` [PATCH v8 5/7] firmware: imx: add i.MX95 MISC driver
` [PATCH v8 6/7] rtc: support i.MX95 BBM RTC
` [PATCH v8 7/7] input: keyboard: support i.MX95 BBM module

[PATCH v2] arm64: dts: imx8mp-evk: Add native HDMI output
 2024-08-23  6:28 UTC  (5+ messages)

[PATCH v2] arm64: dts: imx8mm-emtop-baseboard: Add Peripherals Support
 2024-08-23  4:42 UTC  (8+ messages)

[PATCH 5/6] drm/ipuv3/parallel: convert to struct drm_edid
 2024-08-22 17:42 UTC 

[PATCH v3 1/1] dt-bindings: PCI: layerscape-pci: Fix property 'fsl,pcie-scfg' type
 2024-08-22 17:05 UTC  (3+ messages)

[PATCH v8 00/11] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-08-22 17:03 UTC  (5+ messages)

[PATCH 1/1] dt-bindings: crypto: fsl,sec-v4.0: add second register space for rtic
 2024-08-22 15:43 UTC  (2+ messages)

[PATCH 1/1] dt-bindings: extcon: convert extcon-usb-gpio.txt to yaml format
 2024-08-22 14:45 UTC  (2+ messages)

[PATCH v4 1/1] dt-bindings: extcon: ptn5150: add child node port
 2024-08-22 14:34 UTC  (3+ messages)

[PATCH v3 1/1] dt-bindings: leds: convert leds-lm3692x to yaml format
 2024-08-22 13:56 UTC  (3+ messages)
` (subset) "

[PATCH v7 0/7] firmware: support i.MX95 SCMI BBM/MISC Extenstion
 2024-08-22 11:03 UTC  (4+ messages)

[PATCH v2 1/2] i3c: master: support to adjust first broadcast address speed
 2024-08-22  7:46 UTC  (4+ messages)
  ` [EXT] "

[PATCH v1 0/3] PCI: imx6: reset link after suspend/resume
 2024-08-22  7:20 UTC  (6+ messages)

[PATCH] arm64: dts: imx8mp-evk: Add native HDMI output
 2024-08-22  6:37 UTC  (4+ messages)

[PATCH v2] arm64: dts: imx8mp-phyboard-pollux-rdk: Add support for PCIe
 2024-08-22  2:22 UTC  (2+ messages)

[PATCH v2 0/3] usb: imx8mp: collect some improvement
 2024-08-22  1:27 UTC  (7+ messages)
` [PATCH v2 1/3] usb: host: xhci-plat: Parse xhci-missing_cas_quirk and apply quirk
` [PATCH v2 2/3] usb: dwc3: imx8mp: add 2 software managed quirk properties for host mode
` [PATCH v2 3/3] usb: dwc3: imx8mp: disable SS_CON and U3 wakeup for system sleep

[PATCH 0/2] drm/panel: simple: Add support for JDI TX26D202VM0BWA panel
 2024-08-21 22:08 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: display: panel-simple-lvds-dual-ports: add jdi,tx26d202vm0bwa
` [PATCH 2/2] drm/panel: simple: Add support for JDI TX26D202VM0BWA panel

[PATCH v2 1/1] dt-bindings: leds: convert leds-lm3692x to yaml format
 2024-08-21 21:30 UTC  (5+ messages)

[PATCH v2 0/2] remoteproc: imx_rproc: support non-blocking tx for i.MX7ULP
 2024-08-21 16:58 UTC  (5+ messages)
` [PATCH v2 2/2] remoteproc: imx_rproc: handle system off "

[PATCH] arm64: dts: imx8mp-phyboard-pollux-rdk: Add support for PCIe
 2024-08-21 15:23 UTC  (3+ messages)
` [Upstream] "

[PATCH 0/3] arm64: dts: freescale: Enable wdog_b trigger pmic reset for i.MX93
 2024-08-21 14:32 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: freescale: imx93-11x11-evk: enable fsl,ext-reset-output for wdog3
  ` [PATCH 1/3] arm64: dts: freescale: imx93-11x11-evk: enable fsl, ext-reset-output "

pca953x: Probing too early
 2024-08-21 10:55 UTC  (11+ messages)

[PATCH 1/2] clocksource: imx-tpm: fix return -ETIME when delta exceeds INT_MAX
 2024-08-21  7:20 UTC  (4+ messages)

[PATCH v7 0/4] ASoC: grace time for DPCM cleanup
 2024-08-21  2:07 UTC  (4+ messages)
` [PATCH v7 4/4] ASoC: Intel: sof_sdw: use playback/capture_only flags

[PATCH] media: dt-bindings: trivial white-space and example cleanup
 2024-08-21  0:35 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).