From: Santosh Yaraganavi
This patch adds support for Transfer request handling.
ufshcd includes following implementations:
- SCSI queuecommand
- Compose UPIU(UFS Protocol information unit)
- Issue commands to UFS host controller
- Handle completed commands
Signed-off-by: Santosh Yaraganavi
From: Santosh Yaraganavi
UFSHCD SCSI error handling includes following implementations,
- Abort task
- Device reset
- Host reset
Signed-off-by: Santosh Yaraganavi
Signed-off-by: Vinayak Holikatti
Reviewed-by: Arnd Bergmann
Reviewed-by: Saugata Das
Reviewed-by: Vishak G
Reviewed-by: Giris
From: Santosh Yaraganavi
UFSHCI error handling includes support for:
- UFS host controller errors
- System bus errors
- Unipro errors
Signed-off-by: Santosh Yaraganavi
Signed-off-by: Vinayak Holikatti
Reviewed-by: Arnd Bergmann
Reviewed-by: Saugata Das
Reviewed-by: Vishak G
Reviewed-by:
From: Santosh Yaraganavi
This patch adds support for Universal Flash Storage(UFS)
host controllers. The UFS host controller driver
includes host controller initialization method.
The Initialization process involves following steps:
- Initiate UFS Host Controller initialization process by writin
From: Santosh Yaraganavi
UFS is designed to be the most advanced specification for
both embedded and removable flash memory-based storage in mobile devices
such as smart phones and tablet computers. The UFS standard represents
an evolutionary progression of JEDEC standards in this field, and has
On Wed, Feb 01, 2012 at 06:32:32PM +0530, Thomas Abraham wrote:
> Commit 15c9a0acc3f7 (of: create of_phandle_args to simplify return of phandle
> parsing data) modifies the parameter list of of_xlate function pointer
> declaration
> in gpio_chip. Adapt the gpio specifier translate function for thi
On Tuesday, January 31, 2012, Kukjin Kim wrote:
> Rafael J. Wysocki wrote:
> >
> > On Tuesday, January 17, 2012, Kukjin Kim wrote:
> > > Rafael J. Wysocki wrote:
> > > >
> > > > On Saturday, January 07, 2012, Thomas Abraham wrote:
> > > > > A device node pointer is added to generic pm domain struc
On 01.02.2012 14:02, Thomas Abraham wrote:
Commit 15c9a0acc3f7 (of: create of_phandle_args to simplify return of phandle
parsing data) modifies the parameter list of of_xlate function pointer
declaration
in gpio_chip. Adapt the gpio specifier translate function for this change.
Reported-by: Tus
On 31.01.2012 18:56, Thomas Abraham wrote:
Add device tree based discovery support for Samsung's sdhci controller
Works fine on "nuri hardware" using exynos4-dt (with custom dts).
Thanks
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to
On 31 January 2012 15:44, Girish K S wrote:
> Modified the mmc_poweroff to resume before sending the
> poweroff notification command. In sleep mode only AWAKE
> and RESET commands are allowed, so before sending the
> poweroff notification command resume from sleep mode and
> then send the notifica
Hi Kgene,
Am Dienstag 24 Januar 2012, 14:01:33 schrieb Kukjin Kim:
> Because as I said, I'm doing merge s3c24xx directories and it's almost done.
any news of this or can I help in some way?
I'm asking because I would like to put stuff on top of your merge (for example
support for spi-s3c64xx for
Commit 15c9a0acc3f7 (of: create of_phandle_args to simplify return of phandle
parsing data) modifies the parameter list of of_xlate function pointer
declaration
in gpio_chip. Adapt the gpio specifier translate function for this change.
Reported-by: Tushar Behera
Signed-off-by: Thomas Abraham
--
Hi Amit,
On 01/05/2012 09:55 AM, Amit Daniel Kachhap wrote:
> This patch adds support AFTR(ARM OFF TOP RUNNING) mode in
> cpuidle driver. L2 cache keeps their data in this mode.
> This patch ports the code to the latest interfaces to
> save/restore CPU state inclusive of CPU PM notifiers, l2
> res
ARM: Exynos: Register JPEG on nuri
Signed-off-by: Andrzej Pietrasiewicz
Signed-off-by: Kyungmin Park
---
arch/arm/mach-exynos/Kconfig |1 +
arch/arm/mach-exynos/mach-nuri.c |2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/
ARM: Exynos: Register JPEG on universal_c210
Signed-off-by: Andrzej Pietrasiewicz
Signed-off-by: Kyungmin Park
---
arch/arm/mach-exynos/Kconfig |1 +
arch/arm/mach-exynos/mach-universal_c210.c |2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/arch/arm/m
ARM: Exynos: JPEG board definition
Signed-off-by: Andrzej Pietrasiewicz
Signed-off-by: Kyungmin Park
---
arch/arm/mach-exynos/clock.c |5 +
arch/arm/mach-exynos/include/mach/map.h |3 +++
arch/arm/plat-s5p/Kconfig |5 +
arch/arm/plat-samsung/de
Dear All,
This patch series adds board definition code and device registration code
for JPEG IP found in Exynos4 SoC on universal_c210 and nuri boards.
It includes changes after Tushar's review - thanks, Tushar.
Andrzej Pietrasiewicz (3):
ARM: Exynos: JPEG board definition
ARM: Exynos: Regis
Ping
On 01/25/2012 10:15 AM, Tushar Behera wrote:
> As per definition, locking_frequency is the initial frequency which is
> set by boot-loader. Hence the value is updated with the initial value
> during boot time init call.
>
> This code was present in exynos210-cpufreq.c before this consolidati
Hello Tushar,
On Wednesday, February 01, 2012 10:16 AM Tushar Behera wrote:
>
> On 01/31/2012 03:50 PM, Andrzej Pietrasiewicz wrote:
> > Add JPEG board definition and device register
> >
> > Signed-off-by: Andrzej Pietrasiewicz
> > Signed-off-by: Kyungmin Park
> > ---
> > Dear All,
> >
> > Thi
On Wed, Feb 01, 2012 at 08:50:23AM +, Olof Johansson wrote:
> On Tue, Jan 31, 2012 at 8:20 PM, Kyungmin Park wrote:
> > As I remember only DT based board file is acceptable for mainline?
>
> For a new SoC family like 5250 it would be much preferred to only add
> device-tree enabled boards.
A
On 01/31/2012 03:50 PM, Andrzej Pietrasiewicz wrote:
> Add JPEG board definition and device register
>
> Signed-off-by: Andrzej Pietrasiewicz
> Signed-off-by: Kyungmin Park
> ---
> Dear All,
>
> This patch adds board definition code and device registration code
> for JPEG IP found in Exynos4 So
Hi,
On Tue, Jan 31, 2012 at 7:39 AM, Kukjin Kim wrote:
> Signed-off-by: Kukjin Kim
A brief patch description, please.
> diff --git a/arch/arm/mach-exynos/setup-i2c0.c
> b/arch/arm/mach-exynos/setup-i2c0.c
> index d395bd1..3244f3e 100644
> --- a/arch/arm/mach-exynos/setup-i2c0.c
> +++ b/arch/a
Hi,
On Tue, Jan 31, 2012 at 8:20 PM, Kyungmin Park wrote:
> As I remember only DT based board file is acceptable for mainline?
For a new SoC family like 5250 it would be much preferred to only add
device-tree enabled boards.
-Olof
--
To unsubscribe from this list: send the line "unsubscribe li
23 matches
Mail list logo