All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: linux-omap@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/9] Drop unused PRM and CM defines for omaps
Date: Wed,  6 Oct 2021 12:49:06 +0300	[thread overview]
Message-ID: <20211006094915.15339-1-tony@atomide.com> (raw)

Hi,

We can now drop a bunch of unused defines as we're using drivers/clock/ti
and drivers/soc/ti drivers for clocks and PRM.

Regards,

Tony


Tony Lindgren (9):
  ARM: OMAP2+: Drop unused PRM defines for dra7
  ARM: OMAP2+: Drop unused PRM defines for omap5
  ARM: OMAP2+: Drop unused PRM defines for omap4
  ARM: OMAP2+: Drop unused PRM defines for am4
  ARM: OMAP2+: Drop unused PRM defines for am3
  ARM: OMAP2+: Drop unused CM defines for dra7
  ARM: OMAP2+: Drop unused CM and SCRM defines for omap5
  ARM: OMAP2+: Drop unused CM and SCRM defines for omap4
  ARM: OMAP2+: Drop unused CM defines for am3

 arch/arm/mach-omap2/cm-regbits-44xx.h | 101 -----
 arch/arm/mach-omap2/cm1_44xx.h        | 174 -------
 arch/arm/mach-omap2/cm1_54xx.h        | 168 -------
 arch/arm/mach-omap2/cm1_7xx.h         | 263 -----------
 arch/arm/mach-omap2/cm2_44xx.h        | 386 ----------------
 arch/arm/mach-omap2/cm2_54xx.h        | 325 -------------
 arch/arm/mach-omap2/cm2_7xx.h         | 449 ------------------
 arch/arm/mach-omap2/cm33xx.h          | 280 ------------
 arch/arm/mach-omap2/prcm43xx.h        |  94 ----
 arch/arm/mach-omap2/prm33xx.h         |  40 --
 arch/arm/mach-omap2/prm44xx.h         | 630 --------------------------
 arch/arm/mach-omap2/prm54xx.h         | 358 ---------------
 arch/arm/mach-omap2/prm7xx.h          | 613 -------------------------
 arch/arm/mach-omap2/scrm44xx.h        | 141 ------
 arch/arm/mach-omap2/scrm54xx.h        | 228 ----------
 15 files changed, 4250 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/scrm54xx.h

-- 
2.33.0

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: linux-omap@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/9] Drop unused PRM and CM defines for omaps
Date: Wed,  6 Oct 2021 12:49:06 +0300	[thread overview]
Message-ID: <20211006094915.15339-1-tony@atomide.com> (raw)

Hi,

We can now drop a bunch of unused defines as we're using drivers/clock/ti
and drivers/soc/ti drivers for clocks and PRM.

Regards,

Tony


Tony Lindgren (9):
  ARM: OMAP2+: Drop unused PRM defines for dra7
  ARM: OMAP2+: Drop unused PRM defines for omap5
  ARM: OMAP2+: Drop unused PRM defines for omap4
  ARM: OMAP2+: Drop unused PRM defines for am4
  ARM: OMAP2+: Drop unused PRM defines for am3
  ARM: OMAP2+: Drop unused CM defines for dra7
  ARM: OMAP2+: Drop unused CM and SCRM defines for omap5
  ARM: OMAP2+: Drop unused CM and SCRM defines for omap4
  ARM: OMAP2+: Drop unused CM defines for am3

 arch/arm/mach-omap2/cm-regbits-44xx.h | 101 -----
 arch/arm/mach-omap2/cm1_44xx.h        | 174 -------
 arch/arm/mach-omap2/cm1_54xx.h        | 168 -------
 arch/arm/mach-omap2/cm1_7xx.h         | 263 -----------
 arch/arm/mach-omap2/cm2_44xx.h        | 386 ----------------
 arch/arm/mach-omap2/cm2_54xx.h        | 325 -------------
 arch/arm/mach-omap2/cm2_7xx.h         | 449 ------------------
 arch/arm/mach-omap2/cm33xx.h          | 280 ------------
 arch/arm/mach-omap2/prcm43xx.h        |  94 ----
 arch/arm/mach-omap2/prm33xx.h         |  40 --
 arch/arm/mach-omap2/prm44xx.h         | 630 --------------------------
 arch/arm/mach-omap2/prm54xx.h         | 358 ---------------
 arch/arm/mach-omap2/prm7xx.h          | 613 -------------------------
 arch/arm/mach-omap2/scrm44xx.h        | 141 ------
 arch/arm/mach-omap2/scrm54xx.h        | 228 ----------
 15 files changed, 4250 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/scrm54xx.h

-- 
2.33.0

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2021-10-06  9:49 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-06  9:49 Tony Lindgren [this message]
2021-10-06  9:49 ` [PATCH 0/9] Drop unused PRM and CM defines for omaps Tony Lindgren
2021-10-06  9:49 ` [PATCH 1/9] ARM: OMAP2+: Drop unused PRM defines for dra7 Tony Lindgren
2021-10-06  9:49   ` Tony Lindgren
2021-10-06  9:49 ` [PATCH 2/9] ARM: OMAP2+: Drop unused PRM defines for omap5 Tony Lindgren
2021-10-06  9:49   ` Tony Lindgren
2021-10-06  9:49 ` [PATCH 3/9] ARM: OMAP2+: Drop unused PRM defines for omap4 Tony Lindgren
2021-10-06  9:49   ` Tony Lindgren
2021-10-06  9:49 ` [PATCH 4/9] ARM: OMAP2+: Drop unused PRM defines for am4 Tony Lindgren
2021-10-06  9:49   ` Tony Lindgren
2021-10-06  9:49 ` [PATCH 5/9] ARM: OMAP2+: Drop unused PRM defines for am3 Tony Lindgren
2021-10-06  9:49   ` Tony Lindgren
2021-10-06  9:49 ` [PATCH 6/9] ARM: OMAP2+: Drop unused CM defines for dra7 Tony Lindgren
2021-10-06  9:49   ` Tony Lindgren
2021-10-06  9:49 ` [PATCH 7/9] ARM: OMAP2+: Drop unused CM and SCRM defines for omap5 Tony Lindgren
2021-10-06  9:49   ` Tony Lindgren
2021-10-06  9:49 ` [PATCH 8/9] ARM: OMAP2+: Drop unused CM and SCRM defines for omap4 Tony Lindgren
2021-10-06  9:49   ` Tony Lindgren
2021-10-06  9:49 ` [PATCH 9/9] ARM: OMAP2+: Drop unused CM defines for am3 Tony Lindgren
2021-10-06  9:49   ` Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211006094915.15339-1-tony@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.