[PATCH 1/2] i2c-s3c2410: Convert to devm_kzalloc()

2011-12-05 Thread Mark Brown
Saves remembering to call kfree(). There's some kfree()s used by the resource still, these will be removed in 3.3 using the newly added devm_request_and_ioremap(). Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com --- drivers/i2c/busses/i2c-s3c2410.c |4 +--- 1 files changed, 1

[PATCH 2/2] i2c-s3c2410: Add stub runtime power management

2011-12-05 Thread Mark Brown
Add stub runtime_pm calls which go through the flow of enabling and disabling but don't actually do anything with the device itself as there's nothing useful we can do. This provides the core PM framework with information about when the device is idle, enabling chip wide power savings.

Re: [PATCH] i2c multiplexer driver for Proliant microserver N36L

2011-12-05 Thread Eddi De Pieri
Hello, I tried in rewriting the driver... but I can't understand the right way... since sb800 is a southbus, the mux driver must be defined as i2c_device, platform_device, or pci_device? I tried using i2c_device structure, but I can't make sb800 to match the id_Table.. I tried usign pci_device

Re: Still problems wit egt20 i2c driver

2011-12-05 Thread Tomoya MORINAGA
Hi Ben, 2011/11/24 Tomoya MORINAGA tomoya.r...@gmail.com: Hi Ben It seems the following patches are not reviewed yet. [PATCH] i2c-eg20t: modified the setting of transfer rate (Mon, 26 Sep 2011 16:16:23 +0900) [PATCH 1/2] i2c-eg20t: Support new device LAPIS Semiconductor ML7831 IOH (Fri, 28