[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160106123911.2fff44b3@canb.auug.org.au>
Date: Wed, 6 Jan 2016 12:39:11 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: "Rafael J. Wysocki" <rjw@...ysocki.net>,
Wolfram Sang <wsa@...-dreams.de>
Cc: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
Suravee Suthikulpanit <Suravee.Suthikulpanit@....com>,
Loc Ho <lho@....com>
Subject: linux-next: manual merge of the pm tree with the i2c tree
Hi Rafael,
Today's linux-next merge of the pm tree got a conflict in:
drivers/i2c/busses/i2c-designware-platdrv.c
between commit:
90708ce22b48 ("i2c: designware: Add support for AMD Seattle I2C")
from the i2c tree and commit:
a90410e8ae3f ("i2c: dw: Add APM X-Gene ACPI I2C device support")
from the pm tree.
I fixed it up (see below) and can carry the fix as necessary (no action
is required).
--
Cheers,
Stephen Rothwell sfr@...b.auug.org.au
diff --cc drivers/i2c/busses/i2c-designware-platdrv.c
index 4f86d0795f7f,bf72ae740fc1..000000000000
--- a/drivers/i2c/busses/i2c-designware-platdrv.c
+++ b/drivers/i2c/busses/i2c-designware-platdrv.c
@@@ -122,7 -123,7 +123,8 @@@ static const struct acpi_device_id dw_i
{ "80860F41", 0 },
{ "808622C1", 0 },
{ "AMD0010", ACCESS_INTR_MASK },
+ { "AMDI0510", 0 },
+ { "APMC0D0F", 0 },
{ }
};
MODULE_DEVICE_TABLE(acpi, dw_i2c_acpi_match);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists