From: Alison Chaiken <[email protected]> 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@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 [email protected] 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 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
