Message ID | pull-1685946511-835910@atomide.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 54cb981c299696228d586d30ebc6db34bb6179ac |
Headers | show |
Series | [GIT,PULL] Clean-up for omaps for v6.5 | expand |
Hello: This pull request was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Mon, 5 Jun 2023 09:28:53 +0300 you wrote: > From: "Tony Lindgren" <tony@atomide.com> > > The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: > > Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) > > are available in the Git repository at: > > [...] Here is the summary with links: - [GIT,PULL] Clean-up for omaps for v6.5 https://git.kernel.org/soc/soc/c/54cb981c2996 You are awesome, thank you!
From: "Tony Lindgren" <tony@atomide.com> The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.5/cleanup-signed for you to fetch changes up to 937e87229ea04e94c4f1a2f3f5ae9d2c56989acd: ARM: omap2: Fix checkpatch issues (2023-06-02 12:33:48 +0300) ---------------------------------------------------------------- Clean-up for omaps for v6.5 Two patches for checkpatch warnings, and one change to use pr_err instead of printk. ---------------------------------------------------------------- Franziska Naepelt (2): ARM: omap: Fix checkpatch issues ARM: omap2: Fix checkpatch issues Prathu Baronia (1): arm: omap1: replace printk() with pr_err macro arch/arm/mach-omap1/pm.c | 2 +- arch/arm/mach-omap1/sram-init.c | 2 +- arch/arm/mach-omap2/omap-wakeupgen.c | 1 + arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 11 +++++------ arch/arm/mach-omap2/omap_phy_internal.c | 12 ++++++------ arch/arm/mach-omap2/sdrc2xxx.c | 2 -- arch/arm/mach-omap2/sram.c | 4 ++-- arch/arm/mach-omap2/ti81xx-restart.c | 3 ++- 8 files changed, 18 insertions(+), 19 deletions(-)