Re: [PATCH V2] regulator: fixed: update to devm_* API

2014-01-28 Thread Manish Badarkhe
Hi Heiko Thank you for your reply. On Tue, Jan 28, 2014 at 1:08 PM, Heiko Stübner he...@sntech.de wrote: On Tuesday, 28. January 2014 12:46:01 Manish Badarkhe wrote: Hi Dmitry, Thank you for your review. On Tue, Jan 28, 2014 at 12:03 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote:

Re: [BISECTED] OMAP: DSS: clk rate mismatch

2014-01-28 Thread Tomi Valkeinen
On 2014-01-28 09:50, Tomi Valkeinen wrote: On 2014-01-27 19:30, Ivaylo Dimitrov wrote: Hi Tomi, linux-next-20140124 DSS is broken on N900 - display stays black (there is some noise though). I booted the kernel with qemu and it gives the following warning: [0.623779] DSS: set fck to

Re: [PATCH V2] regulator: fixed: update to devm_* API

2014-01-28 Thread Heiko Stübner
On Tuesday, 28. January 2014 14:16:39 Manish Badarkhe wrote: Hi Heiko Thank you for your reply. On Tue, Jan 28, 2014 at 1:08 PM, Heiko Stübner he...@sntech.de wrote: On Tuesday, 28. January 2014 12:46:01 Manish Badarkhe wrote: Hi Dmitry, Thank you for your review. On Tue, Jan

Re: [PATCH V2] regulator: fixed: update to devm_* API

2014-01-28 Thread Manish Badarkhe
On Tue, Jan 28, 2014 at 2:25 PM, Heiko Stübner he...@sntech.de wrote: On Tuesday, 28. January 2014 14:16:39 Manish Badarkhe wrote: Hi Heiko Thank you for your reply. On Tue, Jan 28, 2014 at 1:08 PM, Heiko Stübner he...@sntech.de wrote: On Tuesday, 28. January 2014 12:46:01 Manish Badarkhe

Re: [BISECTED] OMAP: DSS: clk rate mismatch

2014-01-28 Thread Tomi Valkeinen
On 2014-01-27 20:41, Christoph Fritz wrote: On Mon, 2014-01-27 at 19:30 +0200, Ivaylo Dimitrov wrote: linux-next-20140124 DSS is broken on N900 - display stays black (there is some noise though). I booted the kernel with qemu and it gives the following warning: [0.623779] DSS: set fck

Re: [alsa-devel] [PATCH RFC v3 0/8] Beaglebone-Black HDMI audio

2014-01-28 Thread Jean-Francois Moine
On Mon, 27 Jan 2014 21:31:59 +0200 Jyri Sarha jsa...@ti.com wrote: I would suggest to leave the CTS_N_K to the current setting (3), unless we can change the CTS_N_K on the fly according to the used sample format. Yes, this is possible: - the tda998x codec may call the tda998x hdmi in the

Re: [BISECTED] OMAP: DSS: clk rate mismatch

2014-01-28 Thread Christoph Fritz
On Tue, 2014-01-28 at 11:04 +0200, Tomi Valkeinen wrote: On 2014-01-27 20:41, Christoph Fritz wrote: On Mon, 2014-01-27 at 19:30 +0200, Ivaylo Dimitrov wrote: linux-next-20140124 DSS is broken on N900 - display stays black (there is some noise though). I booted the kernel with qemu and it

Re: [BISECTED] OMAP: DSS: clk rate mismatch

2014-01-28 Thread Tomi Valkeinen
On 2014-01-28 11:35, Christoph Fritz wrote: On Tue, 2014-01-28 at 11:04 +0200, Tomi Valkeinen wrote: On 2014-01-27 20:41, Christoph Fritz wrote: On Mon, 2014-01-27 at 19:30 +0200, Ivaylo Dimitrov wrote: linux-next-20140124 DSS is broken on N900 - display stays black (there is some noise

Re: [PATCH V2] regulator: fixed: update to devm_* API

2014-01-28 Thread Mark Brown
On Tue, Jan 28, 2014 at 02:31:32PM +0530, Manish Badarkhe wrote: On Tue, Jan 28, 2014 at 2:25 PM, Heiko Stübner he...@sntech.de wrote: I don't have a strong opinion on this and others are most likely more qualified to have a definitive answer, I just found it strange to exchange one

Re: [BISECTED] OMAP: DSS: clk rate mismatch

2014-01-28 Thread Tero Kristo
On 01/28/2014 11:48 AM, Tomi Valkeinen wrote: On 2014-01-28 11:35, Christoph Fritz wrote: On Tue, 2014-01-28 at 11:04 +0200, Tomi Valkeinen wrote: On 2014-01-27 20:41, Christoph Fritz wrote: On Mon, 2014-01-27 at 19:30 +0200, Ivaylo Dimitrov wrote: linux-next-20140124 DSS is broken on N900

Re: [PATCH 4/4] power_supply: bq24261 charger driver

2014-01-28 Thread Pavel Machek
Hi! +#define BQ24261_ICHRG_MASK (0x1F 3) +#define BQ24261_ICHRG_100ma (0x01 3) +#define BQ24261_ICHRG_200ma (0x01 4) +#define BQ24261_ICHRG_400ma (0x01 5) +#define BQ24261_ICHRG_800ma (0x01 6) +#define BQ24261_ICHRG_1600ma (0x01 7)

Re: [PATCH 1/2] usb: dwc3: core: continue probing if usb phy library returns -ENODEV/-ENXIO

2014-01-28 Thread Heikki Krogerus
Hi, On Mon, Jan 27, 2014 at 10:05:20AM -0600, Felipe Balbi wrote: Why would you need to know if the PHY drivers are needed or not explicitly in your controller driver? because, one way or another, they all do need it. Except for quirky ones like AM437x where a USB3 IP was hardwired into

Re: [PATCH 1/2] usb: dwc3: core: continue probing if usb phy library returns -ENODEV/-ENXIO

2014-01-28 Thread Felipe Balbi
Hi, On Tue, Jan 28, 2014 at 05:32:30PM +0200, Heikki Krogerus wrote: On Mon, Jan 27, 2014 at 10:05:20AM -0600, Felipe Balbi wrote: Why would you need to know if the PHY drivers are needed or not explicitly in your controller driver? because, one way or another, they all do need it.

Re: [PATCH V2] regulator: fixed: update to devm_* API

2014-01-28 Thread Stephen Warren
On 01/27/2014 08:12 PM, Manish Badarkhe wrote: Update the code to use devm_* API so that driver core will manage resources. I'm not sure why this patch is sent to linux-te...@vger.kernel.org; it seems nothing to do with Tegra (or Samsung or OMAP for that matter). -- To unsubscribe from this

Re: [PATCH V2] regulator: fixed: update to devm_* API

2014-01-28 Thread Manish Badarkhe
Hi Stephan, On Tue, Jan 28, 2014 at 10:11 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/27/2014 08:12 PM, Manish Badarkhe wrote: Update the code to use devm_* API so that driver core will manage resources. I'm not sure why this patch is sent to linux-te...@vger.kernel.org; it seems

Re: [BISECTED] OMAP: DSS: clk rate mismatch

2014-01-28 Thread Ivaylo Dimitrov
On 28.01.2014 10:48, Tomi Valkeinen wrote: I made a somewhat hacky quickfix for beagle. Applying that and the clk-divider from the link above makes things work for me. However, as I said, the issue with n900 might be different, but it'd be interesting to hear if it has any effect. Tomi

Re: [PATCH 1/4] power_supply: Add inlmt,iterm, min/max temp props

2014-01-28 Thread Jenny Tc
On Fri, Jan 24, 2014 at 08:25:19AM -0700, Dmitry Eremin-Solenikov wrote: On 22/01/14 21:19, Jenny TC wrote: Add new power supply properties for input current, charge termination current, min and max temperature POWER_SUPPLY_PROP_TEMP_MIN - minimum operatable temperature

Re: [PATCH 4/4] power_supply: bq24261 charger driver

2014-01-28 Thread Jenny Tc
On Tue, Jan 28, 2014 at 07:14:45AM -0700, Pavel Machek wrote: +#define BQ24261_ICHRG_MASK (0x1F 3) +#define BQ24261_ICHRG_100ma(0x01 3) +#define BQ24261_ICHRG_200ma(0x01 4) +#define BQ24261_ICHRG_400ma(0x01 5) +#define

Re: [PATCH 4/4] power_supply: bq24261 charger driver

2014-01-28 Thread Jingoo Han
On Wednesday, January 29, 2014 10:24 PM, Jenny Tc wrote: On Tue, Jan 28, 2014 at 07:14:45AM -0700, Pavel Machek wrote: +#define BQ24261_ICHRG_MASK (0x1F 3) +#define BQ24261_ICHRG_100ma (0x01 3) +#define BQ24261_ICHRG_200ma (0x01 4) +#define