Re: [PATCH v2 1/2] clk: change clk_ops' -round_rate() prototype

2015-06-05 Thread Jon Hunter
On 05/06/15 00:02, Paul Walmsley wrote: Hi folks just a brief comment on this one: On Thu, 30 Apr 2015, Boris Brezillon wrote: Clock rates are stored in an unsigned long field, but -round_rate() (which returns a rounded rate from a requested one) returns a long value (errors are

Re: [PATCH v6 6/8] mfd: cros_ec: Support multiple EC in a system

2015-06-05 Thread Lee Jones
On Thu, 04 Jun 2015, Javier Martinez Canillas wrote: From: Gwendal Grignou gwen...@chromium.org Chromebooks can have more than one Embedded Controller so the cros_ec device id has to be incremented for each EC registered. Add a new structure to represent multiple EC as different char

Re: [PATCH v2 1/2] clk: change clk_ops' -round_rate() prototype

2015-06-05 Thread Boris Brezillon
Hi Jon, On Fri, 5 Jun 2015 09:46:09 +0100 Jon Hunter jonath...@nvidia.com wrote: On 05/06/15 00:02, Paul Walmsley wrote: Hi folks just a brief comment on this one: On Thu, 30 Apr 2015, Boris Brezillon wrote: Clock rates are stored in an unsigned long field, but -round_rate()

Re: [PATCH v6 6/8] mfd: cros_ec: Support multiple EC in a system

2015-06-05 Thread Lee Jones
On Thu, 04 Jun 2015, Javier Martinez Canillas wrote: From: Gwendal Grignou gwen...@chromium.org Chromebooks can have more than one Embedded Controller so the cros_ec device id has to be incremented for each EC registered. Add a new structure to represent multiple EC as different char

Re: [PATCH v6 6/8] mfd: cros_ec: Support multiple EC in a system

2015-06-05 Thread Javier Martinez Canillas
Hello Lee, On 06/05/2015 12:38 PM, Lee Jones wrote: [...] -err = mfd_add_devices(dev, 0, cros_devs, - ARRAY_SIZE(cros_devs), +err = mfd_add_devices(ec_dev-dev, PLATFORM_DEVID_AUTO, ec_cell, 1, NULL, ec_dev-irq, NULL); if

Re: [PATCH] ARM: multi_v7_defconfig: enable usb3503

2015-06-05 Thread Arnd Bergmann
On Thursday 04 June 2015 10:47:07 Kevin Hilman wrote: But I wonder why is not working, shouldn't the driver defer and be probed again once the PHY driver probe succeeds? Yeah, I'm not sure why that isn't working, and didn't look into it. FWIW, the same problem happens when both are

Re: [PATCH 04/11] mtd: ofpart: do not fail probe when no partitions exist

2015-06-05 Thread Marek Vasut
On Thursday, June 04, 2015 at 05:40:58 PM, Michal Suchanek wrote: On 4 June 2015 at 17:28, Marek Vasut ma...@denx.de wrote: On Thursday, June 04, 2015 at 06:54:00 AM, Michal Suchanek wrote: On 4 June 2015 at 00:58, Marek Vasut ma...@denx.de wrote: On Wednesday, June 03, 2015 at 11:26:40

[GIT PULL 4/5] Samsung another DT updates for v4.2

2015-06-05 Thread Kukjin Kim
Hi, Here is another Samsung DT updates for v4.2 but this is based on v4.1-rc6 + previous tags/samsung-dt-3 because this touches all of exynos DT stuff and some fixes have been merged until -rc6... I thought this is the best way to avoid useless merge conflicts. Please pull and if any problems,

[GIT PULL 2/5] Samsung 2nd defconfig for v4.2

2015-06-05 Thread Kukjin Kim
Hi, Here is 2nd defconfig updates for v4.2 but actually just one patch for Samsung updates for multi_v7_defconfig. Please pull or apply the patch directly, anyway I'm fine either way. Note that this is based on arm-soc/next/defconfig to avoid useless merge conflicts and I've merged previous

[GIT PULL 3/5] Samsung DT updates for v4.2

2015-06-05 Thread Kukjin Kim
The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031: Linux 4.1-rc1 (2015-04-26 17:59:10 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-dt-3 for you to fetch changes up to

[GIT PULL 5/5] Samsung mach updates for v4.2

2015-06-05 Thread Kukjin Kim
Hi, Here is Samsung mach updates for v4.2 and this is based on v4.1-rc4 because of dependencies with previous Samsung fixes during -rc Please pull and if any problems, please let me know. Thanks, Kukjin The following changes since commit e26081808edadfd257c6c9d81014e3b25e9a6118: Linux

[GIT PULL 1/5] Samsung defconfig updates for v4.2

2015-06-05 Thread Kukjin Kim
Hi Arnd, Olof, Kevin Here is exynos_defconfig updates for v4.2. Please pull. Thanks, Kukjin The following changes since commit 030bbdbf4c833bc69f502eae58498bc5572db736: Linux 4.1-rc3 (2015-05-10 15:12:29 -0700) are available in the git repository at:

Re: [PATCH v6 6/8] mfd: cros_ec: Support multiple EC in a system

2015-06-05 Thread Javier Martinez Canillas
Hello Lee, On 06/05/2015 12:17 PM, Lee Jones wrote: On Thu, 04 Jun 2015, Javier Martinez Canillas wrote: From: Gwendal Grignou gwen...@chromium.org Chromebooks can have more than one Embedded Controller so the cros_ec device id has to be incremented for each EC registered. Add a new

Re: [PATCH v2 1/2] clk: change clk_ops' -round_rate() prototype

2015-06-05 Thread Boris Brezillon
Hi Paul, On Thu, 4 Jun 2015 23:02:25 + (UTC) Paul Walmsley p...@pwsan.com wrote: Hi folks just a brief comment on this one: On Thu, 30 Apr 2015, Boris Brezillon wrote: Clock rates are stored in an unsigned long field, but -round_rate() (which returns a rounded rate from a