[Gta04-owner] Kernel 3.7 extensions
Dr. H. Nikolaus Schaller
hns at goldelico.com
Mon Jan 28 10:29:50 CET 2013
Hi Neil,
I am working to add many nice features the hw-validation kernel already
has (like tv-out, missing sensors, camera, pvr, display panel support for 3704,
7004 device variants and some minor things required mostly for hardware
tests) to the 3.7 kernel.
One piece of code isn't clear to me:
#ifdef CONFIG_TOUCHSCREEN_TSC2007
tsc2007_boardinfo.irq = gpio_to_irq(TS_PENIRQ_GPIO);
i2c_register_board_info(2, &tsc2007_boardinfo, 1);
#endif
#ifdef CONFIG_BMP085
i2c_register_board_info(2, &bmp085_boardinfo, 1);
#endif
omap_register_i2c_bus(2, 400, gta04_i2c2_boardinfo,
ARRAY_SIZE(gta04_i2c2_boardinfo));
Was there a specific reason to register those two devices
separately and not simply have them listed in gta04_i2c2_boardinfo[]?
Nikolaus
More information about the Gta04-owner
mailing list