Re: [RFC PATCH] mn88472: reduce firmware download chunk size

2015-02-19 Thread Antti Palosaari
On 02/19/2015 08:42 PM, Antti Seppälä wrote: On 19 February 2015 at 18:14, Antti Palosaari wrote: On 02/19/2015 06:01 PM, Antti Seppälä wrote: On 19 February 2015 at 17:38, Antti Palosaari wrote: On 02/19/2015 12:21 PM, Antti Seppälä wrote: On 19 February 2015 at 11:43, Benjamin Larsso

Re: [RFC PATCH] mn88472: reduce firmware download chunk size

2015-02-19 Thread Antti Seppälä
On 19 February 2015 at 18:14, Antti Palosaari wrote: > On 02/19/2015 06:01 PM, Antti Seppälä wrote: >> >> On 19 February 2015 at 17:38, Antti Palosaari wrote: >>> >>> On 02/19/2015 12:21 PM, Antti Seppälä wrote: On 19 February 2015 at 11:43, Benjamin Larsson wrote: > > >>>

Re: [RFC PATCH] mn88472: reduce firmware download chunk size

2015-02-19 Thread Antti Palosaari
On 02/19/2015 06:25 PM, Steven Toth wrote: I tried loading the driver with polling disabled and it fails completely: [ 5526.693563] mn88472 7-0018: downloading firmware from file 'dvb-demod-mn88472-02.fw' [ 5527.032209] mn88472 7-0018: firmware download failed=-32 [ 5527.033864] rtl2832 7-0010

Re: [RFC PATCH] mn88472: reduce firmware download chunk size

2015-02-19 Thread Steven Toth
>> I tried loading the driver with polling disabled and it fails completely: >> >> [ 5526.693563] mn88472 7-0018: downloading firmware from file >> 'dvb-demod-mn88472-02.fw' >> [ 5527.032209] mn88472 7-0018: firmware download failed=-32 >> [ 5527.033864] rtl2832 7-0010: i2c reg write failed -32 >>

Re: [RFC PATCH] mn88472: reduce firmware download chunk size

2015-02-19 Thread Antti Palosaari
On 02/19/2015 06:01 PM, Antti Seppälä wrote: On 19 February 2015 at 17:38, Antti Palosaari wrote: On 02/19/2015 12:21 PM, Antti Seppälä wrote: On 19 February 2015 at 11:43, Benjamin Larsson wrote: On 2015-02-19 10:13, Antti Seppälä wrote: It seems that currently the firmware download on

Re: [RFC PATCH] mn88472: reduce firmware download chunk size

2015-02-19 Thread Antti Seppälä
On 19 February 2015 at 17:38, Antti Palosaari wrote: > > > On 02/19/2015 12:21 PM, Antti Seppälä wrote: >> >> On 19 February 2015 at 11:43, Benjamin Larsson >> wrote: >>> >>> On 2015-02-19 10:13, Antti Seppälä wrote: It seems that currently the firmware download on the mn88472 is >

Re: [RFC PATCH] mn88472: reduce firmware download chunk size

2015-02-19 Thread Antti Palosaari
On 02/19/2015 12:21 PM, Antti Seppälä wrote: On 19 February 2015 at 11:43, Benjamin Larsson wrote: On 2015-02-19 10:13, Antti Seppälä wrote: It seems that currently the firmware download on the mn88472 is somehow wrong for my Astrometa HD-901T2. Reducing the download chunk size (mn88472_co

Re: [RFC PATCH] mn88472: reduce firmware download chunk size

2015-02-19 Thread Benjamin Larsson
On 2015-02-19 11:21, Antti Seppälä wrote: On 19 February 2015 at 11:43, Benjamin Larsson wrote: On 2015-02-19 10:13, Antti Seppälä wrote: It seems that currently the firmware download on the mn88472 is somehow wrong for my Astrometa HD-901T2. Reducing the download chunk size (mn88472_config.

Re: [RFC PATCH] mn88472: reduce firmware download chunk size

2015-02-19 Thread Antti Seppälä
On 19 February 2015 at 11:43, Benjamin Larsson wrote: > On 2015-02-19 10:13, Antti Seppälä wrote: >> >> It seems that currently the firmware download on the mn88472 is >> somehow wrong for my Astrometa HD-901T2. >> >> Reducing the download chunk size (mn88472_config.i2c_wr_max) to 2 >> makes the f

Re: [RFC PATCH] mn88472: reduce firmware download chunk size

2015-02-19 Thread Benjamin Larsson
On 2015-02-19 10:13, Antti Seppälä wrote: It seems that currently the firmware download on the mn88472 is somehow wrong for my Astrometa HD-901T2. Reducing the download chunk size (mn88472_config.i2c_wr_max) to 2 makes the firmware download consistently succeed. Hi, try adding the workaround

[RFC PATCH] mn88472: reduce firmware download chunk size

2015-02-19 Thread Antti Seppälä
It seems that currently the firmware download on the mn88472 is somehow wrong for my Astrometa HD-901T2. Reducing the download chunk size (mn88472_config.i2c_wr_max) to 2 makes the firmware download consistently succeed. Any larger value causes the download to always fail: [7.671482] mn8847