[PATCH 0/4] add lsi2c fake bus-enumeration applet
alison at she-devel.com
alison at she-devel.com
Thu Jan 2 07:25:16 UTC 2014
From: Alison Chaiken <alison_chaiken at mentor.com>
Here is a series of four patches that add the lsi2c applet and a stub for lsspi (in progress). The lsi2c patch is tested on an ARM target:
root at mx6q:~# lsi2c
Controller 0 for driver sgtl5000 at address 0x000a.
Controller 1 for driver ov5642 at address 0x003c.
Controller 2 for driver egalax_ts at address 0x0004.
I plan to finish lsspi and proceed to lsamba and lsaxi for ARM. Suggestions and corrections, please!
--
Alison Chaiken
alison at she-devel.com
Alison Chaiken (4):
Add hooks to compile lsi2c and lsspi applets
Defconfig for ARM based on poky template
SPI bus fake enumeration stub
I2C bus fake enumeration applet lsi2c
configs/arm_defconfig | 1040 +++++++++++++++++++++++++++++++++++++++++++++++++
include/applets.src.h | 2 +
util-linux/Config.src | 20 +
util-linux/Kbuild.src | 2 +
util-linux/lsi2c.c | 84 ++++
util-linux/lsspi.c | 36 ++
6 files changed, 1184 insertions(+)
create mode 100644 configs/arm_defconfig
create mode 100644 util-linux/lsi2c.c
create mode 100644 util-linux/lsspi.c
--
1.7.9.5
More information about the busybox
mailing list