[PATCH openbmc] linux-ombc: Fixes for i2c bus & device drivers
OpenBMC Patches
patches at stwcx.xyz
Thu Nov 5 03:32:21 AEDT 2015
From: Jeremy Kerr <jk at ozlabs.org>
We have an update for the kernel, containing fixes for the i2c subsystem.
This includes a defconfig update.
Signed-off-by: Jeremy Kerr <jk at ozlabs.org>
---
.../meta-ast2400/recipes-kernel/linux/linux-obmc/defconfig | 5 ++---
meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.2.bb | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes-kernel/linux/linux-obmc/defconfig b/meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes-kernel/linux/linux-obmc/defconfig
index 64abc65..5899b6c 100644
--- a/meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes-kernel/linux/linux-obmc/defconfig
+++ b/meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes-kernel/linux/linux-obmc/defconfig
@@ -65,6 +65,7 @@ CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=4
CONFIG_BLK_DEV_RAM_SIZE=8192
CONFIG_ASPEED_BT_IPMI_HOST=y
+CONFIG_EEPROM_AT24=y
CONFIG_EEPROM_93CX6=y
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
@@ -125,12 +126,10 @@ CONFIG_HW_RANDOM=y
CONFIG_I2C=y
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_SLAVE_EEPROM=y
-CONFIG_I2C_DEBUG_CORE=y
-CONFIG_I2C_DEBUG_ALGO=y
-CONFIG_I2C_DEBUG_BUS=y
CONFIG_SPI=y
CONFIG_DEBUG_PINCTRL=y
CONFIG_GPIO_ASPEED=y
+CONFIG_SENSORS_TMP421=y
CONFIG_WATCHDOG=y
CONFIG_ASPEED_24xx_WATCHDOG=y
CONFIG_SSB=y
diff --git a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.2.bb b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.2.bb
index 3284fda..1d8106d 100644
--- a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.2.bb
+++ b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.2.bb
@@ -10,7 +10,7 @@ SRC_URI = "git://github.com/openbmc/linux;protocol=git;branch=${KBRANCH}"
LINUX_VERSION ?= "4.2"
LINUX_VERSION_EXTENSION ?= "-${SRCREV}"
-SRCREV="openbmc-20151102-1"
+SRCREV="openbmc-20151104-1"
PV = "${LINUX_VERSION}+git${SRCPV}"
--
2.6.0
More information about the openbmc
mailing list