All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v10 0/3] PIC32MZDA Clock Driver
@ 2016-03-23 11:06 ` Purna Chandra Mandal
  0 siblings, 0 replies; 10+ messages in thread
From: Purna Chandra Mandal @ 2016-03-23 11:06 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-mips, Joshua Henderson, Purna Chandra Mandal, devicetree,
	Michael Turquette, Stephen Boyd, linux-clk, Kumar Gala,
	Ian Campbell, Rob Herring, Joshua Henderson, Pawel Moll,
	Sandeep Sheriker, Ralf Baechle, Mark Rutland

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-05-09 12:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-23 11:06 [PATCH v10 0/3] PIC32MZDA Clock Driver Purna Chandra Mandal
2016-03-23 11:06 ` Purna Chandra Mandal
2016-03-23 11:06 ` [PATCH v10 1/3] dt/bindings: Add PIC32 clock binding documentation Purna Chandra Mandal
2016-03-23 11:06   ` Purna Chandra Mandal
2016-03-23 11:06 ` [PATCH v10 2/3] clk: microchip: Add PIC32 clock driver Purna Chandra Mandal
2016-03-23 11:06   ` Purna Chandra Mandal
2016-05-07  0:10   ` Stephen Boyd
2016-05-09 12:30     ` 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
2016-03-23 11:06   ` Purna Chandra Mandal

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.