From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/2] omap clean-up for v4.4
Date: Wed, 14 Oct 2015 14:38:58 -0700 [thread overview]
Message-ID: <pull-1444855886-636599> (raw)
The following changes since commit 049e6dde7e57f0054fdc49102e7ef4830c698b46:
Linux 4.3-rc4 (2015-10-04 16:57:17 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.4/cleanup-pt1
for you to fetch changes up to d42f265a5d7a352d40fa2911666cd5236bc3ccaf:
ARM: OMAP3: clock: remove un-used core dpll re-program code (2015-10-14 12:35:27 -0700)
----------------------------------------------------------------
Clean-up for omaps for v4.4 merge window:
- Remove legacy omap3 ISP code as the driver is DT only
- Remove VoiceBlue board support as it's been unused over
10 years now
- Remove unused polarity control macros for TWL
- Remove two unneeded semicolons
- Remove unused core dpll code for reprogramming the rates
Note that this branch is against v4.3-rc4 as that contains critical
MMC related fixes to boot with MMC working on most omaps.
----------------------------------------------------------------
Javier Martinez Canillas (2):
ARM: OMAP3: vc: Remove unused macros
ARM: OMAP2+: Remove unneeded semicolons
Ladislav Michl (1):
ARM: OMAP1: Remove board support for VoiceBlue board
Laurent Pinchart (1):
ARM: OMAP2+: Remove legacy OMAP3 ISP instantiation
Tero Kristo (1):
ARM: OMAP3: clock: remove un-used core dpll re-program code
arch/arm/mach-omap1/Kconfig | 7 -
arch/arm/mach-omap1/Makefile | 1 -
arch/arm/mach-omap1/board-voiceblue.c | 296 ------------------
arch/arm/mach-omap1/include/mach/board-voiceblue.h | 19 --
arch/arm/mach-omap2/Makefile | 3 -
arch/arm/mach-omap2/clkt34xx_dpll3m2.c | 122 --------
arch/arm/mach-omap2/devices.c | 53 ----
arch/arm/mach-omap2/devices.h | 19 --
arch/arm/mach-omap2/pm44xx.c | 2 +-
arch/arm/mach-omap2/powerdomains3xxx_data.c | 2 +-
arch/arm/mach-omap2/sram.c | 25 --
arch/arm/mach-omap2/sram.h | 14 -
arch/arm/mach-omap2/sram34xx.S | 346 ---------------------
arch/arm/mach-omap2/vc.c | 4 -
14 files changed, 2 insertions(+), 911 deletions(-)
delete mode 100644 arch/arm/mach-omap1/board-voiceblue.c
delete mode 100644 arch/arm/mach-omap1/include/mach/board-voiceblue.h
delete mode 100644 arch/arm/mach-omap2/clkt34xx_dpll3m2.c
delete mode 100644 arch/arm/mach-omap2/devices.h
delete mode 100644 arch/arm/mach-omap2/sram34xx.S
next reply other threads:[~2015-10-14 21:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-14 21:38 Tony Lindgren [this message]
2015-10-14 21:38 ` [GIT PULL 2/2] omap device tree changes for v4.4 Tony Lindgren
2015-10-14 21:38 ` Tony Lindgren
-- strict thread matches above, loose matches on Subject: below --
2015-10-14 21:38 [GIT PULL 1/2] omap clean-up " 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=pull-1444855886-636599 \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.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.