[U-Boot] [PATCH RESEND] MMC: DWMMC: Correct the CLKDIV register value

2014-02-04 Thread Rajeshwari Shinde
From: Rajeshwari S Shinde This patch corrects the divider value written to CLKDIV register. Since SDCLKIN is divided inside controller by the DIVRATIO value set in the CLKSEL register, we need to use the same output clock value to calculate the CLKDIV value. as per user manual: cclk_in = SDCLKIN

[U-Boot] [PATCH] Exynos5250: Remove lowlevelinit

2014-02-14 Thread Rajeshwari Shinde
From: Rajeshwari S Shinde Since we use CONFIG_SKIP_LOWLEVEL_INIT for Exynos baords, we dont need to a lowlevel_init.S file. Signed-off-by: Rajeshwari S Shinde --- board/samsung/smdk5250/lowlevel_init.S | 82 -- 1 file changed, 82 deletions(-) delete mode 10064

[U-Boot] [PATCH 0/4] EXYNOS: Convert Assembly code to c and make it common.

2013-04-24 Thread Rajeshwari Shinde
Convert the assembly code in board/samsung to c and move the same to arch/arm. lds file made common across SMDKV310, Origen and SMDK5250. Add the power reset and exit wakeup api for exynos. Initialise GPIO for uart in Origen and SMDK5250 using pinmux. Rajeshwari Shinde (4): EXYNOS: Add API for

[U-Boot] [PATCH 2/4] EXYNOS: LDS file move to common

2013-04-24 Thread Rajeshwari Shinde
smdk5250-uboot-spl.lds is moved to common folder, so that it can be reused. It is renamed to exynos-uboot-spl.lds Signed-off-by: Rajeshwari Shinde --- .../exynos-uboot-spl.lds} |0 include/configs/exynos5250-dt.h|2 +- 2 files changed, 1

[U-Boot] [PATCH 1/4] EXYNOS: Add API for power reset and exit wakeup

2013-04-24 Thread Rajeshwari Shinde
This patch adds APIs to get power reset status and exit the wakeup condition for both exynos5 and exynos4 Signed-off-by: Rajeshwari Shinde --- arch/arm/cpu/armv7/exynos/power.c| 50 ++ arch/arm/include/asm/arch-exynos/power.h | 10 ++ 2 files changed

[U-Boot] [PATCH 3/4] EXYNOS4210: Configure GPIO for uart

2013-04-24 Thread Rajeshwari Shinde
This patch configures the gpio values for UART on Origen and SMDKV310 using pinmux Signed-off-by: Rajeshwari Shinde --- arch/arm/cpu/armv7/exynos/pinmux.c | 40 +++ board/samsung/origen/origen.c | 46 board/samsung

[U-Boot] [PATCH 0/4 V5] SMDK5250: FDT: Add device tree support for console

2013-05-17 Thread Rajeshwari Shinde
Changed to COMPAT_SAMSUNG_EXYNOS5_SERIAL to COMPAT_SAMSUNG_EXYNOS_SERIAL Changes in V5: - Added serial device node for Snow board. Rajeshwari Shinde (4): EXYNOS5: FDT: Add compatible strings for Serial EXYNOS5: FDT: Add serial device node values S5P: Serial: Add fdt support to driver CONFIG: EXYNOS5: Ena

[U-Boot] [PATCH 1/4 V5] EXYNOS5: FDT: Add compatible strings for Serial

2013-05-17 Thread Rajeshwari Shinde
Add required compatible information for s5p serial driver Signed-off-by: Abhilash Kesavan Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V2: - Changed the compatible string to "samsung,exynos4210-uart" Changes in V3: - Rebased on latest u-bo

[U-Boot] [PATCH 2/4 V5] EXYNOS5: FDT: Add serial device node values

2013-05-17 Thread Rajeshwari Shinde
This patch adds the device node required for serial driver Signed-off-by: Abhilash Kesavan Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Changed the compatible string to "samsung,exynos4210-uart" Changes in V3: - Added a alias console as we will support one at

[U-Boot] [PATCH 3/4 V5] S5P: Serial: Add fdt support to driver

2013-05-17 Thread Rajeshwari Shinde
-off-by: Abhilash Kesavan Signed-off-by: Gabe Black Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None Changes in V3: - Moved driver config structure to data section. - Changed silent_console to silent-console. - Did put a check

[U-Boot] [PATCH 4/4 V5] CONFIG: EXYNOS5: Enable silent console

2013-05-17 Thread Rajeshwari Shinde
This patch enables CONFIG_SILENT_CONSOLE for EXYNOS5. Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - None Changes in V5: - None include/configs/exynos5250-dt.h |2 ++ 1 files changed, 2

[U-Boot] [PATCH 0/2 V2] EXYNOS: Support a delay after deactivate for SPI

2013-05-17 Thread Rajeshwari Shinde
#ifdefine for exported function. Rajeshwari Shinde (2): EXYNOS: Export timer_get_us() to get microsecond timer EXYNOS: SPI: Support a delay after deactivate drivers/spi/exynos_spi.c | 19 +++ include/common.h |6 ++ 2 files changed, 25 insertions(+), 0

[U-Boot] [PATCH 1/2 V2] EXYNOS: Export timer_get_us() to get microsecond timer

2013-05-17 Thread Rajeshwari Shinde
This function, if implemented by the board, provides a microsecond timer. The granularity may be larger than 1us if hardware does not support this. Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Removed #ifdefine for exported function. include/common.h

[U-Boot] [PATCH 2/2 V2] EXYNOS: SPI: Support a delay after deactivate

2013-05-17 Thread Rajeshwari Shinde
pport SPI_PREAMBLE mode" link: http://patchwork.ozlabs.org/patch/229891/ Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None. drivers/spi/exynos_spi.c | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/d

[U-Boot] [PATCH] MMC: DWMMC: Fix FIFO_DEPTH calculation

2013-05-23 Thread Rajeshwari Shinde
, we were recalculating the FIFO_DEPT each time which is not correct. Signed-off-by: Hatim Ali Signed-off-by: Rajeshwari Shinde --- drivers/mmc/dw_mmc.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/dw_mmc.c b/drivers/mmc/dw_mmc.c index 4070d4e..be590a4

[U-Boot] [PATCH V2] MMC: DWMMC: Fix FIFO_DEPTH calculation

2013-05-24 Thread Rajeshwari Shinde
correct value, we were recalculating the FIFO_DEPT each time which is not correct. Based on "[PATCH V9 3/9] DWMMC: Initialise dwmci and resolve EMMC read write issues" http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/160247 Signed-off-by: Hatim Ali Signed-off-by: Rajeshw

[U-Boot] [PATCH 0/2 V3] SPI: Enable SPI_PREAMBLE Mode

2013-05-24 Thread Rajeshwari Shinde
suggested by Minkyu Kang. - Removed in_bytes check in while loop. - Added a error check. Rajeshwari Shinde (2): SPI: Add support for preamble bytes EXYNOS: SPI: Support SPI_PREAMBLE mode drivers/spi/exynos_spi.c | 69 +++-- include/spi.h

[U-Boot] [PATCH 1/2 V3] SPI: Add support for preamble bytes

2013-05-24 Thread Rajeshwari Shinde
e communication with the slave is possible. Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None Changes in V3: - None. include/spi.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/spi.h b/include/spi.h in

[U-Boot] [PATCH 2/2 V3] EXYNOS: SPI: Support SPI_PREAMBLE mode

2013-05-24 Thread Rajeshwari Shinde
. The client will receive only data bytes after the preamble. Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in v2: - Remove preamable_count variable which is not really needed - Fix checkpatch warning (multiple assignments) Changes in V3: - Modified

[U-Boot] [PATCH 0/2 V4] SPI: Enable SPI_PREAMBLE Mode

2013-05-24 Thread Rajeshwari Shinde
suggested by Minkyu Kang. - Removed in_bytes check in while loop. - Added a error check. Changes in V4: - Corrected a if condition. Rajeshwari Shinde (2): SPI: Add support for preamble bytes EXYNOS: SPI: Support SPI_PREAMBLE mode drivers/spi/exynos_spi.c | 69

[U-Boot] [PATCH 1/2 V4] SPI: Add support for preamble bytes

2013-05-24 Thread Rajeshwari Shinde
e communication with the slave is possible. Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None Changes in V3: - None. Changes in V4: - None. include/spi.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/inc

[U-Boot] [PATCH 2/2 V4] EXYNOS: SPI: Support SPI_PREAMBLE mode

2013-05-24 Thread Rajeshwari Shinde
. The client will receive only data bytes after the preamble. Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Remove preamable_count variable which is not really needed - Fix checkpatch warning (multiple assignments) Changes in V3: - Modified

[U-Boot] [PATCH 0/2 V5] spi: Enable SPI_PREAMBLE Mode

2013-05-28 Thread Rajeshwari Shinde
suggested by Minkyu Kang. - Removed in_bytes check in while loop. - Added a error check. Changes in V4: - Corrected a if condition. Changes in V5: - In commit message header changed SPI to spi EXYNOS: SPI: to spi: exynos: Rajeshwari Shinde (2): spi

[U-Boot] [PATCH 1/2 V5] spi: Add support for preamble bytes

2013-05-28 Thread Rajeshwari Shinde
e communication with the slave is possible. Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None Changes in V3: - None. Changes in V4: - None. Changes in V5: - In commit message header changed SPI to spi. include/spi.h |5 +

[U-Boot] [PATCH 2/2 V5] spi: exynos: Support SPI_PREAMBLE mode

2013-05-28 Thread Rajeshwari Shinde
. The client will receive only data bytes after the preamble. Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Remove preamable_count variable which is not really needed - Fix checkpatch warning (multiple assignments) Changes in V3: - Modified

[U-Boot] [PATCH 0/2 V3] exynos: Support a delay after deactivate for SPI

2013-05-29 Thread Rajeshwari Shinde
uot;; Changes in V2: - Removed #ifdefine for exported function. Changes in V3: - Rebased on "[PATCH 0/2 V5] spi: Enable SPI_PREAMBLE Mode" Rajeshwari Shinde (2): exynos: Export timer_get_us() to get microsecond timer spi: exynos: Support a delay after deactivate d

[U-Boot] [PATCH 1/2 V3] exynos: Export timer_get_us() to get microsecond timer

2013-05-29 Thread Rajeshwari Shinde
This function, if implemented by the board, provides a microsecond timer. The granularity may be larger than 1us if hardware does not support this. Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Removed #ifdefine for exported function. Changes in V3

[U-Boot] [PATCH 2/2 V3] spi: exynos: Support a delay after deactivate

2013-05-29 Thread Rajeshwari Shinde
H 0/2 V5] spi: Enable SPI_PREAMBLE Mode" Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None. Changes in V3: - Rebased on "[PATCH 0/2 V5] spi: Enable SPI_PREAMBLE Mode" drivers/spi/exynos_spi.c | 19 +++ 1 files ch

[U-Boot] [PATCH V2] spi: exynos: Minimise access to SPI FIFO level

2013-05-29 Thread Rajeshwari Shinde
ss Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Rebased on "[PATCH 0/2 V5] spi: Enable SPI_PREAMBLE Mode" drivers/spi/exynos_spi.c | 27 +++ 1 files changed, 15 insertions(+), 12 deletions(-) diff --git a/drivers/spi/exynos_spi.c b/drivers/sp

[U-Boot] [PATCH V2] spi: exynos: Support word transfers

2013-05-29 Thread Rajeshwari Shinde
. Based on "[PATCH V2] spi: exynos: Minimise access to SPI FIFO level" Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Rebased on [PATCH V2] spi: exynos: Minimise access to SPI FIFO level arch/arm/include/asm/arch-exynos/spi.h | 11 - d

[U-Boot] [PATCH V2] exynos: spl: Add a custom spi copy function

2013-05-29 Thread Rajeshwari Shinde
spl_boot.c as it was already define in spl.h Based on "[PATCH V2] spi: exynos: Support word transfers" Signed-off-by: Alim Akhtar Signed-off-by: Tom Wai-Hong Tam Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Corrected the commit message. - Added a SPI tim

[U-Boot] [PATCH 0/4 V6] EXYNOS5250: FDT: Add device tree support for console

2013-06-24 Thread Rajeshwari Shinde
p with all other samsung strings. Rajeshwari Shinde (4): EXYNOS5: FDT: Add compatible strings for Serial EXYNOS5: FDT: Add serial device node values S5P: Serial: Add fdt support to driver CONFIG: EXYNOS5: Enable silent console arch/arm/dts/exynos5250.dtsi | 28 ++ boa

[U-Boot] [PATCH 2/4 V6] EXYNOS5: FDT: Add serial device node values

2013-06-24 Thread Rajeshwari Shinde
This patch adds the device node required for serial driver Signed-off-by: Abhilash Kesavan Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Changed the compatible string to "samsung,exynos4210-uart" Changes in V3: - Added a alias console as we will support one at

[U-Boot] [PATCH 4/4 V6] CONFIG: EXYNOS5: Enable silent console

2013-06-24 Thread Rajeshwari Shinde
This patch enables CONFIG_SILENT_CONSOLE for EXYNOS5. This patch also removes the hardcoding of UART port from exynos5250 config. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None Changes in V3: - None Changes in V4: - None Changes in V5: - None Chnages

[U-Boot] [PATCH 3/4 V6] S5P: Serial: Add fdt support to driver

2013-06-24 Thread Rajeshwari Shinde
-off-by: Abhilash Kesavan Signed-off-by: Gabe Black Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None Changes in V3: - Moved driver config structure to data section. - Changed silent_console to silent-console. - Did put a check

[U-Boot] [PATCH 1/4 V6] EXYNOS5: FDT: Add compatible strings for Serial

2013-06-24 Thread Rajeshwari Shinde
Add required compatible information for s5p serial driver Signed-off-by: Abhilash Kesavan Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Changed the compatible string to "samsung,exynos4210-uart" Changes in V3: - Rebased on latest u-boot-samsung Cha

[U-Boot] [PATCH 0/4 V7] EXYNOS5250: FDT: Add device tree support for console

2013-06-24 Thread Rajeshwari Shinde
p with all other samsung strings. Changes in V7: - Removed a extra line. Rajeshwari Shinde (4): EXYNOS5: FDT: Add compatible strings for Serial EXYNOS5: FDT: Add serial device node values S5P: Serial: Add fdt support to driver CONFIG: EXYNOS5: Enable silent console arch/arm/dts/exyno

[U-Boot] [PATCH 2/4 V7] EXYNOS5: FDT: Add serial device node values

2013-06-24 Thread Rajeshwari Shinde
This patch adds the device node required for serial driver Signed-off-by: Abhilash Kesavan Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Changed the compatible string to "samsung,exynos4210-uart" Changes in V3: - Added a alias console as we will support one at

[U-Boot] [PATCH 1/4 V7] EXYNOS5: FDT: Add compatible strings for Serial

2013-06-24 Thread Rajeshwari Shinde
Add required compatible information for s5p serial driver Signed-off-by: Abhilash Kesavan Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Changed the compatible string to "samsung,exynos4210-uart" Changes in V3: - Rebased on latest u-boot-samsung Cha

[U-Boot] [PATCH 3/4 V7] S5P: Serial: Add fdt support to driver

2013-06-24 Thread Rajeshwari Shinde
-off-by: Abhilash Kesavan Signed-off-by: Gabe Black Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None Changes in V3: - Moved driver config structure to data section. - Changed silent_console to silent-console. - Did put a check

[U-Boot] [PATCH 4/4 V7] CONFIG: EXYNOS5: Enable silent console

2013-06-24 Thread Rajeshwari Shinde
This patch enables CONFIG_SILENT_CONSOLE for EXYNOS5. This patch also removes the hardcoding of UART port from exynos5250 config. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None Changes in V3: - None Changes in V4: - None Changes in V5: - None Changes

[U-Boot] [PATCH] SMDK5250: Remove reduntant code

2013-06-25 Thread Rajeshwari Shinde
enum boot_mode is defined twice once in spl.h and also in spl_boot.c, hence removing the same from spl_boot.c and including the header file. Signed-off-by: Rajeshwari Shinde --- arch/arm/include/asm/arch-exynos/spl.h |1 + board/samsung/smdk5250/spl_boot.c | 10 +- 2 files

[U-Boot] [PATCH] Origen: Correct equation to calculate PLL output frequency

2013-07-01 Thread Rajeshwari Shinde
EXYNOS4 user manual equation for calculating PLL output is FOUT= MDIV x FIN/(PDIV x 2^(SDIV -1)) hence updating accordingly. Signed-off-by: Rajeshwari Shinde --- arch/arm/cpu/armv7/exynos/clock.c | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu

[U-Boot] [PATCH 0/4 V2] EXYNOS: Convert Assembly code to c and make it common

2013-07-01 Thread Rajeshwari Shinde
-boot-samsung tree. - Incorporated review comments from Simon glass and Minkyu Kang. Rajeshwari Shinde (4): EXYNOS: Add API for power reset and exit wakeup EXYNOS: LDS file move to common EXYNOS4210: Configure GPIO for uart EXYNOS: Move files from board/samsung to arch/arm

[U-Boot] [PATCH 1/4 V2] EXYNOS: Add API for power reset and exit wakeup

2013-07-01 Thread Rajeshwari Shinde
This patch adds APIs to get power reset status and exit the wakeup condition for both exynos5 and exynos4 Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Expanded the comments for get_reset_status function declaration. arch/arm/cpu/armv7/exynos/power.c| 50

[U-Boot] [PATCH 2/4 V2] EXYNOS: LDS file move to common

2013-07-01 Thread Rajeshwari Shinde
smdk5250-uboot-spl.lds is moved to common folder, so that it can be reused. It is renamed to exynos-uboot-spl.lds Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass Tested-by: Simon Glass --- Changes in V2: - None. .../exynos-uboot-spl.lds} |0 include

[U-Boot] [PATCH 3/4 V2] EXYNOS4210: Configure GPIO for uart

2013-07-01 Thread Rajeshwari Shinde
This patch configures the gpio values for UART on Origen and SMDKV310 using pinmux Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Chnages in V2: - None arch/arm/cpu/armv7/exynos/pinmux.c | 40 +++ board/samsung/origen/origen.c | 46

[U-Boot] [PATCH 1/4 V3] EXYNOS: Add API for power reset and exit wakeup

2013-07-02 Thread Rajeshwari Shinde
This patch adds APIs to get power reset status and exit the wakeup condition for both exynos5 and exynos4 Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Expanded the comments for get_reset_status function declaration. Changes in V3: - None arch/arm/cpu/armv7/exynos

[U-Boot] [PATCH 0/4 V3]EXYNOS: Convert Assembly code to c and make it common

2013-07-02 Thread Rajeshwari Shinde
-boot-samsung tree. - Incorporated review comments from Simon glass and Minkyu Kang. Changes in V3: - Optimised the mem_ctrl_init function for exynos4. - Removed magic numbers. Rajeshwari Shinde (4): EXYNOS: Add API for power reset and exit wakeup EXYNOS: LDS file

[U-Boot] [PATCH 3/4 V3] EXYNOS4210: Configure GPIO for uart

2013-07-02 Thread Rajeshwari Shinde
This patch configures the gpio values for UART on Origen and SMDKV310 using pinmux Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None arch/arm/cpu/armv7/exynos/pinmux.c | 40 +++ board/samsung

[U-Boot] [PATCH 2/4 V3] EXYNOS: LDS file move to common

2013-07-02 Thread Rajeshwari Shinde
smdk5250-uboot-spl.lds is moved to common folder, so that it can be reused. It is renamed to exynos-uboot-spl.lds Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass Tested-by: Simon Glass --- Changes in V2: - None Changes in V3: - None .../exynos-uboot-spl.lds

[U-Boot] [PATCH 2/4 V4] EXYNOS: LDS file move to common

2013-07-03 Thread Rajeshwari Shinde
smdk5250-uboot-spl.lds is moved to common folder, so that it can be reused. It is renamed to exynos-uboot-spl.lds Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass Tested-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - None

[U-Boot] [PATCH 1/4 V4] EXYNOS: Add API for power reset and exit wakeup

2013-07-03 Thread Rajeshwari Shinde
This patch adds APIs to get power reset status and exit the wakeup condition for both exynos5 and exynos4 Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Expanded the comments for get_reset_status function declaration. Changes in V3: - None Changes in V4: - None

[U-Boot] [PATCH 3/4 V4] EXYNOS4210: Configure GPIO for uart

2013-07-03 Thread Rajeshwari Shinde
This patch configures the gpio values for UART on Origen and SMDKV310 using pinmux Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - None arch/arm/cpu/armv7/exynos/pinmux.c | 40

[U-Boot] [PATCH 0/4 V4]EXYNOS: Convert Assembly code to c and make it common

2013-07-03 Thread Rajeshwari Shinde
. Rajeshwari Shinde (4): EXYNOS: Add API for power reset and exit wakeup EXYNOS: LDS file move to common EXYNOS4210: Configure GPIO for uart EXYNOS: Move files from board/samsung to arch/arm arch/arm/cpu/armv7/exynos/Makefile | 17 +- .../arm/cpu/armv7/exynos}/clock_init.h

[U-Boot] [PATCH 1/2 V3] EXYNOS5: Add initial DTS file for Snow.

2013-02-25 Thread Rajeshwari Shinde
This patch adds the DTS file for Snow Board. Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None board/samsung/dts/exynos5250-snow.dts | 69 + 1 files changed, 69 insertions(+), 0 deletions

[U-Boot] [PATCH 2/2 V3] EXYNOS5: Snow: Add a configuration file

2013-02-25 Thread Rajeshwari Shinde
This patch adds the configuration file for Snow Board and defines the same in boards.cfg. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Added Maintainer Changes in V3: - Added Maintainer in aphabetical order. MAINTAINERS|4 boards.cfg

[U-Boot] [PATCH 0/2 V3] EXYNOS5: SNOW: Add initial dts and config file

2013-02-25 Thread Rajeshwari Shinde
This patch set adds initial dts and configuration file for snow. Changes in V2: - Added Maintainer. Changes in V3: - Added Maintainer in aphabetical order. Rajeshwari Shinde (2): EXYNOS5: Add initial DTS file for Snow. EXYNOS5: Snow: Add a configuration file MAINTAINERS

[U-Boot] [PATCH 0/4] SMDK5250: FDT: Add device tree support for console

2013-02-26 Thread Rajeshwari Shinde
Enabled fdt support for default console on SMDK5250. Rajeshwari Shinde (4): EXYNOS5: FDT: Add compatible strings for Serial EXYNOS5: FDT: Add serial device node values S5P: Serial: Add fdt support to driver CONFIG: EXYNOS5: Enable silent console arch/arm/dts/exynos5250.dtsi

[U-Boot] [PATCH 2/4] EXYNOS5: FDT: Add serial device node values

2013-02-26 Thread Rajeshwari Shinde
This patch adds the device node required for serial driver Signed-off-by: Abhilash Kesavan Signed-off-by: Rajeshwari Shinde --- arch/arm/dts/exynos5250.dtsi | 27 +++ board/samsung/dts/exynos5250-smdk5250.dts |1 + 2 files changed, 28 insertions(+), 0

[U-Boot] [PATCH 3/4] S5P: Serial: Add fdt support to driver

2013-02-26 Thread Rajeshwari Shinde
-off-by: Abhilash Kesavan Signed-off-by: Gabe Black Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- drivers/serial/serial_s5p.c | 80 +++ 1 files changed, 80 insertions(+), 0 deletions(-) diff --git a/drivers/serial/serial_s5p.c b

[U-Boot] [PATCH 4/4] CONFIG: EXYNOS5: Enable silent console

2013-02-26 Thread Rajeshwari Shinde
This patch enables CONFIG_SILENT_CONSOLE for EXYNOS5. Signed-off-by: Rajeshwari Shinde --- include/configs/exynos5250-dt.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index cabd2f2..3bf7d1b 100644

[U-Boot] [PATCH 1/4] EXYNOS5: FDT: Add compatible strings for Serial

2013-02-26 Thread Rajeshwari Shinde
Add required compatible information for s5p serial driver Signed-off-by: Abhilash Kesavan Signed-off-by: Rajeshwari Shinde --- include/fdtdec.h |1 + lib/fdtdec.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/fdtdec.h b/include/fdtdec.h index 77f244f

[U-Boot] [PATCH 0/2 V4] EXYNOS5: SNOW: Add initial dts and config file

2013-02-28 Thread Rajeshwari Shinde
This patch set adds initial dts and configuration file for snow. Changes in V2: - Added Maintainer. Changes in V3: - Added Maintainer in aphabetical order. Changes in V4: - Removed ethernet support Rajeshwari Shinde (2): EXYNOS5: Add initial DTS file for Snow. EXYNOS5

[U-Boot] [PATCH 1/2 V4] EXYNOS5: Add initial DTS file for Snow.

2013-02-28 Thread Rajeshwari Shinde
This patch adds the DTS file for Snow Board. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None Changes in V3: - None Changes in V4: - Removed ethernet support board/samsung/dts/exynos5250-snow.dts | 58 + 1 files changed, 58

[U-Boot] [PATCH 2/2 V4] EXYNOS5: Snow: Add a configuration file

2013-02-28 Thread Rajeshwari Shinde
This patch adds the configuration file for Snow Board and defines the same in boards.cfg. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Added Maintainer Changes in V3: - Added Maintainer in aphabetical order. Changes in V4: - None MAINTAINERS|4

[U-Boot] [PATCH 0/4 V2] SMDK5250: FDT: Add device tree support for console

2013-03-01 Thread Rajeshwari Shinde
Enabled fdt support for default console on SMDK5250. Changes in V2: - Changed the compatible string to "samsung,exynos4210-uart" Rajeshwari Shinde (4): EXYNOS5: FDT: Add compatible strings for Serial EXYNOS5: FDT: Add serial device node values S5P: Serial: Add fdt support

[U-Boot] [PATCH 3/4 V2] S5P: Serial: Add fdt support to driver

2013-03-01 Thread Rajeshwari Shinde
-off-by: Abhilash Kesavan Signed-off-by: Gabe Black Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V2: - None drivers/serial/serial_s5p.c | 80 +++ 1 files changed, 80 insertions(+), 0 deletions

[U-Boot] [PATCH 1/4 V2] EXYNOS5: FDT: Add compatible strings for Serial

2013-03-01 Thread Rajeshwari Shinde
Add required compatible information for s5p serial driver Signed-off-by: Abhilash Kesavan Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Changed the compatible string to "samsung,exynos4210-uart" include/fdtdec.h |1 + lib/fdtdec.c |1 + 2 files changed, 2

[U-Boot] [PATCH 2/4 V2] EXYNOS5: FDT: Add serial device node values

2013-03-01 Thread Rajeshwari Shinde
This patch adds the device node required for serial driver Signed-off-by: Abhilash Kesavan Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Changed the compatible string to "samsung,exynos4210-uart" arch/arm/dts/exynos5250.dtsi

[U-Boot] [PATCH 4/4 V2] CONFIG: EXYNOS5: Enable silent console

2013-03-01 Thread Rajeshwari Shinde
This patch enables CONFIG_SILENT_CONSOLE for EXYNOS5. Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V2: - None include/configs/exynos5250-dt.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/exynos5250-dt.h b/include

[U-Boot] [PATCH 2/4 V3] EXYNOS5: FDT: Add serial device node values

2013-03-15 Thread Rajeshwari Shinde
This patch adds the device node required for serial driver Signed-off-by: Abhilash Kesavan Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Changed the compatible string to "samsung,exynos4210-uart" Changes in V3: - Added a alias console as we will support one at

[U-Boot] [PATCH 4/4 V3] CONFIG: EXYNOS5: Enable silent console

2013-03-15 Thread Rajeshwari Shinde
This patch enables CONFIG_SILENT_CONSOLE for EXYNOS5. Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None include/configs/exynos5250-dt.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs

[U-Boot] [PATCH 3/4] S5P: Serial: Add fdt support to driver

2013-03-15 Thread Rajeshwari Shinde
-off-by: Abhilash Kesavan Signed-off-by: Gabe Black Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None Changes in V3: - Moved driver config structure to data section. - Changed silent_console to silent-console. - Did put a check

[U-Boot] [PATCH 0/4 V3] SMDK5250: FDT: Add device tree support for console

2013-03-15 Thread Rajeshwari Shinde
nt of time. - Moved driver config structure to data section. - Changed silent_console to silent-console. - Did put a check for base address before doing fdt decoding. Rajeshwari Shinde (4): EXYNOS5: FDT: Add compatible strings for Serial EXYNOS5: FDT: Add serial device n

[U-Boot] [PATCH 1/4 V3] EXYNOS5: FDT: Add compatible strings for Serial

2013-03-15 Thread Rajeshwari Shinde
Add required compatible information for s5p serial driver Signed-off-by: Abhilash Kesavan Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V2: - Changed the compatible string to "samsung,exynos4210-uart" Chnages in V3: - Rebased on latest u-bo

[U-Boot] [PATCH 3/4 V3] S5P: Serial: Add fdt support to driver

2013-03-15 Thread Rajeshwari Shinde
-off-by: Abhilash Kesavan Signed-off-by: Gabe Black Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None Changes in V3: - Moved driver config structure to data section. - Changed silent_console to silent-console. - Did put a check

[U-Boot] [PATCH 0/3 V4] EXYNOS5: Add GPIO numbering feature

2013-03-21 Thread Rajeshwari Shinde
V4: - To have consistent 0..n-1 GPIO numbering the banks are divided into different parts where ever they have holes in them. - Function and table to support gpio command moved to s5p-gpio driver - Rebased on latest u-boot-samsung tree Rajeshwari Shinde (3

[U-Boot] [PATCH 1/3 V4] EXYNOS5: Add gpio pin numbering feature

2013-03-21 Thread Rajeshwari Shinde
This patch adds support for gpio pin numbering support on EXYNOS5250 To have consistent 0..n-1 GPIO numbering the banks are divided into different parts where ever they have holes in them. Signed-off-by: Leela Krishna Amudala Signed-off-by: Rajeshwari Shinde --- Changes in V2: - none

[U-Boot] [PATCH 2/3 V4] S5P: Rename GPIO definitions

2013-03-21 Thread Rajeshwari Shinde
, smdkv310 config files. Signed-off-by: Rajeshwari Shinde --- Chnages in V3: - New Patch Changes in V4: - None arch/arm/cpu/armv7/exynos/pinmux.c | 134 +++--- arch/arm/include/asm/arch-exynos/gpio.h | 26 +++--- arch/arm/include/asm/arch-s5pc1xx

[U-Boot] [PATCH 3/3 V4] EXYNOS5: GPIO: Enable GPIO Command for EXYNOS5

2013-03-21 Thread Rajeshwari Shinde
This patch enables GPIO Command for EXYNOS5. Function has been added to asm/gpio.h to decode the input gpio name to gpio number. example: gpio set gpa00 Signed-off-by: Rajeshwari Shinde --- Changes in V2: - New patch Changes in V3: - Created a table to know the base address of

[U-Boot] [PATCH 0/2] SPI: Enable SPI_PREAMBLE Mode

2013-03-21 Thread Rajeshwari Shinde
This patch set enables PREAMBLE Mode for EXYNOS SPI. Rajeshwari Shinde (2): SPI: Add support for preamble bytes EXYNOS: SPI: Support SPI_PREAMBLE mode drivers/spi/exynos_spi.c | 62 -- include/spi.h|5 +++ 2 files changed, 59

[U-Boot] [PATCH 1/2] SPI: Add support for preamble bytes

2013-03-21 Thread Rajeshwari Shinde
e communication with the slave is possible. Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- include/spi.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/spi.h b/include/spi.h index 60e85db..5351c59 100644 --- a/include/spi.h +++ b/include/sp

[U-Boot] [PATCH 2/2] EXYNOS: SPI: Support SPI_PREAMBLE mode

2013-03-21 Thread Rajeshwari Shinde
. The client will receive only data bytes after the preamble. Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- drivers/spi/exynos_spi.c | 62 -- 1 files changed, 54 insertions(+), 8 deletions(-) diff --git a/drivers/spi/exynos_spi.c b

[U-Boot] [PATCH 0/2] EXYNOS: Support a delay after deactivate for SPI

2013-03-22 Thread Rajeshwari Shinde
MBLE mode" link: http://patchwork.ozlabs.org/patch/229891/ Rajeshwari Shinde (2): EXYNOS: Export timer_get_us() to get microsecond timer EXYNOS: SPI: Support a delay after deactivate drivers/spi/exynos_spi.c | 20 include/common.h |8 2 files ch

[U-Boot] [PATCH 1/2] EXYNOS: Export timer_get_us() to get microsecond timer

2013-03-22 Thread Rajeshwari Shinde
This function, if implemented by the board, provides a microsecond timer. The granularity may be larger than 1us if hardware does not support this. Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- include/common.h |8 1 files changed, 8 insertions(+), 0 deletions

[U-Boot] [PATCH 2/2] EXYNOS: SPI: Support a delay after deactivate

2013-03-22 Thread Rajeshwari Shinde
pport SPI_PREAMBLE mode" link: http://patchwork.ozlabs.org/patch/229891/ Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- drivers/spi/exynos_spi.c | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/drivers/spi/exynos_spi.c b/d

[U-Boot] [PATCH] EXYNOS: SPI: Minimise access to SPI FIFO level

2013-03-22 Thread Rajeshwari Shinde
, but the rxfifo has data in it, then writing too much data to the txfifo may overflow the rxfifo as data arrives. This speeds up SPI flash reading from about 1MB/s to about 2MB/s on snow. Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- drivers/spi/exynos_spi.c | 31

[U-Boot] [PATCH] EXYNOS: SPI: Support word transfers

2013-03-25 Thread Rajeshwari Shinde
. Based on "EXYNOS: SPI: Minimise access to SPI FIFO level" link: http://patchwork.ozlabs.org/patch/230034/ Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- arch/arm/include/asm/arch-exynos/spi.h | 11 - drivers/spi/exynos_spi.c

[U-Boot] [PATCH] EXYNOS: SPL: Add a custom spi copy function

2013-03-27 Thread Rajeshwari Shinde
from spl_boot.c as it was already define in spl.h Signed-off-by: Alim Akhtar Signed-off-by: Tom Wai-Hong Tam Signe-off-by: Rajeshwari Shinde --- arch/arm/cpu/armv7/exynos/pinmux.c |2 +- arch/arm/include/asm/arch-exynos/spi.h |2 + board/samsung/smdk5250/spl_boot.c | 126

[U-Boot] [PATCH 0/4 V4] SMDK5250: FDT: Add device tree support for console

2013-04-01 Thread Rajeshwari Shinde
Changed to COMPAT_SAMSUNG_EXYNOS5_SERIAL to COMPAT_SAMSUNG_EXYNOS_SERIAL Rajeshwari Shinde (4): EXYNOS5: FDT: Add compatible strings for Serial EXYNOS5: FDT: Add serial device node values S5P: Serial: Add fdt support to driver CONFIG: EXYNOS5: Enable silent console arch/arm/dts/exynos5250.dtsi

[U-Boot] [PATCH 1/4 V4] EXYNOS5: FDT: Add compatible strings for Serial

2013-04-01 Thread Rajeshwari Shinde
Add required compatible information for s5p serial driver Signed-off-by: Abhilash Kesavan Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V2: - Changed the compatible string to "samsung,exynos4210-uart" Changes in V3: - Rebased on latest u-bo

[U-Boot] [PATCH 2/4 V4] EXYNOS5: FDT: Add serial device node values

2013-04-01 Thread Rajeshwari Shinde
This patch adds the device node required for serial driver Signed-off-by: Abhilash Kesavan Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Changed the compatible string to "samsung,exynos4210-uart" Changes in V3: - Added a alias console as we will support one at

[U-Boot] [PATCH 3/4 V4] S5P: Serial: Add fdt support to driver

2013-04-01 Thread Rajeshwari Shinde
-off-by: Abhilash Kesavan Signed-off-by: Gabe Black Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None Changes in V3: - Moved driver config structure to data section. - Changed silent_console to silent-console. - Did put a check

[U-Boot] [PATCH 4/4 V4] CONFIG: EXYNOS5: Enable silent console

2013-04-01 Thread Rajeshwari Shinde
This patch enables CONFIG_SILENT_CONSOLE for EXYNOS5. Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - None include/configs/exynos5250-dt.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions

[U-Boot] [PATCH 0/3 V5] EXYNOS5: Add GPIO numbering feature

2013-04-03 Thread Rajeshwari Shinde
on latest u-boot-samsung tree - Removed Exynos5 specific code in gpio driver api to get bank. - Added #define HAVE_GENERIC_GPIO in config file to remove conditinal CPU check in gpio driver. Rajeshwari Shinde (3): EXYNOS5: Add gpio pin numbering feature S5P

[U-Boot] [PATCH 2/3 V5] S5P: Rename GPIO definitions

2013-04-03 Thread Rajeshwari Shinde
, smdkv310 config files. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - New patch Changes in V3: - Created a table to know the base address of input bank. Changes in V4: - Moved the function name_to_gpio to s5p gpio driver and renamed to s5p_name_to_gpio

[U-Boot] [PATCH 1/3 V5] EXYNOS5: Add gpio pin numbering feature

2013-04-03 Thread Rajeshwari Shinde
This patch adds support for gpio pin numbering support on EXYNOS5250 To have consistent 0..n-1 GPIO numbering the banks are divided into different parts where ever they have holes in them. Signed-off-by: Leela Krishna Amudala Signed-off-by: Rajeshwari Shinde --- Changes in V2: - none

[U-Boot] [PATCH 3/3 V5] EXYNOS5: GPIO: Enable GPIO Command for EXYNOS5

2013-04-03 Thread Rajeshwari Shinde
This patch enables GPIO Command for EXYNOS5. Function has been added to asm/gpio.h to decode the input gpio name to gpio number. example: gpio set gpa00 Signed-off-by: Rajeshwari Shinde --- Changes in V2: - New patch Changes in V3: - Created a table to know the base address of

[U-Boot] [PATCH] EXYNOS: Move includes from setup.h to tzpc_init.c

2013-04-03 Thread Rajeshwari Shinde
These should not be in the header since not every C file needs them. Move them to the file that needs them. Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- board/samsung/smdk5250/setup.h |3 --- board/samsung/smdk5250/tzpc_init.c |2 ++ 2 files changed, 2 insertions

  1   2   3   4   5   6   >