Re: [GIT PULL for 2.6.33] V4L/DVB updates

2009-12-10 Thread Mauro Carvalho Chehab
David T. L. Wong wrote:
 Ingo Molnar wrote:
 Hi,

 FYI, there's a new build failure on 32-bit x86 caused by the new
 max2165 tuner driver:

 drivers/built-in.o: In function `max2165_set_params':
 max2165.c:(.text+0x486293): undefined reference to `__floatunsidf'
 max2165.c:(.text+0x4862bc): undefined reference to `__floatunsidf'
 max2165.c:(.text+0x4862c5): undefined reference to `__adddf3'
 max2165.c:(.text+0x4862cf): undefined reference to `__fixunsdfsi'

 Ingo
 
 
 A patch is already submitted to v4l mailing list:
 http://patchwork.kernel.org/patch/64538/

Hmm... Douglas put this patch on his tree, but didn't submit me a pull
request yet.

I'll merge it right now and make it available for -git push soon.

Mauro.
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [GIT PULL for 2.6.33] V4L/DVB updates

2009-12-09 Thread Ingo Molnar

Hi,

FYI, there's a new build failure on 32-bit x86 caused by the new max2165 
tuner driver:

drivers/built-in.o: In function `max2165_set_params':
max2165.c:(.text+0x486293): undefined reference to `__floatunsidf'
max2165.c:(.text+0x4862bc): undefined reference to `__floatunsidf'
max2165.c:(.text+0x4862c5): undefined reference to `__adddf3'
max2165.c:(.text+0x4862cf): undefined reference to `__fixunsdfsi'

Ingo
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [GIT PULL for 2.6.33] V4L/DVB updates

2009-12-09 Thread David T. L. Wong

Ingo Molnar wrote:

Hi,

FYI, there's a new build failure on 32-bit x86 caused by the new max2165 
tuner driver:


drivers/built-in.o: In function `max2165_set_params':
max2165.c:(.text+0x486293): undefined reference to `__floatunsidf'
max2165.c:(.text+0x4862bc): undefined reference to `__floatunsidf'
max2165.c:(.text+0x4862c5): undefined reference to `__adddf3'
max2165.c:(.text+0x4862cf): undefined reference to `__fixunsdfsi'

Ingo



A patch is already submitted to v4l mailing list:
http://patchwork.kernel.org/patch/64538/

David
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [GIT PULL for 2.6.33] V4L/DVB updates

2009-12-09 Thread Ingo Molnar

* David T. L. Wong davidtlw...@gmail.com wrote:

 Ingo Molnar wrote:
 Hi,
 
 FYI, there's a new build failure on 32-bit x86 caused by the new
 max2165 tuner driver:
 
 drivers/built-in.o: In function `max2165_set_params':
 max2165.c:(.text+0x486293): undefined reference to `__floatunsidf'
 max2165.c:(.text+0x4862bc): undefined reference to `__floatunsidf'
 max2165.c:(.text+0x4862c5): undefined reference to `__adddf3'
 max2165.c:(.text+0x4862cf): undefined reference to `__fixunsdfsi'
 
  Ingo
 
 
 A patch is already submitted to v4l mailing list:
 http://patchwork.kernel.org/patch/64538/

That patch you posted a week ago solves the build problem, thanks.

Ingo
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[GIT PULL for 2.6.33] V4L/DVB updates

2009-12-08 Thread Mauro Carvalho Chehab
Linus,

Please pull from:
ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 
for_linus

For a series of345 patches that contain:
- new tuner driver for max2165;
- new dvb-usb driver for ec168;
- new frontend drivers for atbm8830, ds3000, ec100, stb6100,
- new radio driver for tef6862;
- new gspca drivers for pac7302, stv0680 and w996Xcf;
- new sensor drivers for ov9640 and rj54n1cb0c;
- IR core improvements to dynamically work with scancode/keycode tables;
- DVB docbook improvements to document ISDB-T and S2API;
- lots of drivers fixes, improvements and cleanups.


Cheers,
Mauro.

---

 Documentation/DocBook/dvb/dvbapi.xml   |   13 +
 .../DocBook/dvb/{isdbt.xml = dvbproperty.xml} |4 +
 Documentation/DocBook/dvb/frontend.h.xml   |  415 ++
 Documentation/DocBook/dvb/frontend.xml |  185 +-
 Documentation/DocBook/media-entities.tmpl  |3 +-
 Documentation/DocBook/v4l/controls.xml |   20 +-
 Documentation/DocBook/v4l/pixfmt.xml   |5 +
 Documentation/DocBook/v4l/videodev2.h.xml  |7 +-
 Documentation/DocBook/v4l/vidioc-g-fbuf.xml|   17 +
 Documentation/video4linux/CARDLIST.cx23885 |2 +
 Documentation/video4linux/CARDLIST.cx88|1 +
 Documentation/video4linux/CARDLIST.em28xx  |3 +-
 Documentation/video4linux/CARDLIST.saa7134 |2 +
 Documentation/video4linux/gspca.txt|   19 +-
 Documentation/video4linux/si4713.txt   |2 +-
 Documentation/video4linux/zr364xx.txt  |1 +
 drivers/media/common/Makefile  |2 +-
 drivers/media/common/ir-functions.c|   71 +-
 drivers/media/common/ir-keymaps.c  |  167 +
 drivers/media/common/ir-keytable.c |  429 ++
 drivers/media/common/saa7146_video.c   |   16 +-
 drivers/media/common/tuners/Kconfig|7 +
 drivers/media/common/tuners/Makefile   |1 +
 drivers/media/common/tuners/max2165.c  |  442 ++
 drivers/media/common/tuners/max2165.h  |   48 +
 drivers/media/common/tuners/max2165_priv.h |   60 +
 drivers/media/common/tuners/mxl5005s.c |5 +-
 drivers/media/common/tuners/mxl5005s.h |4 +
 drivers/media/common/tuners/mxl5007t.c |2 +-
 drivers/media/common/tuners/tda18271-common.c  |   16 +-
 drivers/media/common/tuners/tda18271-fe.c  |  114 +-
 drivers/media/common/tuners/tda18271-maps.c|1 +
 drivers/media/common/tuners/tda18271-priv.h|   47 +-
 drivers/media/common/tuners/tda18271.h |   12 +-
 drivers/media/common/tuners/tda8290.c  |1 +
 drivers/media/common/tuners/tda9887.c  |2 +-
 drivers/media/common/tuners/xc5000.c   |   97 +-
 drivers/media/common/tuners/xc5000.h   |6 +
 drivers/media/dvb/bt8xx/dvb-bt8xx.c|2 +-
 drivers/media/dvb/dm1105/dm1105.c  |   12 +-
 drivers/media/dvb/dvb-core/dvb_demux.c |   39 +
 drivers/media/dvb/dvb-core/dvb_demux.h |5 +
 drivers/media/dvb/dvb-core/dvb_frontend.c  |  179 +-
 drivers/media/dvb/dvb-core/dvbdev.h|   28 +
 drivers/media/dvb/dvb-usb/Kconfig  |8 +
 drivers/media/dvb/dvb-usb/Makefile |3 +
 drivers/media/dvb/dvb-usb/af9015.c |   33 +-
 drivers/media/dvb/dvb-usb/af9015.h |  215 +-
 drivers/media/dvb/dvb-usb/cxusb.c  |  117 +
 drivers/media/dvb/dvb-usb/dib0700_devices.c|  182 +-
 drivers/media/dvb/dvb-usb/dvb-usb-dvb.c|1 +
 drivers/media/dvb/dvb-usb/dvb-usb-ids.h|   11 +
 drivers/media/dvb/dvb-usb/dvb-usb.h|3 +
 drivers/media/dvb/dvb-usb/ec168.c  |  440 ++
 drivers/media/dvb/dvb-usb/ec168.h  |   73 +
 drivers/media/dvb/dvb-usb/friio-fe.c   |   59 +-
 drivers/media/dvb/firewire/Kconfig |7 +-
 drivers/media/dvb/firewire/Makefile|1 +
 drivers/media/dvb/firewire/firedtv-1394.c  |   41 +-
 drivers/media/dvb/firewire/firedtv-avc.c   |   54 +-
 drivers/media/dvb/firewire/firedtv-dvb.c   |   15 +-
 drivers/media/dvb/firewire/firedtv-fw.c|  376 ++
 drivers/media/dvb/firewire/firedtv-rc.c|2 +
 drivers/media/dvb/firewire/firedtv.h   |   19 +-
 drivers/media/dvb/frontends/Kconfig|   21 +
 drivers/media/dvb/frontends/Makefile   |3 +
 drivers/media/dvb/frontends/atbm8830.c |  495 ++
 drivers/media/dvb/frontends/atbm8830.h |   76 +
 drivers/media/dvb/frontends/atbm8830_priv.h|   75 +
 drivers/media/dvb/frontends/au8522_decoder.c   |   22