Re: [PATCH 4/6] rtc: pm8xxx: add support for devicetree

2014-03-06 Thread Lee Jones
> Add support for describing the PM8921/PM8058 RTC in device tree. > > Additionally: >- drop support for describing the RTC using platform data, > as there are no current in tree users who do so. >- make allow_set_time a device-specific flag, instead of mucking > with the

Re: [PATCH 4/6] rtc: pm8xxx: add support for devicetree

2014-03-06 Thread Lee Jones
Add support for describing the PM8921/PM8058 RTC in device tree. Additionally: - drop support for describing the RTC using platform data, as there are no current in tree users who do so. - make allow_set_time a device-specific flag, instead of mucking with the rtc_ops

Re: [PATCH 4/6] rtc: pm8xxx: add support for devicetree

2014-03-05 Thread Stephen Boyd
On 03/05/14 11:29, Josh Cartwright wrote: > Add support for describing the PM8921/PM8058 RTC in device tree. > > Additionally: >- drop support for describing the RTC using platform data, > as there are no current in tree users who do so. >- make allow_set_time a device-specific flag,

[PATCH 4/6] rtc: pm8xxx: add support for devicetree

2014-03-05 Thread Josh Cartwright
Add support for describing the PM8921/PM8058 RTC in device tree. Additionally: - drop support for describing the RTC using platform data, as there are no current in tree users who do so. - make allow_set_time a device-specific flag, instead of mucking with the rtc_ops

[PATCH 4/6] rtc: pm8xxx: add support for devicetree

2014-03-05 Thread Josh Cartwright
Add support for describing the PM8921/PM8058 RTC in device tree. Additionally: - drop support for describing the RTC using platform data, as there are no current in tree users who do so. - make allow_set_time a device-specific flag, instead of mucking with the rtc_ops

Re: [PATCH 4/6] rtc: pm8xxx: add support for devicetree

2014-03-05 Thread Stephen Boyd
On 03/05/14 11:29, Josh Cartwright wrote: Add support for describing the PM8921/PM8058 RTC in device tree. Additionally: - drop support for describing the RTC using platform data, as there are no current in tree users who do so. - make allow_set_time a device-specific flag,