mbox series

[0/3] Enable eQEP counter driver on BeagleBone Blue

Message ID 20201012211229.3282128-1-david@lechnology.com
Headers show
Series Enable eQEP counter driver on BeagleBone Blue | expand

Message

David Lechner Oct. 12, 2020, 9:12 p.m. UTC
This series adds device tree nodes for the eQEP portion of the PWMSS on AM33xx
and enables it on BeagleBone Blue.

I actually submitted these a year ago, but it looks like these patches never got
applied with the actual eQEP driver when it was merged.

For reference, there was some previous discussion about the clocks in "ARM: dts:
am33xx: Add nodes for eQEP". [1]

[1]: https://lore.kernel.org/linux-omap/20190723145100.GS5447@atomide.com/

I have also included a new patch to enable the eQEP driver in the defconfig.


David Lechner (3):
  ARM: dts: am33xx: Add nodes for eQEP
  ARM: dts: am335x-boneblue: Enable eQEP
  ARM: omap2plus_defconfig: Enable TI eQEP counter driver

 arch/arm/boot/dts/am335x-boneblue.dts | 54 +++++++++++++++++++++++++++
 arch/arm/boot/dts/am33xx-l4.dtsi      | 27 ++++++++++++++
 arch/arm/configs/omap2plus_defconfig  |  2 +
 3 files changed, 83 insertions(+)

Comments

Tony Lindgren Nov. 16, 2020, 11:36 a.m. UTC | #1
* David Lechner <david@lechnology.com> [201013 00:13]:
> This series adds device tree nodes for the eQEP portion of the PWMSS on AM33xx

> and enables it on BeagleBone Blue.

> 

> I actually submitted these a year ago, but it looks like these patches never got

> applied with the actual eQEP driver when it was merged.


Sorry if I dropped these earlier, I guess I though you're reposting the
series and untagged them.

> For reference, there was some previous discussion about the clocks in "ARM: dts:

> am33xx: Add nodes for eQEP". [1]

> 

> [1]: https://lore.kernel.org/linux-omap/20190723145100.GS5447@atomide.com/

> 

> I have also included a new patch to enable the eQEP driver in the defconfig.


Great, thanks applying these into omap-for-v5.11/dt and defconfig branches.

Regards,

Tony
David Lechner Nov. 16, 2020, 2:27 p.m. UTC | #2
On 11/16/20 5:36 AM, Tony Lindgren wrote:
> * David Lechner <david@lechnology.com> [201013 00:13]:
>> This series adds device tree nodes for the eQEP portion of the PWMSS on AM33xx
>> and enables it on BeagleBone Blue.
>>
>> I actually submitted these a year ago, but it looks like these patches never got
>> applied with the actual eQEP driver when it was merged.
> 
> Sorry if I dropped these earlier, I guess I though you're reposting the
> series and untagged them.

No worries, I forgot about them too. :-)

> 
>> For reference, there was some previous discussion about the clocks in "ARM: dts:
>> am33xx: Add nodes for eQEP". [1]
>>
>> [1]: https://lore.kernel.org/linux-omap/20190723145100.GS5447@atomide.com/
>>
>> I have also included a new patch to enable the eQEP driver in the defconfig.
> 
> Great, thanks applying these into omap-for-v5.11/dt and defconfig branches.
> 
> Regards,
> 
> Tony
>