On Thu, Nov 26, 2009 at 10:17:44AM +0530, pavan savoy wrote:

> problem is where do I submit these sort of drivers ? which touch upon
> TTY sub-system, BlueZ for Bluetooth, V4L2 radio for FM and a simple
> character device driver (with read/write/poll fops) for GPS.

The usual approach is to have a core driver in drivers/mfd which
coordinates all the access to the device between the subsystem specific
elements.  Submit the individual bits to the relevant subsystems as
normal.

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to