| 0c75c9d8 | 28-Mar-2007 |
Stefan Roese <sr@denx.de> |
i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
The "old" i2c commands (iprobe, imd...) are now compiled in again, even when the i2c command tree is enabled via the CONFIG_I2
i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
The "old" i2c commands (iprobe, imd...) are now compiled in again, even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE config option.
Signed-off-by: Stefan Roese <sr@denx.de>
show more ...
|
| 3a8ce9af | 20-Feb-2007 |
Grant Likely <grant.likely@secretlab.ca> |
[PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
The code in this file is not a command; it is a device driver. Put it in the correct place. There are zero functional changes in this patch
[PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
The code in this file is not a command; it is a device driver. Put it in the correct place. There are zero functional changes in this patch, it only moves the file.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
show more ...
|
| 984618f3 | 20-Feb-2007 |
Grant Likely <grant.likely@secretlab.ca> |
[PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
This patch is in preparation of additional changes to the sysace driver. May as well take this opportunity to fixup the inconsistent
[PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
This patch is in preparation of additional changes to the sysace driver. May as well take this opportunity to fixup the inconsistent whitespace since this file is about to undergo major changes anyway.
There are zero functional changes in this patch. It only cleans up the the whitespace.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
show more ...
|