From: Purna Chandra Mandal <purna.mandal@microchip.com>
To: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org,
Joshua Henderson <digitalpeer@digitalpeer.com>,
Purna Chandra Mandal <purna.mandal@microchip.com>,
devicetree@vger.kernel.org,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@codeaurora.org>,
linux-clk@vger.kernel.org, Kumar Gala <galak@codeaurora.org>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Rob Herring <robh+dt@kernel.org>,
Joshua Henderson <joshua.henderson@microchip.com>,
Pawel Moll <pawel.moll@arm.com>,
Sandeep Sheriker <sandeepsheriker.mallikarjun@microchip.com>,
Ralf Baechle <ralf@linux-mips.org>,
Mark Rutland <mark.rutland@arm.com>
Subject: [PATCH v10 0/3] PIC32MZDA Clock Driver
Date: Wed, 23 Mar 2016 16:36:45 +0530 [thread overview]
Message-ID: <1458731208-25333-1-git-send-email-purna.mandal@microchip.com> (raw)
Clock bindings got acked and then essentially unacked, while the clock
driver never made it upstream. In the meantime, the initial DTS file
made it upstream. This latest patch series includes a patch to go back
and correct the DTS files to reflect the new clock bindings in this
patch series.
Purna Chandra Mandal (3):
dt/bindings: Add PIC32 clock binding documentation
clk: microchip: Add PIC32 clock driver
MIPS: dts: pic32: Update dts to reflect new PIC32MZDA clk binding
.../devicetree/bindings/clock/microchip,pic32.txt | 39 +
arch/mips/boot/dts/pic32/pic32mzda-clk.dtsi | 236 -----
arch/mips/boot/dts/pic32/pic32mzda.dtsi | 63 +-
arch/mips/boot/dts/pic32/pic32mzda_sk.dts | 5 +-
drivers/clk/Kconfig | 3 +
drivers/clk/Makefile | 1 +
drivers/clk/microchip/Makefile | 2 +
drivers/clk/microchip/clk-core.c | 954 +++++++++++++++++++++
drivers/clk/microchip/clk-core.h | 78 ++
drivers/clk/microchip/clk-pic32mzda.c | 240 ++++++
include/dt-bindings/clock/microchip,pic32-clock.h | 42 +
11 files changed, 1404 insertions(+), 259 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/microchip,pic32.txt
delete mode 100644 arch/mips/boot/dts/pic32/pic32mzda-clk.dtsi
create mode 100644 drivers/clk/microchip/Makefile
create mode 100644 drivers/clk/microchip/clk-core.c
create mode 100644 drivers/clk/microchip/clk-core.h
create mode 100644 drivers/clk/microchip/clk-pic32mzda.c
create mode 100644 include/dt-bindings/clock/microchip,pic32-clock.h
--
1.8.3.1
next reply other threads:[~2016-03-23 11:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-23 11:06 Purna Chandra Mandal [this message]
2016-03-23 11:06 ` [PATCH v10 1/3] dt/bindings: Add PIC32 clock binding documentation Purna Chandra Mandal
2016-03-23 11:06 ` [PATCH v10 3/3] MIPS: dts: pic32: Update dts to reflect new PIC32MZDA clk binding Purna Chandra Mandal
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=1458731208-25333-1-git-send-email-purna.mandal@microchip.com \
--to=purna.mandal@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=digitalpeer@digitalpeer.com \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=joshua.henderson@microchip.com \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=mark.rutland@arm.com \
--cc=mturquette@baylibre.com \
--cc=pawel.moll@arm.com \
--cc=ralf@linux-mips.org \
--cc=robh+dt@kernel.org \
--cc=sandeepsheriker.mallikarjun@microchip.com \
--cc=sboyd@codeaurora.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).