Re: [PATCH] clk: tegra: Return the exact clock rate from clk_round_rate

2018-09-24 Thread r yang
On Mon, Sep 24, 2018 at 11:08:03AM +0300, Peter De Schrijver wrote: > On Fri, Sep 21, 2018 at 06:01:49PM -0400, ryang wrote: > > The current behavior is that clk_round_rate would return the same clock > > rate passed to it for valid PLL configurations. This change will return > > the exact rate the

Re: [PATCH v2 2/2] iio: light: bh1750: Add device tree support

2018-09-22 Thread r yang
On Sat, Sep 22, 2018 at 03:59:22PM -0400, ryang wrote: > Add device tree support for ROHM BH1750 series ambient light sensors. > > Signed-off-by: ryang > --- > Changes in v2: > - Export module device table > > drivers/iio/light/bh1750.c | 11 +++ > 1 file changed, 11 insertions(+)

Re: [PATCH 2/2] iio: light: bh1750: Add device tree support

2018-09-20 Thread r yang
On Wed, Sep 19, 2018 at 09:22:39PM +0200, Tomasz Duszynski wrote: > Comments inline. > > On Sat, Sep 15, 2018 at 01:42:14PM -0400, ryang wrote: > > Add device tree support for ROHM BH1750 series ambient light sensors. > > > > Signed-off-by: ryang > > --- > > drivers/iio/light/bh1750.c | 10 +

Re: [PATCH 2/2] iio: light: bh1750: Add device tree support

2018-09-17 Thread r yang
On Sun, Sep 16, 2018 at 10:45:26AM +0100, Jonathan Cameron wrote: > On Sat, 15 Sep 2018 13:42:14 -0400 > ryang wrote: > > > Add device tree support for ROHM BH1750 series ambient light sensors. > > > > Signed-off-by: ryang > Just to check, how is it picking up on the enum value which is provide