mbox series

[-next,0/2] of: introduce of_address_count() helper

Message ID 20220930090845.503815-1-yangyingliang@huawei.com
Headers show
Series of: introduce of_address_count() helper | expand

Message

Yang Yingliang Sept. 30, 2022, 9:08 a.m. UTC
Introduce of_address_count() helper to count the IO resources, so
some drivers can use it instead of open-coding.

E.g. irq-orion and tegra194-cbb.

Yang Yingliang (2):
  of/address: introduce of_address_count() helper
  of/platform: use of_address_count() helper

 drivers/of/address.c       | 11 +++++++++++
 drivers/of/platform.c      |  5 ++---
 include/linux/of_address.h |  7 +++++++
 3 files changed, 20 insertions(+), 3 deletions(-)