mbox

[GIT,PULL] ARM: mediatek: soc updates for v4.2

Message ID CABuKBe+y5Em77WbKUu3YHAuwdc7n_ybLe-Eii8G1H-EQ0xZrRg@mail.gmail.com
State New
Headers show

Pull-request

https://github.com/mbgg/linux-mediatek.git tags/v4.1-next-soc

Message

Matthias Brugger May 27, 2015, 3:09 p.m. UTC
Hi Arnd and Olof,

Please take the following changes into account.

Thanks,
Matthias

---

The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:

  Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)

are available in the git repository at:

  https://github.com/mbgg/linux-mediatek.git tags/v4.1-next-soc

for you to fetch changes up to 2a910d139e405f1038c0f2ea7f9ac45acc84cce9:

  soc: mediatek: Add compile dependency to pmic-wrapper (2015-05-27
16:27:05 +0200)

----------------------------------------------------------------
- pmic wrapper: fix clock handling
- pmic wrapper: fix state machine
- pmic wrapper: fix compile dependency

----------------------------------------------------------------
Matthias Brugger (1):
      soc: mediatek: Add compile dependency to pmic-wrapper

Sascha Hauer (2):
      soc: mediatek: PMIC wrap: Fix clock rate handling
      soc: mediatek: PMIC wrap: Fix register state machine handling

 drivers/soc/mediatek/Kconfig         |  1 +
 drivers/soc/mediatek/mtk-pmic-wrap.c | 54 ++++++------------------------------
 2 files changed, 10 insertions(+), 45 deletions(-)

Comments

Arnd Bergmann May 29, 2015, 12:56 p.m. UTC | #1
On Wednesday 27 May 2015 17:09:43 Matthias Brugger wrote:
> - pmic wrapper: fix clock handling
> - pmic wrapper: fix state machine
> - pmic wrapper: fix compile dependency
> 

Merged into next/drivers now.

It looks like these are all bug fixes, and I wonder if they
should be merged for 4.1 and possibly backports instead.
Can you clarify?

	Arnd
Matthias Brugger May 29, 2015, 4:20 p.m. UTC | #2
Hi Arnd,

2015-05-29 14:56 GMT+02:00 Arnd Bergmann <arnd@arndb.de>:
> On Wednesday 27 May 2015 17:09:43 Matthias Brugger wrote:
>> - pmic wrapper: fix clock handling
>> - pmic wrapper: fix state machine
>> - pmic wrapper: fix compile dependency
>>
>
> Merged into next/drivers now.
>
> It looks like these are all bug fixes, and I wonder if they
> should be merged for 4.1 and possibly backports instead.
> Can you clarify?

Yes, they should be merged for 4.1.
I forgot about that.
Sorry.

Matthias
Arnd Bergmann June 1, 2015, 3:03 p.m. UTC | #3
On Friday 29 May 2015 18:20:36 Matthias Brugger wrote:
> Hi Arnd,
> 
> 2015-05-29 14:56 GMT+02:00 Arnd Bergmann <arnd@arndb.de>:
> > On Wednesday 27 May 2015 17:09:43 Matthias Brugger wrote:
> >> - pmic wrapper: fix clock handling
> >> - pmic wrapper: fix state machine
> >> - pmic wrapper: fix compile dependency
> >>
> >
> > Merged into next/drivers now.
> >
> > It looks like these are all bug fixes, and I wonder if they
> > should be merged for 4.1 and possibly backports instead.
> > Can you clarify?
> 
> Yes, they should be merged for 4.1.
> I forgot about that.
> Sorry.

Ok, pulled into fixes now.

	Arnd