* [PATCH 0/9] memory: emif: miscellaneous bug fixes for EMIF driver
@ 2012-12-10 7:09 ` Lokesh Vutla
0 siblings, 0 replies; 4+ messages in thread
From: Lokesh Vutla @ 2012-12-10 7:09 UTC (permalink / raw)
To: linux-omap
Cc: linux-arm-kernel, santosh.shilimkar, gregkh, b-cousson,
lokeshvutla
This series resolves a few minor issues for EMIF driver.
Tested all the patches on OMAP4-sdp, OMAP5-sevm.
Patch : "memory: emif: setup LP settings on freq update"
is tested on a local tree, since freq update cannot be
tested on mainline.
Ambresh K (1):
memory: emif: use default custom config parameter.
Lokesh Vutla (1):
memory: emif: Correct the lpmode timeout calculation
Nishanth Menon (5):
memory: emif: setup LP settings on freq update
memory: emif: handle overflow for timing for LP mode
memory: emif: Handle devices which are not rated for >85C
memory: emif: use restart if power_off not present when out of spec
memory: emif: disable phy_fast_dll_lock
Oleksandr Dmytryshyn (1):
memory: emif: fix timings initialization issue
Severine Glock (1):
memory: emif: debugfs: Remove MR4= string print
drivers/memory/emif.c | 92 +++++++++++++++++++++++++------
drivers/memory/emif.h | 2 +-
include/linux/platform_data/emif_plat.h | 1 +
3 files changed, 78 insertions(+), 17 deletions(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 0/9] memory: emif: miscellaneous bug fixes for EMIF driver
@ 2012-12-10 7:09 ` Lokesh Vutla
0 siblings, 0 replies; 4+ messages in thread
From: Lokesh Vutla @ 2012-12-10 7:09 UTC (permalink / raw)
To: linux-arm-kernel
This series resolves a few minor issues for EMIF driver.
Tested all the patches on OMAP4-sdp, OMAP5-sevm.
Patch : "memory: emif: setup LP settings on freq update"
is tested on a local tree, since freq update cannot be
tested on mainline.
Ambresh K (1):
memory: emif: use default custom config parameter.
Lokesh Vutla (1):
memory: emif: Correct the lpmode timeout calculation
Nishanth Menon (5):
memory: emif: setup LP settings on freq update
memory: emif: handle overflow for timing for LP mode
memory: emif: Handle devices which are not rated for >85C
memory: emif: use restart if power_off not present when out of spec
memory: emif: disable phy_fast_dll_lock
Oleksandr Dmytryshyn (1):
memory: emif: fix timings initialization issue
Severine Glock (1):
memory: emif: debugfs: Remove MR4= string print
drivers/memory/emif.c | 92 +++++++++++++++++++++++++------
drivers/memory/emif.h | 2 +-
include/linux/platform_data/emif_plat.h | 1 +
3 files changed, 78 insertions(+), 17 deletions(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/9] memory: emif: miscellaneous bug fixes for EMIF driver
[not found] <1355123324-5228-1-git-send-email-a>
@ 2012-12-10 7:12 ` Lokesh Vutla
0 siblings, 0 replies; 4+ messages in thread
From: Lokesh Vutla @ 2012-12-10 7:12 UTC (permalink / raw)
To: linux-omap; +Cc: linux-arm-kernel, santosh.shilimkar, gregkh, b-cousson
Sorry to Spam you in-box.
Please discard this message...
Thanks
Lokesh
On Monday 10 December 2012 12:38 PM, a@dbdp33.itg.ti.com wrote:
> From: Lokesh Vutla <lokeshvutla@ti.com>
>
> This series resolves a few minor issues for EMIF driver.
>
> Tested all the patches on OMAP4-sdp, OMAP5-sevm.
> Patch : "memory: emif: setup LP settings on freq update"
> is tested on a local tree, since freq update cannot be
> tested on mainline.
>
> Ambresh K (1):
> memory: emif: use default custom config parameter.
>
> Lokesh Vutla (1):
> memory: emif: Correct the lpmode timeout calculation
>
> Nishanth Menon (5):
> memory: emif: setup LP settings on freq update
> memory: emif: handle overflow for timing for LP mode
> memory: emif: Handle devices which are not rated for >85C
> memory: emif: use restart if power_off not present when out of spec
> memory: emif: disable phy_fast_dll_lock
>
> Oleksandr Dmytryshyn (1):
> memory: emif: fix timings initialization issue
>
> Severine Glock (1):
> memory: emif: debugfs: Remove MR4= string print
>
> drivers/memory/emif.c | 92 +++++++++++++++++++++++++------
> drivers/memory/emif.h | 2 +-
> include/linux/platform_data/emif_plat.h | 1 +
> 3 files changed, 78 insertions(+), 17 deletions(-)
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 0/9] memory: emif: miscellaneous bug fixes for EMIF driver
@ 2012-12-10 7:12 ` Lokesh Vutla
0 siblings, 0 replies; 4+ messages in thread
From: Lokesh Vutla @ 2012-12-10 7:12 UTC (permalink / raw)
To: linux-arm-kernel
Sorry to Spam you in-box.
Please discard this message...
Thanks
Lokesh
On Monday 10 December 2012 12:38 PM, a at dbdp33.itg.ti.com wrote:
> From: Lokesh Vutla <lokeshvutla@ti.com>
>
> This series resolves a few minor issues for EMIF driver.
>
> Tested all the patches on OMAP4-sdp, OMAP5-sevm.
> Patch : "memory: emif: setup LP settings on freq update"
> is tested on a local tree, since freq update cannot be
> tested on mainline.
>
> Ambresh K (1):
> memory: emif: use default custom config parameter.
>
> Lokesh Vutla (1):
> memory: emif: Correct the lpmode timeout calculation
>
> Nishanth Menon (5):
> memory: emif: setup LP settings on freq update
> memory: emif: handle overflow for timing for LP mode
> memory: emif: Handle devices which are not rated for >85C
> memory: emif: use restart if power_off not present when out of spec
> memory: emif: disable phy_fast_dll_lock
>
> Oleksandr Dmytryshyn (1):
> memory: emif: fix timings initialization issue
>
> Severine Glock (1):
> memory: emif: debugfs: Remove MR4= string print
>
> drivers/memory/emif.c | 92 +++++++++++++++++++++++++------
> drivers/memory/emif.h | 2 +-
> include/linux/platform_data/emif_plat.h | 1 +
> 3 files changed, 78 insertions(+), 17 deletions(-)
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-12-10 7:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1355123324-5228-1-git-send-email-a>
2012-12-10 7:12 ` [PATCH 0/9] memory: emif: miscellaneous bug fixes for EMIF driver Lokesh Vutla
2012-12-10 7:12 ` Lokesh Vutla
2012-12-10 7:09 Lokesh Vutla
2012-12-10 7:09 ` Lokesh Vutla
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.