[PATCH 1/1] dvbdev: add dvb_register_subdev() & dvb_unregister_subdev()

2014-10-06 Thread Буди Романто, AreMa Inc
/tm6000/tm6000.h drivers/media/usb/usbvision/usbvision-i2c.c drivers/media/usb/usbvision/usbvision-video.c drivers/media/usb/usbvision/usbvision.h Signed-off-by: Буди Романто, AreMa Inc --- drivers/media/dvb-core/dvbdev.c | 24 drivers/media/dvb-core/dvbdev.h | 3 +++ 2

[PATCH 1/1] Kconfig: cosmetics, as Mauro suggested

2014-10-05 Thread Буди Романто, AreMa Inc
PT3 is wrongly categorized, fix it Signed-off-by: Буди Романто, AreMa Inc --- drivers/media/dvb-frontends/Kconfig | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig index 5a13454..6c75418 100644

[PATCH 1/1] Kconfig: cosmetic improvement

2014-10-05 Thread Буди Романто, AreMa Inc
PT1 & PT3 are wrongly categorized, fix it Add comment that PT3 needs FE & tuners This patch can be applied immediately Signed-off-by: Буди Романто, AreMa Inc --- drivers/media/dvb-frontends/Kconfig | 4 ++-- drivers/media/pci/pt3/Kconfig | 2 +- 2 files changed, 3 insertio

Re: [PATCH 02/11] tc90522 is a client

2014-10-05 Thread AreMa Inc.
del. >I very much prefer if you could agree one with another around >a series of patches that would improve the driver without causing >regressions. As you said, this is doable but very painful. -Bud 2014-10-05 22:20 GMT+09:00 Mauro Carvalho Chehab : > Em Sun, 05 Oct 2014 21:39:

Re: [PATCH] pt3 (pci, tc90522, mxl301rf, qm1d1c0042): pt3_unregister_subdev(), pt3_unregister_subdev(), cleanups...

2014-10-05 Thread AreMa Inc.
river is simpler/slimmer and yet, stable. And, it conforms the rules of DVB core. Or, do you have the card with you? -Bud 2014-10-05 21:29 GMT+09:00 Mauro Carvalho Chehab : > Hi Bud, > > Em Sun, 05 Oct 2014 18:36:54 +0900 > "AreMa Inc." escreveu: > >> Dear Antti,

Re: [PATCH 02/11] tc90522 is a client

2014-10-05 Thread AreMa Inc.
b : > Em Sun, 05 Oct 2014 17:59:38 +0900 > "Буди Романто, AreMa Inc" escreveu: > >> tc90522 is an I2C client functioning as a frontend >> thus, it is enough to return the FE pointer. >> >> Signed-off-by: Буди Роман

Re: [PATCH] pt3 (pci, tc90522, mxl301rf, qm1d1c0042): pt3_unregister_subdev(), pt3_unregister_subdev(), cleanups...

2014-10-05 Thread AreMa Inc.
ries proof of facts follow. Thanks again for your appreciation. Bud @ AreMa Inc. official contacts: +81 50 5552 1666 i...@are.ma 2014-10-04 16:16 GMT+09:00 AreMa Inc. : > Hi Mauro, > > The biggest reason is that, the submitted driver, also published at > https://github.com/knight-rider/pt

[PATCH 02/11] tc90522 is a client

2014-10-05 Thread Буди Романто, AreMa Inc
tc90522 is an I2C client functioning as a frontend thus, it is enough to return the FE pointer. Signed-off-by: Буди Романто, AreMa Inc --- drivers/media/dvb-frontends/tc90522.h | 41 --- 1 file changed, 14 insertions(+), 27 deletions(-) diff --git a/drivers

[PATCH 07/11] mxl301rf: namespace cleanup

2014-10-05 Thread Буди Романто, AreMa Inc
minimize export Signed-off-by: Буди Романто, AreMa Inc --- drivers/media/tuners/mxl301rf.h | 23 ++- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/drivers/media/tuners/mxl301rf.h b/drivers/media/tuners/mxl301rf.h index 19e6840..a5334e7 100644 --- a/drivers

[PATCH 00/11] pt3: pci, tc90522, mxl301rf, qm1d1c0042

2014-10-05 Thread Буди Романто, AreMa Inc
*** PT3 stable driver *** Clean Package: Please pull from https://github.com/knight-rider/ptx/tree/master/pt3_dvb Буди Романто, AreMa Inc (11): tc90522: better chip description tc90522 is a client tc90522: use hardware algorithm & correct CNR pt3: add comment pt3: merge

[PATCH 09/11] mxl301rf: namespace cleanup & remodelling

2014-10-05 Thread Буди Романто, AreMa Inc
- minimize exports - use client->dev.platform_data to point frontend - use real address for I2C - no freq limits in FE, it is non sense. move here... - try to treat invalid frequency as channel number Signed-off-by: Буди Романто, AreMa Inc --- drivers/media/tuners/mxl301rf.c |

[PATCH 04/11] pt3: add comment

2014-10-05 Thread Буди Романто, AreMa Inc
PT3 needs frontend & tuners to run properly Signed-off-by: Буди Романто, AreMa Inc --- drivers/media/pci/pt3/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/pci/pt3/Kconfig b/drivers/media/pci/pt3/Kconfig index 16c208a..f7b7210 100644 --- a/dri

[PATCH 03/11] tc90522: use hardware algorithm & correct CNR

2014-10-05 Thread Буди Романто, AreMa Inc
divs. Signed-off-by: Буди Романто, AreMa Inc --- drivers/media/dvb-frontends/tc90522.c | 1146 - 1 file changed, 427 insertions(+), 719 deletions(-) diff --git a/drivers/media/dvb-frontends/tc90522.c b/drivers/media/dvb-frontends/tc90522.c index d9905fb..cf19cfb 1

[PATCH 05/11] pt3: merge I2C & DMA handlers

2014-10-05 Thread Буди Романто, AreMa Inc
I2C & DMA handlers are merged into single file. Signed-off-by: Буди Романто, AreMa Inc --- drivers/media/pci/pt3/Makefile | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/media/pci/pt3/Makefile b/drivers/media/pci/pt3/Makefile index 396f146..56ebc9b 10

[PATCH 10/11] qm1d1c0042: namespace cleanup & remodelling

2014-10-05 Thread Буди Романто, AreMa Inc
- minimize exports - use client->dev.platform_data to point frontend - use real address for I2C - no freq limits in FE, it is non sense. move here... - try to treat invalid frequency as channel number Signed-off-by: Буди Романто, AreMa Inc --- drivers/media/tuners/qm1d1c0042.c |

[PATCH 08/11] qm1d1c0042: namespace cleanup

2014-10-05 Thread Буди Романто, AreMa Inc
minimize export Signed-off-by: Буди Романто, AreMa Inc --- drivers/media/tuners/qm1d1c0042.h | 34 ++ 1 file changed, 10 insertions(+), 24 deletions(-) diff --git a/drivers/media/tuners/qm1d1c0042.h b/drivers/media/tuners/qm1d1c0042.h index 4f5c188..65bca43

[PATCH 11/11] pt3: merge I2C & DMA handlers

2014-10-05 Thread Буди Романто, AreMa Inc
struct i2c_client *pt3_register_subdev(struct i2c_adapter *adap, struct i2c_board_info const *info) and void pt3_unregister_subdev(struct i2c_client *clt) -> should be merged into standard functions? Signed-off-by: Буди Романто, AreMa Inc --- drivers/media/pci/pt3/pt3

[PATCH 06/11] pt3: namespace cleanup

2014-10-05 Thread Буди Романто, AreMa Inc
nothing to export Signed-off-by: Буди Романто, AreMa Inc --- drivers/media/pci/pt3/pt3.h | 183 +++- 1 file changed, 10 insertions(+), 173 deletions(-) diff --git a/drivers/media/pci/pt3/pt3.h b/drivers/media/pci/pt3/pt3.h index 1b3f2ad..13a0c8c 100644

[PATCH 01/11] tc90522: better chip description

2014-10-05 Thread Буди Романто, AreMa Inc
tc90522 has both satellite & terrestrial demodulators, thus change the category description Signed-off-by: Буди Романто, AreMa Inc --- drivers/media/dvb-frontends/Kconfig | 4 ++-- drivers/media/dvb-frontends/Makefile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --g

Re: [PATCH] pt3 (pci, tc90522, mxl301rf, qm1d1c0042): pt3_unregister_subdev(), pt3_unregister_subdev(), cleanups...

2014-10-04 Thread AreMa Inc.
14:45:19 +0900 > "AreMa Inc." escreveu: > >> Mauro & Antti >> >> Please drop & replace Tsukada's PT3 patches. > > It doesn't work like that. We don't simply drop a driver and replace by > some other one. > > The way most open

Re: [PATCH] pt3 (pci, tc90522, mxl301rf, qm1d1c0042): pt3_unregister_subdev(), pt3_unregister_subdev(), cleanups...

2014-10-02 Thread AreMa Inc.
Mauro & Antti Please drop & replace Tsukada's PT3 patches. There are too many weird & violating codes in it. Thanks -Bud 2014-10-03 13:54 GMT+09:00 Antti Palosaari : > On 10/02/2014 09:49 PM, Буди Романто, AreMa Inc wrote: >> >> DVB driver for Eart

[PATCH] pt3 (pci, tc90522, mxl301rf, qm1d1c0042): pt3_unregister_subdev(), pt3_unregister_subdev(), cleanups...

2014-10-02 Thread Буди Романто, AreMa Inc
github.com/knight-rider/ptx/tree/master/pt3_dvb Signed-off-by: Буди Романто, AreMa Inc --- drivers/media/dvb-frontends/Kconfig |6 +- drivers/media/dvb-frontends/Makefile |1 + drivers/media/dvb-frontends/tc90522.c | 1145 - drivers/media/dvb-frontends

[PATCH] pt3 (PCI, tc90522, mxl301rf, qm1d1c0042): pt3_unregister_subdev(), pt3_unregister_subdev(),...

2014-10-01 Thread Буди Романто, AreMa Inc
ble as standalone, DKMS or tree embedded module - installation: $ chmod +x dkms.install dkms.uninstall $ ./dkms.install Signed-off-by: Буди Романто, AreMa Inc --- drivers/media/dvb-frontends/Kconfig |6 +- drivers/media/dvb-frontends/Makefile |1 + drivers/media/dvb-fr

[PATCH] PT3 ISDB-S/T driver (PCI, tc90522, mxl301rf, qm1d1c0042)

2014-09-25 Thread Буди Романто, AreMa Inc
stomized FPGA PCI bridge Full package: - URL: https://github.com/knight-rider/ptx/tree/master/pt3_dvb Signed-off-by: Буди Романто, AreMa Inc --- drivers/media/dvb-frontends/Kconfig | 11 +- drivers/media/dvb-frontends/Makefile | 2 + drivers/media/dvb-frontends/tc90522

[PATCH] Earthsoft PT3 ISDB-S/T driver (demodulator: tc90522)

2014-09-10 Thread Буди Романто, AreMa Inc
standalone, DKMS or tree embedded module - installation: $ chmod +x dkms.install dkms.uninstall $ ./dkms.install Changes since last release: - cleanups (removed unused/useless features, simple is the best) - removed .ops.write hacks Signed-off-by: Буди Романто, AreMa Inc

[PATCH] Earthsoft PT3 ISDB-S/T driver (PCI bridge: FPGA, I2C, DMA handlers)

2014-09-10 Thread Буди Романто, AreMa Inc
standalone, DKMS or tree embedded module - installation: $ chmod +x dkms.install dkms.uninstall $ ./dkms.install Changes since last release: - cleanups (removed unused/useless features, simple is the best) - removed .ops.write hacks Signed-off-by: Буди Романто, AreMa Inc

[PATCH] Earthsoft PT3 ISDB-S/T driver (tuners: mxl301rf, qm1d1c0042)

2014-09-10 Thread Буди Романто, AreMa Inc
standalone, DKMS or tree embedded module - installation: $ chmod +x dkms.install dkms.uninstall $ ./dkms.install Changes since last release: - cleanups (removed unused/useless features, simple is the best) - removed .ops.write hacks Signed-off-by: Буди Романто, AreMa Inc

[PATCH] Earthsoft PT3 ISDB-S/T driver (PCI bridge: FPGA, I2C, DMA handlers)

2014-09-10 Thread Буди Романто, AreMa Inc
standalone, DKMS or tree embedded module - installation: $ chmod +x dkms.install dkms.uninstall $ ./dkms.install Changes since last release: - cleanups (removed unused/useless features, simple is the best) - removed .ops.write hacks Signed-off-by: Буди Романто, AreMa Inc

[PATCH] Earthsoft PT3 ISDB-S/T driver (PCI, tc90522, mxl301rf, qm1d1c0042)

2014-09-10 Thread Буди Романто, AreMa Inc
$ ./dkms.install Changes since last release: - cleanups (removed unused/useless features, simple is the best) - removed .ops.write hacks Signed-off-by: Буди Романто, AreMa Inc --- drivers/media/dvb-frontends/Kconfig | 18 +- drivers/media/dvb-frontends/Makefile | 3 +- drivers/media/dvb-frontends

[PATCH] PT3 (tc90522, mxl301rf, qm1d1c0042) ISDB-S/T driver package

2014-09-06 Thread Буди Романто, AreMa Inc
ering adapter 2 frontend 0 (TC90522 ISDB-T)... May 21 05:38:18 puma kernel: i2c i2c-7: #3 tc90522_wakeup T May 21 05:38:19 puma kernel: i2c i2c-7: #3 tc90522_sleep T May 21 05:38:19 puma kernel: pt3_dvb :03:00.0: DVB: registering adapter 3 frontend 0 (TC90522 ISDB-T)... Signed-off-by:

[PATCH] PT3 (tc90522, mxl301rf, qm1d1c0042) ISDB-S/T driver package

2014-09-05 Thread Буди Романто, AreMa Inc
ay 21 05:38:18 puma kernel: i2c i2c-7: #3 tc90522_wakeup T May 21 05:38:19 puma kernel: i2c i2c-7: #3 tc90522_sleep T May 21 05:38:19 puma kernel: pt3_dvb :03:00.0: DVB: registering adapter 3 frontend 0 (TC90522 ISDB-T)... Signed-off-by: Буди Романто, AreMa Inc --- drivers/media/dvb