The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.17
for you to fetch changes up to 7f511d514e8c34b6dd0c17b5496e48b2a6a2626c:
soc: imx: imx8m-blk-ctrl: add i.MX8MN DISP blk-ctrl (2021-12-17 10:53:20 +0800)
----------------------------------------------------------------
i.MX drivers update for 5.17:
- A number of patches from Adam Ford to update gpcv2 and blk-ctrl driver
to keep i.MX8MM VPU-H1 and i.MX8MN GPUMIX bus clocks active, and add
i.MX8MN display related domain support.
- Add optional continuous burst clock support for imx-weim bus driver.
- Call pm_runtime_put_sync_suspend() instead of pm_runtime_put() in
gpcv2 driver to prevent a sequence issue seen with i.MX8MM GPU and
MIX domain.
----------------------------------------------------------------
Adam Ford (5):
soc: imx: gpcv2: keep i.MX8MM VPU-H1 bus clock active
soc: imx: gpcv2: keep i.MX8MN gpumix bus clock enabled
soc: imx: gpcv2: Add dispmix and mipi domains to imx8mn
dt-bindings: power: imx8mn: add defines for DISP blk-ctrl domains
soc: imx: imx8m-blk-ctrl: add i.MX8MN DISP blk-ctrl
Ivan Bornyakov (1):
bus: imx-weim: optionally enable continuous burst clock
Marek Vasut (1):
soc: imx: gpcv2: Synchronously suspend MIX domains
drivers/bus/imx-weim.c | 18 +++++++-
drivers/soc/imx/gpcv2.c | 29 +++++++++++-
drivers/soc/imx/imx8m-blk-ctrl.c | 77 +++++++++++++++++++++++++++++++-
include/dt-bindings/power/imx8mn-power.h | 5 +++
4 files changed, 125 insertions(+), 4 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-5.17
for you to fetch changes up to b0100bce4ff82ec1ccd3c1f3d339fd2df6a81784:
ARM: imx: rename DEBUG_IMX21_IMX27_UART to DEBUG_IMX27_UART (2021-11-21 16:45:16 +0800)
----------------------------------------------------------------
i.MX SoC update for 5.17:
- A couple of cleanups from Lukas Bulwahn to remove left-over from
i.MX{27,31,35} board file removal, and rename DEBUG_IMX21_IMX27_UART
to DEBUG_IMX27_UART.
----------------------------------------------------------------
Lukas Bulwahn (2):
ARM: imx: remove dead left-over from i.MX{27,31,35} removal
ARM: imx: rename DEBUG_IMX21_IMX27_UART to DEBUG_IMX27_UART
arch/arm/Kconfig.debug | 14 +++++++-------
arch/arm/include/debug/imx-uart.h | 18 +++++++++---------
arch/arm/mach-imx/Kconfig | 12 ------------
arch/arm/mach-imx/Makefile | 2 --
4 files changed, 16 insertions(+), 30 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-5.17
for you to fetch changes up to c720e38f4c2dd1e0b5cf4f7dcf8bb6951cd3856d:
ARM: imx_v6_v7_defconfig: Enable for DHCOM devices required RTC_DRV_RV3029C2 (2021-12-16 14:50:25 +0800)
----------------------------------------------------------------
i.MX defconfig update for 5.17:
- Enable pinctrl and clock drivers for i.MX8 ULP SoC.
- A couple of patches from Adam Ford to enable Camera driver support
for Beacon EmbeddedWorks i.MX8MM development kit.
- Enable drivers for devices found on TQMa8MxML-MBa8Mx board.
- Enable RTC_DRV_RV3029C2 driver support for DHCOM devices.
----------------------------------------------------------------
Adam Ford (2):
arm64: defconfig: Enable VIDEO_IMX_MEDIA
arm64: defconfig: Enable OV5640
Alexander Stein (1):
arm64: defconfig: enable drivers for TQ TQMa8MxML-MBa8Mx
Johann Neuhauser (1):
ARM: imx_v6_v7_defconfig: Enable for DHCOM devices required RTC_DRV_RV3029C2
Peng Fan (1):
arm64: defconfig: enable drivers for booting i.MX8ULP
arch/arm/configs/imx_v6_v7_defconfig | 1 +
arch/arm64/configs/defconfig | 11 +++++++++++
2 files changed, 12 insertions(+)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
On Sat, Dec 18, 2021 at 8:14 AM Shawn Guo [off-list ref] wrote:
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.17
for you to fetch changes up to 7f511d514e8c34b6dd0c17b5496e48b2a6a2626c:
soc: imx: imx8m-blk-ctrl: add i.MX8MN DISP blk-ctrl (2021-12-17 10:53:20 +0800)
----------------------------------------------------------------
i.MX drivers update for 5.17:
- A number of patches from Adam Ford to update gpcv2 and blk-ctrl driver
to keep i.MX8MM VPU-H1 and i.MX8MN GPUMIX bus clocks active, and add
i.MX8MN display related domain support.
- Add optional continuous burst clock support for imx-weim bus driver.
- Call pm_runtime_put_sync_suspend() instead of pm_runtime_put() in
gpcv2 driver to prevent a sequence issue seen with i.MX8MM GPU and
MIX domain.
Thanks, I've pulled all six tags now, but I don't know why there are no
automated emails about them, this seems to happen for some senders
but not others.
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
On Mon, Dec 20, 2021 at 05:28:04PM +0100, Arnd Bergmann wrote:
On Sat, Dec 18, 2021 at 8:14 AM Shawn Guo [off-list ref] wrote:
quoted
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.17
for you to fetch changes up to 7f511d514e8c34b6dd0c17b5496e48b2a6a2626c:
soc: imx: imx8m-blk-ctrl: add i.MX8MN DISP blk-ctrl (2021-12-17 10:53:20 +0800)
----------------------------------------------------------------
i.MX drivers update for 5.17:
- A number of patches from Adam Ford to update gpcv2 and blk-ctrl driver
to keep i.MX8MM VPU-H1 and i.MX8MN GPUMIX bus clocks active, and add
i.MX8MN display related domain support.
- Add optional continuous burst clock support for imx-weim bus driver.
- Call pm_runtime_put_sync_suspend() instead of pm_runtime_put() in
gpcv2 driver to prevent a sequence issue seen with i.MX8MM GPU and
MIX domain.
Thanks, I've pulled all six tags now, but I don't know why there are no
automated emails about them, this seems to happen for some senders
but not others.
I sent the PRs in form of patches (manually editing) with 'git
send-email'. I have been doing this for years, and I used to get
automated emails about merging. Not sure what's changed recently.
Shawn
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
On Tue, Dec 21, 2021 at 7:57 AM Shawn Guo [off-list ref] wrote:
On Mon, Dec 20, 2021 at 05:28:04PM +0100, Arnd Bergmann wrote:
quoted
Thanks, I've pulled all six tags now, but I don't know why there are no
automated emails about them, this seems to happen for some senders
but not others.
I sent the PRs in form of patches (manually editing) with 'git
send-email'. I have been doing this for years, and I used to get
automated emails about merging. Not sure what's changed recently.
I don't think anything changed, there are always a few that fail to get updated
by patchwork, and I've never quite figured out the difference to those that
work.
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel