Re: [RFC v3 0/5] cpufreq:LAB: Support for LAB governor.

2014-03-23 Thread Viresh Kumar
On 24 March 2014 12:17, Lukasz Majewski wrote: > Viresh, will you find time for reviewing this RFC in a near future? Yes. I have been trying hard last week but couldn't find some time for it. Will try this week for sure.. Sorry to keep you waiting :( @Rafael: Please see if you can also give them

Re: [RFC v3 0/5] cpufreq:LAB: Support for LAB governor.

2014-03-23 Thread Lukasz Majewski
Hi Viresh, > Hi Viresh, > > > On 17 March 2014 21:08, Lukasz Majewski > > wrote: > > >> Despite this patch set is working and applicable on top of > > >> 3.14-rc5, please regard it solely as a pure RFC. > > >> > > >> This patch provides support for LAB governor build on top of > > >> ondemand. P

RE: [PATCH 3/7] mmc: dw_mmc: exynos: move definitions to header file

2014-03-23 Thread Seungwon Jeon
On Mon, March 24, 2014, Jaehoon Chung wrote: > Hi, Seungwon. > > On 03/21/2014 11:03 PM, Seungwon Jeon wrote: > > Moves some parts related to definition to header file > > > > Signed-off-by: Seungwon Jeon > > --- > > drivers/mmc/host/dw_mmc-exynos.c | 46 --- > > dr

RE: [PATCH 2/7] mmc: dw_mmc: exynos: don't use if clock isn't available

2014-03-23 Thread Seungwon Jeon
On Mon, March 24, 2014, Jaehoon Chung wrote: > Hi, Seungwon. > > On 03/21/2014 11:03 PM, Seungwon Jeon wrote: > > Adds checking whether the clock is valid. > > > > Signed-off-by: Seungwon Jeon > > --- > > drivers/mmc/host/dw_mmc-exynos.c | 14 +++--- > > 1 files changed, 11 insertions(

Re: [PATCH V2] mmc: dw_mmc: exynos: Turn SDIO interrupts on

2014-03-23 Thread Yuvaraj Kumar
On Mon, Mar 24, 2014 at 9:59 AM, Jaehoon Chung wrote: > Hi, Yuvaraj. > > NACK. we can use "mmc_of_parese()". Thanks Jaehoon for the pointer.I will use "mmc_of_parse()". > > I have sent the patch that use "mmc_of_parse()". > https://patchwork.kernel.org/patch/3750681/ > > Best Regards, > Jaehoon Ch

Re: [PATCH] mmc: dw_mmc: Fix the max_blk_count in IDMAC

2014-03-23 Thread Yuvaraj Kumar
On Mon, Mar 24, 2014 at 9:36 AM, Jaehoon Chung wrote: > Hi, > > Did you know that Seungwon has sent the patch "[PATCH 1/7] mmc: dw_mmc: fix > the max_blk_count in IDMAC"? > I think this patch looks like same, isn't it? Yes.Its the same one.Please discard this patch. > Plz check it. > > Best Regar

Re: [PATCH V2] mmc: dw_mmc: exynos: Turn SDIO interrupts on

2014-03-23 Thread Jaehoon Chung
Hi, Yuvaraj. NACK. we can use "mmc_of_parese()". I have sent the patch that use "mmc_of_parse()". https://patchwork.kernel.org/patch/3750681/ Best Regards, Jaehoon Chung On 03/24/2014 01:23 PM, Yuvaraj Kumar C D wrote: > The mmc part in exynos supports SDIO interrupts and they work fine, so > t

[PATCH V2] mmc: dw_mmc: exynos: Turn SDIO interrupts on

2014-03-23 Thread Yuvaraj Kumar C D
The mmc part in exynos supports SDIO interrupts and they work fine, so turn the capability on. With this I see download speeds increase about 10x. This V1 of this patch is posted to LKML at https://patchwork.kernel.org/patch/2429661/) by Doug Anderson. Signed-off-by: Doug Anderson Sign

Re: [PATCH 3/7] mmc: dw_mmc: exynos: move definitions to header file

2014-03-23 Thread Jaehoon Chung
Hi, Seungwon. On 03/21/2014 11:03 PM, Seungwon Jeon wrote: > Moves some parts related to definition to header file > > Signed-off-by: Seungwon Jeon > --- > drivers/mmc/host/dw_mmc-exynos.c | 46 --- > drivers/mmc/host/dw_mmc-exynos.h | 55 > +

Re: [PATCH 2/7] mmc: dw_mmc: exynos: don't use if clock isn't available

2014-03-23 Thread Jaehoon Chung
Hi, Seungwon. On 03/21/2014 11:03 PM, Seungwon Jeon wrote: > Adds checking whether the clock is valid. > > Signed-off-by: Seungwon Jeon > --- > drivers/mmc/host/dw_mmc-exynos.c | 14 +++--- > 1 files changed, 11 insertions(+), 3 deletions(-) > > diff --git a/drivers/mmc/host/dw_mmc-e

Re: [PATCH] mmc: dw_mmc: Fix the max_blk_count in IDMAC

2014-03-23 Thread Jaehoon Chung
Hi, Did you know that Seungwon has sent the patch "[PATCH 1/7] mmc: dw_mmc: fix the max_blk_count in IDMAC"? I think this patch looks like same, isn't it? Plz check it. Best Regards, Jaehoon Chung On 03/24/2014 12:53 PM, Yuvaraj Kumar C D wrote: > From: Alim Akhtar > > max_blk_count is curren

[PATCH] mmc: dw_mmc: Fix the max_blk_count in IDMAC

2014-03-23 Thread Yuvaraj Kumar C D
From: Alim Akhtar max_blk_count is currently set incorrectly, and the correct value can be determined by looking at the maximum number of bytes which can be transferred and the block size. We use the maximum block size to determine the minimum number of blocks that the controller should support.

Re: [PATCH v6 0/2] clk: exynos: add support for exynos5260 SoC

2014-03-23 Thread Rahul Sharma
Thanks Tomasz, Please let me know if any concern. Meanwhile I will post dt patches with "clock" and "clock-names" properties added for each controller node. Regards, Rahul Sharma. On 24 March 2014 03:50, Tomasz Figa wrote: > Hi Rahul, > > > On 23.03.2014 21:45, Rahul Sharma wrote: >> >> From:

Re: [PATCHv4 0/5] devfreq: exynos: Fix minor issue and code clean to remove legacy method

2014-03-23 Thread Chanwoo Choi
Hi Tomasz, On 03/22/2014 11:52 PM, Tomasz Figa wrote: > Hi, > > [fixing mistyped addresses of me and Bartlomiej] > > On 20.03.2014 03:59, Chanwoo Choi wrote: >> This patchset use SIMPLE_DEV_PM_OPS macro intead of legacy method and fix >> probe fail if CONFIG_PM_OPP is disabled. Also, this patchs

Re: [PATCH v6 0/2] clk: exynos: add support for exynos5260 SoC

2014-03-23 Thread Tomasz Figa
Hi Rahul, On 23.03.2014 21:45, Rahul Sharma wrote: From: Rahul Sharma Add clock support for exynos5260 SoC. This series is based on Tomasz Figa's samsung-next branch. V6: 1) Listed external Clocks in documentation file. 2) Listed Input Clocks for each clock controller in exynos5260-clo

[PATCH V13 4/7] net: sxgbe: add EEE(Energy Efficient Ethernet) for Samsung sxgbe

2014-03-23 Thread Byungho An
From: Girish K S Added support for the EEE(Energy Efficient Ethernet) in 10G ethernet driver. Signed-off-by: Girish K S Neatening-by: Joe Perches Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h | 53 +++ drivers/net/ethernet/samsung/sxgbe/sxgbe_core.c

[PATCH V13 6/7] net: sxgbe: add ethtool related functions support Samsung sxgbe

2014-03-23 Thread Byungho An
From: Vipul Pandya This patch adds ethtool related functions. Signed-off-by: Vipul Pandya Neatening-by: Joe Perches Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h | 25 +- drivers/net/ethernet/samsung/sxgbe/sxgbe_ethtool.c | 509 +++- driv

[PATCH V13 7/7] MAINTAINERS: add maintainer for Samsung sxgbe driver

2014-03-23 Thread Byungho An
From: Byungho An Signed-off-by: Byungho An --- MAINTAINERS |9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b7befe7..aeb81f2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7536,6 +7536,15 @@ S: Supported L: linux-samsung-soc@vger.kernel.

[PATCH v6 1/2] clk/exynos5260: add macros and documentation for exynos5260

2014-03-23 Thread Rahul Sharma
Add macros which are used as Clock IDs in DT and clock file. It also adds the documentation for the exynos5260 clocks. Signed-off-by: Rahul Sharma --- .../devicetree/bindings/clock/exynos5260-clock.txt | 190 include/dt-bindings/clock/exynos5260-clk.h | 469 +++

[PATCH v6 0/2] clk: exynos: add support for exynos5260 SoC

2014-03-23 Thread Rahul Sharma
From: Rahul Sharma Add clock support for exynos5260 SoC. This series is based on Tomasz Figa's samsung-next branch. V6: 1) Listed external Clocks in documentation file. 2) Listed Input Clocks for each clock controller in exynos5260-clock.txt. 3) Added Clock and Clock-names properties. 4

[PATCH V13 1/7] sxgbe: Add device-tree binding support document

2014-03-23 Thread Byungho An
From: Siva Reddy This patch adds binding document for SXGBE ethernet driver via device-tree. Signed-off-by: Siva Reddy Kallam Signed-off-by: Byungho An --- .../devicetree/bindings/net/samsung-sxgbe.txt | 52 1 file changed, 52 insertions(+) create mode 100644 Docu

[PATCH V13 3/7] net: sxgbe: add TSO support for Samsung sxgbe

2014-03-23 Thread Byungho An
From: Vipul Pandya Enable TSO during initialization for each DMA channels Signed-off-by: Vipul Pandya Neatening-by: Joe Perches Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h |1 + drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.c |2 +- drivers/net/e

[PATCH V13 5/7] net: sxgbe: add Checksum offload support for Samsung sxgbe

2014-03-23 Thread Byungho An
From: Vipul Pandya This patch adds TX and RX checksum offload support. Signed-off-by: Vipul Pandya Neatening-by: Joe Perches Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h |5 +++ drivers/net/ethernet/samsung/sxgbe/sxgbe_core.c | 20 + drivers

[PATCH V13 0/7] add new Samsung SXGBE driver

2014-03-23 Thread Byungho An
Hi all, This is 13th posting for SAMSUNG SXGBE driver. Changes since v1: - changed name of driver to SXGbE as per Ben's comment - squashed Joe's neatening for many stuff in original patches Changes since v2: - updated and split binding document as per Mark's comment - clean up codes as per Joe's

Re: [PATCH v5 5/5] clk/exynos5260: add clock file for exynos5260

2014-03-23 Thread Rahul Sharma
On 13 March 2014 18:40, Tomasz Figa wrote: > On 12.03.2014 15:56, Rahul Sharma wrote: >> >> Add support for exynos5260 clocks in clock driver. >> >> Signed-off-by: Rahul Sharma >> Signed-off-by: Pankaj Dubey >> --- >> drivers/clk/samsung/Makefile |1 + >> drivers/clk/samsung/clk-e