All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] DT bindings for the jz4740-rtc driver
@ 2016-10-30 23:02 ` Paul Cercueil
  0 siblings, 0 replies; 58+ messages in thread
From: Paul Cercueil @ 2016-10-30 23:02 UTC (permalink / raw)
  To: rtc-linux, Alessandro Zummo, Alexandre Belloni, Rob Herring,
	Mark Rutland, Ralf Baechle, Maarten ter Huurne,
	Lars-Peter Clausen, devicetree, linux-kernel, linux-mips

This patch set is a v2 of a patchset I sent in March.

The previous patch 5/5 was garbage and has been dropped.
It was garbage, for two reasons:
- It enforced the jz4740-rtc as the system power controller in the
  SoC devicetree file, which introduced policy (maybe the jz4740-based
  boards want to use something else as the system power controller)
- It added the 'system-power-controller' entry not to the jz4740-rtc driver
  node, but to the 'rtc' clock node... I don't know how that slipped in, but
  I apologise for that. I need to raise my QA standards.

For the rest:

1/7: No change

2/7:
- Remove 'interrupt-parent' of the list of required properties
- Add the -msec suffix for the DT entries that represent time

3/7: No change

4/7:
- Get a handle to the 'rtc' clock in the probe function, to handle errors early
- Call clk_prepare_enable() on the 'rtc' clock before calling clk_get_rate()
- Use the -msec suffix for the OF properties that deal with time
- Use of_property_read_32() instead of device_property_read_u32()

5/7, 6/7, 7/7: New patches

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

end of thread, other threads:[~2016-11-04 23:08 UTC | newest]

Thread overview: 58+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-30 23:02 [PATCH v2 0/7] DT bindings for the jz4740-rtc driver Paul Cercueil
2016-10-30 23:02 ` Paul Cercueil
2016-10-30 23:02 ` [rtc-linux] " Paul Cercueil
2016-10-30 23:02 ` [PATCH v2 1/7] rtc: rtc-jz4740: Add support for the RTC in the jz4780 SoC Paul Cercueil
2016-10-30 23:02   ` Paul Cercueil
2016-10-30 23:02   ` [rtc-linux] " Paul Cercueil
2016-10-30 23:02 ` [PATCH v2 2/7] Documentation: dt: Add binding info for jz4740-rtc driver Paul Cercueil
2016-10-30 23:02   ` Paul Cercueil
2016-10-30 23:02   ` [rtc-linux] " Paul Cercueil
2016-10-31  6:39   ` Rob Herring
2016-10-31  6:39     ` Rob Herring
2016-10-31  6:39     ` [rtc-linux] " Rob Herring
2016-10-31  9:48   ` Sergei Shtylyov
2016-10-31  9:48     ` Sergei Shtylyov
2016-10-31  9:48     ` [rtc-linux] " Sergei Shtylyov
2016-10-30 23:02 ` [PATCH v2 3/7] rtc: rtc-jz4740: Add support for devicetree Paul Cercueil
2016-10-30 23:02   ` Paul Cercueil
2016-10-30 23:02   ` [rtc-linux] " Paul Cercueil
2016-10-30 23:02 ` [PATCH v2 4/7] rtc: jz4740_rtc: Add support for acting as the system power controller Paul Cercueil
2016-10-30 23:02   ` Paul Cercueil
2016-10-30 23:02   ` [rtc-linux] " Paul Cercueil
2016-10-30 23:02 ` [PATCH v2 5/7] MIPS: jz4740: DTS: Probe the jz4740-rtc driver from devicetree Paul Cercueil
2016-10-30 23:02   ` Paul Cercueil
2016-10-30 23:02   ` [rtc-linux] " Paul Cercueil
2016-10-31  9:50   ` Sergei Shtylyov
2016-10-31  9:50     ` Sergei Shtylyov
2016-10-31  9:50     ` [rtc-linux] " Sergei Shtylyov
2016-10-30 23:02 ` [PATCH v2 6/7] MIPS: qi_lb60: Probe RTC driver from DT and use it as power controller Paul Cercueil
2016-10-30 23:02   ` Paul Cercueil
2016-10-30 23:02   ` [rtc-linux] " Paul Cercueil
2016-10-30 23:02 ` [PATCH v2 7/7] MIPS: jz4740: Remove obsolete code Paul Cercueil
2016-10-30 23:02   ` Paul Cercueil
2016-10-30 23:02   ` [rtc-linux] " Paul Cercueil
2016-10-31 20:39 ` [PATCH v3 1/7] rtc: rtc-jz4740: Add support for the RTC in the jz4780 SoC Paul Cercueil
2016-10-31 20:39   ` [rtc-linux] " Paul Cercueil
2016-10-31 20:39   ` [PATCH v3 2/7] Documentation: dt: Add binding info for jz4740-rtc driver Paul Cercueil
2016-10-31 20:39     ` Paul Cercueil
2016-10-31 20:39     ` [rtc-linux] " Paul Cercueil
2016-10-31 21:16     ` Rob Herring
2016-10-31 21:16       ` Rob Herring
2016-10-31 21:16       ` [rtc-linux] " Rob Herring
2016-10-31 20:39   ` [PATCH v3 3/7] rtc: rtc-jz4740: Add support for devicetree Paul Cercueil
2016-10-31 20:39     ` Paul Cercueil
2016-10-31 20:39     ` [rtc-linux] " Paul Cercueil
2016-10-31 20:39   ` [PATCH v3 4/7] rtc: jz4740_rtc: Add support for acting as the system power controller Paul Cercueil
2016-10-31 20:39     ` [rtc-linux] " Paul Cercueil
2016-10-31 20:39   ` [PATCH v3 5/7] MIPS: jz4740: DTS: Probe the jz4740-rtc driver from devicetree Paul Cercueil
2016-10-31 20:39     ` Paul Cercueil
2016-10-31 20:39     ` [rtc-linux] " Paul Cercueil
2016-10-31 20:39   ` [PATCH v3 6/7] MIPS: qi_lb60: Probe RTC driver from DT and use it as power controller Paul Cercueil
2016-10-31 20:39     ` Paul Cercueil
2016-10-31 20:39     ` [rtc-linux] " Paul Cercueil
2016-10-31 20:39   ` [PATCH v3 7/7] MIPS: jz4740: Remove obsolete code Paul Cercueil
2016-10-31 20:39     ` Paul Cercueil
2016-10-31 20:39     ` [rtc-linux] " Paul Cercueil
2016-11-04 23:08   ` [PATCH v3 1/7] rtc: rtc-jz4740: Add support for the RTC in the jz4780 SoC Alexandre Belloni
2016-11-04 23:08     ` Alexandre Belloni
2016-11-04 23:08     ` [rtc-linux] " Alexandre Belloni

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.