mbox series

[reset-next,0/2] reset: brcmstb: Misc fixes

Message ID 20190123003345.13750-1-f.fainelli@gmail.com (mailing list archive)
Headers show
Series reset: brcmstb: Misc fixes | expand

Message

Florian Fainelli Jan. 23, 2019, 12:33 a.m. UTC
Hi Philipp,

These two patches fix some recent issues brought up by Paul and Randy,
feel free to squash into c196cdc7659d ("reset: Add Broadcom STB SW_INIT
reset controller driver") since this is only in reset/next and
linux-next so far.

Thank you!

Florian Fainelli (2):
  reset: brcmstb: Make it tristate
  reset: brcmstb: Fix 32-bit build with 64-bit resource_size_t

 drivers/reset/Kconfig         | 3 ++-
 drivers/reset/reset-brcmstb.c | 6 ++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

Comments

Philipp Zabel Jan. 23, 2019, 9:41 a.m. UTC | #1
On Tue, 2019-01-22 at 16:33 -0800, Florian Fainelli wrote:
> Hi Philipp,
> 
> These two patches fix some recent issues brought up by Paul and Randy,
> feel free to squash into c196cdc7659d ("reset: Add Broadcom STB SW_INIT
> reset controller driver") since this is only in reset/next and
> linux-next so far.

If you want this squashed, feel free to submit an updated version of the
original patches and I'll replace them. That way I don't have to decide
how to stitch (or drop) the commit messages.

thanks
Philipp
Florian Fainelli Jan. 23, 2019, 10:56 p.m. UTC | #2
On 1/23/19 1:41 AM, Philipp Zabel wrote:
> On Tue, 2019-01-22 at 16:33 -0800, Florian Fainelli wrote:
>> Hi Philipp,
>>
>> These two patches fix some recent issues brought up by Paul and Randy,
>> feel free to squash into c196cdc7659d ("reset: Add Broadcom STB SW_INIT
>> reset controller driver") since this is only in reset/next and
>> linux-next so far.
> 
> If you want this squashed, feel free to submit an updated version of the
> original patches and I'll replace them. That way I don't have to decide
> how to stitch (or drop) the commit messages.

Thanks, I sent you a replacement version for the second patch only, hope
that is alright.