Kernel Panics when trying to use at25 eeprom driver

2011-10-27 Thread Wayne Tams
Hello, I'm hoping someone maybe able to help me fix my problem, before I do something silly ;-) I have been developing a system based on the Freescale i.MX53 SoC and the 2.6.35 kernel, as part of the project I need to write a custom kernel driver that will use the SPI interface. In an effort to

[PATCH 1/2] spi-topcliff-pch: Support new device LAPIS Semiconductor ML7831 IOH

2011-10-27 Thread Tomoya MORINAGA
ML7831 is companion chip for Intel Atom E6xx series. Signed-off-by: Tomoya MORINAGA tomoya-li...@dsn.lapis-semi.com --- drivers/spi/Kconfig|6 +++--- drivers/spi/spi-topcliff-pch.c |5 - 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/drivers/spi/Kconfig

[PATCH 2/2] spi-topcliff-pch: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor

2011-10-27 Thread Tomoya MORINAGA
On October 1 in 2011, OKI SEMICONDUCTOR Co., Ltd. changed the company name in to LAPIS Semiconductor Co., Ltd. Signed-off-by: Tomoya MORINAGA tomoya-li...@dsn.lapis-semi.com --- drivers/spi/spi-topcliff-pch.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git