V4L/DVB: saa7134: add capture boards Hawell HW-404M7 and HW-808M7
Adds new capture boards Hawell HW-404M7 and HW-808M7. Those cards have 4
or 8 SAA7130 chips and for the work it only needs initialize registers.
The value of those registers were dumped under Windows using flytest.
But board haven't EEPROM.
For the first chip:
 SAA7130 (0x7130, SubVenID:1131, SubDevID:0000, Rev: 01)
 I2C slave devices found:
 No devices
 GPIO pins:
 Mode : 0x00389C00
 Value: 0x00016C00
 Video input: 3
 Audio input: Analog Line1
For other chips:
 SAA7130 (0x7130, SubVenID:1131, SubDevID:0000, Rev: 01)
 I2C slave devices found:
 No devices
 GPIO pins:
 Mode : 0x00389200
 Value: 0x00010000
 Video input: 3
 Audio input: Analog Line1
Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>