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
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
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
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(
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
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
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
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
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
> +
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
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
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.
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:
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
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
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
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
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.
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 +++
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
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
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
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
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
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
25 matches
Mail list logo