From: Alex Gershgorin <hidden> Date: 2012-03-28 14:09:29
This patch fixes the compilation errors after the patches
from series mc13xxx-add-I2C-support-V4 were applied.
Signed-off-by: Alex Gershgorin <redacted>
---
drivers/mfd/Kconfig | 2 ++
drivers/mfd/mc13xxx-core.c | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
This looks like it should be submitted properly as a bug fix for
inclusion on 3.4 or squashed into whatever change introduces the issue
if it's not present in 3.4.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120328/161ab84e/attachment.sig>
This looks like it should be submitted properly as a bug fix for
inclusion on 3.4 or squashed into whatever change introduces the issue
if it's not present in 3.4.
From: Alex Gershgorin <hidden> Date: 2012-03-28 17:39:25
You ask me about another solution?
quoted
I'm saying either I'm missing something or this needs to be fixed in the
patches that introduce the regmap usage.
You understood correctly, it took me time to understand :-)
No problem I can split this patch:
quoted
+ select REGMAP_I2C if I2C
+ select REGMAP_SPI if SPI_MASTER
It will go to v4 mfd: mc13xxx-core: use regmap for register access,
Only the second part will be in this patch
- struct device_node *np = mc13xxx->dev.of_node;
+ struct device_node *np = mc13xxx->dev->of_node;
From: Marc Reilly <hidden> Date: 2012-03-28 21:43:55
Hi,
As Mark Brown already said, these changes should be squashed into a new
version of the patches.
On Thursday, March 29, 2012 01:01:13 AM Alex Gershgorin wrote:
quoted hunk
This patch fixes the compilation errors after the patches
from series mc13xxx-add-I2C-support-V4 were applied.
Signed-off-by: Alex Gershgorin <redacted>
---
drivers/mfd/Kconfig | 2 ++
drivers/mfd/mc13xxx-core.c | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
Good catch! This can be fixed up in 4/4
@Alex, you seen keen to do this, so I'll leave it to you :)
Otherwise, I'm happy to do it, just let me know.
Cheers,
Marc