mbox series

[GIT,PULL] Clean-up for omaps for v6.5

Message ID pull-1685946511-835910@atomide.com
State New
Headers show
Series [GIT,PULL] Clean-up for omaps for v6.5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.5/cleanup-signed

Message

Tony Lindgren June 5, 2023, 6:28 a.m. UTC
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(-)