alistair23-linux/drivers/misc/lis3lv02d
Daniel Mack cbac1a8b89 drivers/misc/lis3lv02d: add generic DT matching code
Adds logic to parse lis3 properties from a device tree node and store them
in a freshly allocated lis3lv02d_platform_data.

Note that the actual match tables are left out here.  This part should
happen in the drivers that bind to the individual busses (SPI/I2C/PCI).

Also adds some DT bindinds documentation.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Cc: Rob Herring <robherring2@gmail.com>
Cc: "AnilKumar, Chimata" <anilkumar@ti.com>
Reviewed-by: Éric Piel <eric.piel@tremplin-utc.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-09-26 14:15:55 -07:00
..
Kconfig
lis3lv02d.c drivers/misc/lis3lv02d: add generic DT matching code 2012-09-26 14:15:55 -07:00
lis3lv02d.h drivers/misc/lis3lv02d: add generic DT matching code 2012-09-26 14:15:55 -07:00
lis3lv02d_i2c.c lis3lv02d: fix some comments specific to lis331dlh driver 2012-09-26 13:24:25 -07:00
lis3lv02d_spi.c MISC: convert drivers/misc/* to use module_spi_driver() 2012-01-24 16:31:49 -08:00
Makefile