From: Mark Brown <broonie@kernel.org>
To: Tony Xie <tony.xie@rock-chips.com>
Cc: heiko@sntech.de, lee.jones@linaro.org, robh+dt@kernel.org,
mark.rutland@arm.com, a.zummo@towertech.it,
alexandre.belloni@bootlin.com, sboyd@kernel.org,
linux-clk@vger.kernel.org, linux-rtc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, chenjh@rock-chips.com,
xsf@rock-chips.com, zhangqing@rock-chips.com,
huangtao@rock-chips.com
Subject: Re: [PATCH v6 1/6] regmap: add a new macro:REGMAP_IRQ_REG_LINE(_id, _reg_bits)
Date: Wed, 14 Nov 2018 14:22:15 -0800 [thread overview]
Message-ID: <20181114222215.GD2089@sirena.org.uk> (raw)
In-Reply-To: <1540894081-31270-2-git-send-email-tony.xie@rock-chips.com>
[-- Attachment #1: Type: text/plain, Size: 979 bytes --]
On Tue, Oct 30, 2018 at 06:07:56PM +0800, Tony Xie wrote:
> if there are lots of irqs for a device and the register addresses for these
> irqs is continuous, we can use this macro to initialize regmap_irq value.
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-irq-line
for you to fetch changes up to 43fac3238c1d9363b2a93d8d56c2be0c29c64e6c:
regmap: add a new macro:REGMAP_IRQ_REG_LINE(_id, _reg_bits) (2018-11-14 14:20:45 -0800)
----------------------------------------------------------------
regmap: Add an IRQ_LINE macro to help defining regmap-irq tables
----------------------------------------------------------------
Tony Xie (1):
regmap: add a new macro:REGMAP_IRQ_REG_LINE(_id, _reg_bits)
include/linux/regmap.h | 6 ++++++
1 file changed, 6 insertions(+)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: Tony Xie <tony.xie@rock-chips.com>
Cc: mark.rutland@arm.com, a.zummo@towertech.it,
alexandre.belloni@bootlin.com, huangtao@rock-chips.com,
heiko@sntech.de, devicetree@vger.kernel.org, sboyd@kernel.org,
zhangqing@rock-chips.com, linux-kernel@vger.kernel.org,
xsf@rock-chips.com, linux-rockchip@lists.infradead.org,
robh+dt@kernel.org, chenjh@rock-chips.com, lee.jones@linaro.org,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rtc@vger.kernel.org
Subject: Re: [PATCH v6 1/6] regmap: add a new macro:REGMAP_IRQ_REG_LINE(_id, _reg_bits)
Date: Wed, 14 Nov 2018 14:22:15 -0800 [thread overview]
Message-ID: <20181114222215.GD2089@sirena.org.uk> (raw)
In-Reply-To: <1540894081-31270-2-git-send-email-tony.xie@rock-chips.com>
[-- Attachment #1.1: Type: text/plain, Size: 979 bytes --]
On Tue, Oct 30, 2018 at 06:07:56PM +0800, Tony Xie wrote:
> if there are lots of irqs for a device and the register addresses for these
> irqs is continuous, we can use this macro to initialize regmap_irq value.
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-irq-line
for you to fetch changes up to 43fac3238c1d9363b2a93d8d56c2be0c29c64e6c:
regmap: add a new macro:REGMAP_IRQ_REG_LINE(_id, _reg_bits) (2018-11-14 14:20:45 -0800)
----------------------------------------------------------------
regmap: Add an IRQ_LINE macro to help defining regmap-irq tables
----------------------------------------------------------------
Tony Xie (1):
regmap: add a new macro:REGMAP_IRQ_REG_LINE(_id, _reg_bits)
include/linux/regmap.h | 6 ++++++
1 file changed, 6 insertions(+)
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: broonie@kernel.org (Mark Brown)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 1/6] regmap: add a new macro:REGMAP_IRQ_REG_LINE(_id, _reg_bits)
Date: Wed, 14 Nov 2018 14:22:15 -0800 [thread overview]
Message-ID: <20181114222215.GD2089@sirena.org.uk> (raw)
In-Reply-To: <1540894081-31270-2-git-send-email-tony.xie@rock-chips.com>
On Tue, Oct 30, 2018 at 06:07:56PM +0800, Tony Xie wrote:
> if there are lots of irqs for a device and the register addresses for these
> irqs is continuous, we can use this macro to initialize regmap_irq value.
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-irq-line
for you to fetch changes up to 43fac3238c1d9363b2a93d8d56c2be0c29c64e6c:
regmap: add a new macro:REGMAP_IRQ_REG_LINE(_id, _reg_bits) (2018-11-14 14:20:45 -0800)
----------------------------------------------------------------
regmap: Add an IRQ_LINE macro to help defining regmap-irq tables
----------------------------------------------------------------
Tony Xie (1):
regmap: add a new macro:REGMAP_IRQ_REG_LINE(_id, _reg_bits)
include/linux/regmap.h | 6 ++++++
1 file changed, 6 insertions(+)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20181114/347728f7/attachment.sig>
next prev parent reply other threads:[~2018-11-14 22:50 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-30 10:07 [PATCH v6 0/6] support a new type of PMIC,including two chips(rk817 and rk809) Tony Xie
2018-10-30 10:07 ` [PATCH v6 0/6] support a new type of PMIC, including " Tony Xie
2018-10-30 10:07 ` [PATCH v6 1/6] regmap: add a new macro:REGMAP_IRQ_REG_LINE(_id, _reg_bits) Tony Xie
2018-10-30 10:07 ` Tony Xie
2018-11-14 22:22 ` Mark Brown [this message]
2018-11-14 22:22 ` Mark Brown
2018-11-14 22:22 ` Mark Brown
2018-10-30 10:07 ` [PATCH v6 2/6] mfd: rk808: Add RK817 and RK809 support Tony Xie
2018-10-30 10:07 ` Tony Xie
2018-11-13 7:26 ` Lee Jones
2018-11-13 7:26 ` Lee Jones
2018-10-30 10:07 ` [PATCH v6 3/6] regulator: rk808: add RK809 and RK817 support Tony Xie
2018-10-30 10:07 ` Tony Xie
2018-10-30 10:07 ` [PATCH v6 4/6] dt-bindings: mfd: rk808: Add binding information for RK809 and RK817 Tony Xie
2018-10-30 10:07 ` Tony Xie
2018-10-30 10:16 ` [PATCH v6 5/6] rtc: rk808: add RK809 and RK817 support Tony Xie
2018-10-30 10:16 ` Tony Xie
2018-10-30 10:17 ` [PATCH v6 6/6] clk: RK808: " Tony Xie
2018-10-30 10:17 ` Tony Xie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181114222215.GD2089@sirena.org.uk \
--to=broonie@kernel.org \
--cc=a.zummo@towertech.it \
--cc=alexandre.belloni@bootlin.com \
--cc=chenjh@rock-chips.com \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=huangtao@rock-chips.com \
--cc=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=linux-rtc@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=sboyd@kernel.org \
--cc=tony.xie@rock-chips.com \
--cc=xsf@rock-chips.com \
--cc=zhangqing@rock-chips.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.