mchehab: syoung: b-rad: still trying to figure out the basic steps a media driver should carry out at init... This one driver does 1) dvb_register_adapter() 2) dvb_dmx_init() 3) dvb_dmxdev_init() 4) demux.dmx.add_frontend() 5) demux.dmx.connect_frontend() 6) I2C setup 7) dvb_register_frontend() are there helpers/wrappers to take care of some of that init work? Any good reference? other than reading the source code (which is what I'm doing right now)