Re: [U-Boot] [HELP]: sf: winbond: add W25Q32

2013-05-26 Thread Rajeshwari Birje
Hi Jagan, Hope following reply answer your query. On Sat, May 25, 2013 at 2:08 AM, Jagan Teki wrote: > Hi, > > Any update on this, is this a different part w.r.t what I refer for? > > Thanks, > Jagan. > > On Thu, May 23, 2013 at 2:22 PM, Jagan Teki wrote: >> Hi Rajeshwari, >> >> + { >> +

Re: [U-Boot] [HELP]: sf: winbond: add W25Q32

2013-05-27 Thread Rajeshwari Birje
agan Teki wrote: >> Hi, >> >> Thanks for your response. >> >> On Mon, May 27, 2013 at 11:09 AM, Rajeshwari Birje >> wrote: >>> Hi Jagan, >>> >>> Hope following reply answer your query. >>> >>> On Sat, May 25, 2013 at 2

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

2013-05-28 Thread Rajeshwari Birje
Hi Wolfgang Denk, Thank you for review comments. On Sun, May 12, 2013 at 2:01 AM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1368285471-11039-1-git-send-email-...@chromium.org> you wrote: >> From: Rajeshwari Shinde >> >> This CL implements a custom spi_copy funtion to copy u-boot

Re: [U-Boot] [PATCH V9 0/9] EXYNOS5: Enable DWMMC, add FDT support for DWMMC and enable EMMC boot

2013-05-28 Thread Rajeshwari Birje
Hi Andy, U seem to be busy. I you have no issues can I ask Minkyu Kang to take them in u-boot-samsung tree. Please do reply. -- Regards, Rajeshwari Shinde On Fri, May 24, 2013 at 11:16 AM, Rajeshwari Birje wrote: > Hi Andy, > > Please do let us know if any comments on this patch set

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

2013-06-05 Thread Rajeshwari Birje
Hi Jagan, Simon had sent a V2 by rebasing the patch on MMC series submitted by Amar, but there are no comments on those MMC patches and are not yet merged. I incorporated the review comments given by Wolfgang Denk on top of V1 and sent a V2 patch. Regards, Rajeshwari Shinde. On Mon, Jun 3, 2013

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

2013-06-19 Thread Rajeshwari Birje
Hi Minkyu Kang, Any comments on this patch set? Please do let me know. Regards, Rajeshwari Shinde. On Fri, May 17, 2013 at 4:33 PM, Rajeshwari Shinde wrote: > Enabled fdt support for default console on SMDK5250. > > Changes in V2: > - Changed the compatible string to "samsung,exynos421

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

2013-06-24 Thread Rajeshwari Birje
Hi Minkyu, Please do find the answer to your commnet. On Mon, Jun 24, 2013 at 3:46 PM, Minkyu Kang wrote: > On 24/06/13 18:16, Rajeshwari Shinde wrote: >> Add required compatible information for s5p serial driver >> >> Signed-off-by: Abhilash Kesavan >> Signed-off-by: Rajeshwari Shinde >> ---

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

2013-06-24 Thread Rajeshwari Birje
Hi Minkyu Kang, Thank you for comment On Mon, Jun 24, 2013 at 3:46 PM, Minkyu Kang wrote: > On 24/06/13 18:16, Rajeshwari Shinde wrote: >> This patch adds the device node required for serial driver >> >> Signed-off-by: Abhilash Kesavan >> Signed-off-by: Rajeshwari Shinde >> --- >> Changes in V

Re: [U-Boot] [PATCH 4/4] EXYNOS: Move files from board/samsung to arch/arm.

2013-06-26 Thread Rajeshwari Birje
Hi Minkyu Kang, I will have to rebase this patch on the latest u-boot-samsung tree, before which please do let me know your comments on the same. Regards, Rajeshwari Shinde On Wed, May 15, 2013 at 6:47 PM, Simon Glass wrote: > Hi Rajeswari, > > On Sun, May 12, 2013 at 8:40 PM, Rajeshw

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

2013-06-27 Thread Rajeshwari Birje
Hi Minkyu, Please do let me know your coments on the same. If no comments can we get this patch merged. On Tue, Jun 25, 2013 at 7:25 PM, Simon Glass wrote: > On Tue, Jun 25, 2013 at 6:47 AM, Rajeshwari Shinde > wrote: > >> enum boot_mode is defined twice once in spl.h and also in >> spl_boot.c,

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

2013-07-01 Thread Rajeshwari Birje
Hi Minkyu Kang, As per the user manual I have for EXYNOS5 it is FOUT = MDIV * FIN / (PDIV * 2^SDIV) Regards, Rajeshwari Shinde. On Mon, Jul 1, 2013 at 1:56 PM, Minkyu Kang wrote: > On 01/07/13 16:42, Rajeshwari Shinde wrote: >> EXYNOS4 user manual equation for calculating PLL output is >> FOUT=

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

2013-07-01 Thread Rajeshwari Birje
Hi Minkyu Kang, Can we please get this merged soon after your review as it is effort to rebase and test this each time. On Mon, Jul 1, 2013 at 3:32 PM, Rajeshwari Shinde wrote: > Convert the assembly code in board/samsung to c and move the same to arch/arm. > lds file made common across SMDKV310

Re: [U-Boot] [PATCH 4/4 V2] EXYNOS: Move files from board/samsung to arch/arm.

2013-07-02 Thread Rajeshwari Birje
Hi Minkyu Kang, Thank you for comments On Tue, Jul 2, 2013 at 11:25 AM, Minkyu Kang wrote: > Dear Rajeshwari, > > On 01/07/13 19:02, Rajeshwari Shinde wrote: >> This patch performs the following: >> >> 1) Convert the assembly code for memory and clock initialization to C code. >> 2) Move the mem

Re: [U-Boot] [PATCH 4/4 V2] EXYNOS: Move files from board/samsung to arch/arm.

2013-07-02 Thread Rajeshwari Birje
Hi Minkyu Kang, On Tue, Jul 2, 2013 at 11:25 AM, Minkyu Kang wrote: > Dear Rajeshwari, > > On 01/07/13 19:02, Rajeshwari Shinde wrote: >> This patch performs the following: >> >> 1) Convert the assembly code for memory and clock initialization to C code. >> 2) Move the memory and clock init codes

Re: [U-Boot] [PATCH 4/4 V3] EXYNOS: Move files from board/samsung to arch/arm

2013-07-03 Thread Rajeshwari Birje
Hi Minkyu Kang, Thank you for comments. Please find the clarificatio below. On Wed, Jul 3, 2013 at 5:40 PM, Minkyu Kang wrote: > On 02/07/13 22:12, Rajeshwari Shinde wrote: >> This patch performs the following: >> >> 1) Convert the assembly code for memory and clock initialization to C code. >>

Re: [U-Boot] [PATCH 4/4 V3] EXYNOS: Move files from board/samsung to arch/arm

2013-07-03 Thread Rajeshwari Birje
Hi Minkyu Kang, On Thu, Jul 4, 2013 at 7:31 AM, Minkyu Kang wrote: diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm/include/asm/arch-exynos/cpu.h index 36b98c8..75dbe26 100644 --- a/arch/arm/include/asm/arch-exynos/cpu.h +++ b/arch/arm/include/asm/arch-exyn

Re: [U-Boot] [PATCH 4/4 V3] EXYNOS: Move files from board/samsung to arch/arm

2013-07-03 Thread Rajeshwari Birje
Hi Minkyu Kang, On Thu, Jul 4, 2013 at 11:27 AM, Minkyu Kang wrote: > On 04/07/13 14:27, Rajeshwari Birje wrote: >> Hi Minkyu Kang, >> >> On Thu, Jul 4, 2013 at 7:31 AM, Minkyu Kang wrote: >>>>>> diff --git a/arch/arm/include/asm/arch-exynos/cpu.h &g

Re: [U-Boot] [PATCH] arm: exynos: fix clock calculation

2013-07-07 Thread Rajeshwari Birje
Hi Minkyu Kang, On Fri, Jul 5, 2013 at 3:43 PM, Minkyu Kang wrote: > There are differnce with clock calcuation by cpu variations. > This patch will fix it according to user manual. > > Signed-off-by: Minkyu Kang > Signed-off-by: Rajeshwari Shinde > --- > arch/arm/cpu/armv7/exynos/clock.c | 3

Re: [U-Boot] [PATCH v2] arm: exynos: fix clock calculation

2013-07-09 Thread Rajeshwari Birje
Looks fine to me. Acked-by: Rajeshwari Shinde On Tue, Jul 9, 2013 at 1:07 PM, Minkyu Kang wrote: > There are differnce with clock calcuation by cpu variations. > This patch will fix it according to user manual. > > Signed-off-by: Minkyu Kang > Signed-off-by: Rajeshwari Shinde > --- > Changes f

Re: [U-Boot] [PATCH] arm: put .hash, .got.plt and .machine_param back in binaries

2013-12-25 Thread Rajeshwari Birje
Hi Albert, Any idea when are you getting this patch in as it is effecting the SMDK5250 booting. Regards, Rajeshwari On Fri, Dec 13, 2013 at 3:28 PM, Albert ARIBAUD wrote: > Hi Masahiro, > > On Fri, 13 Dec 2013 17:15:51 +0900, Masahiro Yamada > wrote: > > > Hello Albert. > > > > > > > $(obj)$

Re: [U-Boot] [PATCH V2 5/7] smdk5420: Implement callbacks needed by exynos_fb driver

2014-01-01 Thread Rajeshwari Birje
Hi Simon, Had posted a patch for same long back and some how it did not get reviewed later, this needs to reworked again. Following is the link for same. https://patches.linaro.org/15850/ Regards, Rajeshwari On Fri, Dec 20, 2013 at 10:06 PM, Simon Glass wrote: > Hi Ajay, > > On 20 December 20

Re: [U-Boot] [PATCH 1/3] exynos: pinmux: sort the list of peripherals

2014-01-29 Thread Rajeshwari Birje
Hi All, This looks fine. Acked-by: Rajehswari Shinde On Wed, Jan 29, 2014 at 1:33 PM, Minkyu Kang wrote: > > Signed-off-by: Minkyu Kang > --- > arch/arm/include/asm/arch-exynos/periph.h |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/include/asm/arch-exyn

Re: [U-Boot] [PATCH 3/3] exynos: pinmux: remove unnecessary routine

2014-01-29 Thread Rajeshwari Birje
Hi Minkyu Knag, On Wed, Jan 29, 2014 at 1:34 PM, Minkyu Kang wrote: > Because of the list of peripherals is not sequential, > such a routine does not check for valid correctly. > Error check will be done when call the exynos_pinmux_config function. > > Signed-off-by: Minkyu Kang > --- > arch/ar

Re: [U-Boot] [PATCH 1/3] exynos: pinmux: sort the list of peripherals

2014-01-29 Thread Rajeshwari Birje
Acked-by: Rajeshwari Shinde On Wed, Jan 29, 2014 at 2:27 PM, Rajeshwari Birje wrote: > Hi All, > > This looks fine. > > Acked-by: Rajehswari Shinde > > On Wed, Jan 29, 2014 at 1:33 PM, Minkyu Kang wrote: >> >> Signed-off-by: Minkyu Kang >> --- >&g

Re: [U-Boot] [PATCH 3/3] exynos: pinmux: remove unnecessary routine

2014-02-04 Thread Rajeshwari Birje
Hi Minkyu Kang, On Mon, Feb 3, 2014 at 12:53 PM, Minkyu Kang wrote: > On 29/01/14 18:01, Rajeshwari Birje wrote: >> Hi Minkyu Knag, >> >> On Wed, Jan 29, 2014 at 1:34 PM, Minkyu Kang wrote: >>> Because of the list of peripherals is not sequential, >>>

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

2014-02-04 Thread Rajeshwari Birje
Hi All, CCing Jaehoon Chung. Regards, Rajeshwari On Wed, Feb 5, 2014 at 10:48 AM, Rajeshwari Shinde wrote: > 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 re

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

2014-02-06 Thread Rajeshwari Birje
ng > > On 02/05/2014 02:58 PM, Rajeshwari Birje wrote: >> Hi All, >> >> CCing Jaehoon Chung. >> >> Regards, >> Rajeshwari >> >> On Wed, Feb 5, 2014 at 10:48 AM, Rajeshwari Shinde >> wrote: >>> From: Rajeshwari S Shinde >>>

Re: [U-Boot] [PATCH] USB: S5P: Add ehci support

2012-05-02 Thread Rajeshwari Birje
Hi Marek Vasut, Thank you for the comments. On Wed, May 2, 2012 at 10:00 AM, Marek Vasut wrote: > Dear Rajeshwari Shinde, > > This patch adds ehci driver support  for s5p. > >It'd be awesome if you CCed me ;-) >Also, it might be worth CCing Lukasz? -- Will do so. > > > Signed-off-by: Vivek Gautam

Re: [U-Boot] [PATCH 5/5] exynos5: usb: Enable USB 2.0 on smdk5250

2012-05-03 Thread Rajeshwari Birje
Hi Minkyu, Thank you for the comments. On Thu, May 3, 2012 at 1:08 PM, Minkyu Kang wrote: > On 2 May 2012 22:52, Rajeshwari Shinde wrote: >> Signed-off-by: Vivek Gautam >> Signed-off-by: Rajeshwari Shinde >> --- >>  arch/arm/include/asm/arch-exynos/cpu.h |    1 + >>  include/configs/smdk5250.

Re: [U-Boot] [PATCH V2] USB: S5P: Add ehci support

2012-05-03 Thread Rajeshwari Birje
Hi Minkyu, Thank you for the comments. On Thu, May 3, 2012 at 1:20 PM, Minkyu Kang wrote: > Dear Rajeshwari Shinde, > > On 2 May 2012 22:48, Rajeshwari Shinde wrote: >> This patch adds ehci driver support for s5p. > > Now, s5p is renamed to exynos. > Please fix it globally. > >> >> Signed-off-b

Re: [U-Boot] [PATCH 1/5] exynos5: Add system register structure

2012-05-03 Thread Rajeshwari Birje
Hi Minkyu, Thank you for the comments. On Thu, May 3, 2012 at 12:44 PM, Minkyu Kang wrote: > Dear Rajeshwari Shinde, > > On 2 May 2012 22:52, Rajeshwari Shinde wrote: >> This patch add structure for SYSREG. >> >> Signed-off-by: Che-Liang Chiou >> Signed-off-by: Rajeshwari Shinde >> Reviewed-b

Re: [U-Boot] [PATCH 3/5] exynos5: Add power Enable/Disable for USB-EHCI

2012-05-03 Thread Rajeshwari Birje
Hi Minkyu, Thank you for the comments. On Thu, May 3, 2012 at 1:03 PM, Minkyu Kang wrote: > On 2 May 2012 22:52, Rajeshwari Shinde wrote: >> This patch adds functions to enable/disable the power of USB >> host controller for exynos5. >> >> This patch depends on the patch: >> USB: S5P: Add ehci

Re: [U-Boot] [PATCH 4/6 V2] Exynos5: Add power Enable/Disable for USB-EHCI

2012-05-08 Thread Rajeshwari Birje
Hi Minkyu Kang , Thank you for the comments. On Tue, May 8, 2012 at 7:47 AM, Minkyu Kang wrote: > Dear Rajeshwari Shinde, > > On 4 May 2012 20:12, Rajeshwari Shinde wrote: >> This patch adds functions to enable/disable the power of USB >> host controller for EXYNOS5. >> >> Signed-off-by: Vivek

Re: [U-Boot] [PATCH 1/6 V4] EXYNOS5: Fix system register structure

2012-05-17 Thread Rajeshwari Birje
Hi Marek, The exact change is in "[PATCH 4/6 V4] EXYNOS: Add power Enable/Disable for USB-EHCI", It is : Renamed exynos5_set_usb_phy_ctrl and set_usb_phy_ctrl to exynos5_set_usbhost_phy_ctrl and set_usbhost_phy_ctrl. On Wed, May 16, 2012 at 6:53 PM, Marek Vasut wrote: > Dear Vivek Gautam, > >>

Re: [U-Boot] [PATCH 1/2] exynos5: pinmux: Added default pinumx settings

2012-05-17 Thread Rajeshwari Birje
Hi All, Please do let me know if any updates on the this patchset. On Fri, May 4, 2012 at 12:26 PM, Rajeshwari Shinde wrote: > This patch performs the pinmux configuration in a common file. > As of now only Exynos5 pinmux for SDMMC, UART and Ethernet is > supported. > > Signed-off-by: Abhilash K

Re: [U-Boot] [PATCH 1/6 V4] EXYNOS5: Fix system register structure

2012-05-20 Thread Rajeshwari Birje
Hi Marek, I am working on u-boot-samsung master branch. arch/arm/include/asm/arch-exynos/system.h was added to it on April 5 2012 with patch: "EXYNOS: definitions of system resgister and power management registers." If you still want me rebase the patches on u-boot-usb/master do let me know. On

Re: [U-Boot] [PATCH] USB: EXYNOS: Incorporate EHCI review comments

2012-05-21 Thread Rajeshwari Birje
Hi Marek, On Tue, May 22, 2012 at 6:49 AM, Marek Vasut wrote: > Dear Rajeshwari Shinde, > >> This patch incorates the review comments given by Minkyu Kang for >> EHCI support on EXYNOS >> >> Signed-off-by: Rajeshwari Shinde > > Perfect, applied and applied those 6 patches that were dangling. Now

Re: [U-Boot] [PATCH] PMIC: MAX77686: Add support for MAX77686

2012-05-22 Thread Rajeshwari Birje
Hi Lukasz Majewski, Thank you for the coments. On Tue, May 22, 2012 at 12:20 PM, Lukasz Majewski wrote: > Hi Rajeshwari, > >> This patch adds driver and register definitions for PMIC chip >> MAX77686. > > Why don't use the PMIC framework? Please look into drivers/misc/pmic_* > for examples. Will

Re: [U-Boot] [PATCH 2/2] exynos: smdk5250: Enable the pinmux setup

2012-05-23 Thread Rajeshwari Birje
Hi Chander, Thank you for comments On Wed, May 23, 2012 at 11:35 AM, Chander Kashyap wrote: > Hi, > > On 4 May 2012 12:26, Rajeshwari Shinde wrote: >> Use the pinmux configuration function for SMDK5250. >> >> Signed-off-by: Abhilash Kesavan >> Signed-off-by: Rajeshwari Shinde >> --- >>  arch/

Re: [U-Boot] [PATCH 1/2 V2] PMIC: MAX77686: Add support for MAX77686

2012-05-23 Thread Rajeshwari Birje
ccing Lukasz Majewski. On Wed, May 23, 2012 at 2:27 PM, Rajeshwari Shinde wrote: > This patch adds driver and register definitions for PMIC chip > MAX77686. > > Signed-off-by: Rajeshwari Shinde > --- > changes for V2: >        - using the generic PMIC framework instead of writing separate driver

Re: [U-Boot] [PATCH 2/2 V2] PMIC: SMDK5250: Enable MAX77686 pmic chip

2012-05-23 Thread Rajeshwari Birje
ccing Lukasz Majewski. On Wed, May 23, 2012 at 2:27 PM, Rajeshwari Shinde wrote: > This patch enables MAX77686 pmic chip for SMDK5250. > > Signed-off-by: Rajeshwari Shinde > --- > This patch is based on: >        "EXYNOS: SMDK5250: Enable the pinmux setup" and >        "CONFIG: SMDK5250: I2C: En

Re: [U-Boot] [PATCH] MMC: MSHCI: Add MSHCI driver

2012-05-27 Thread Rajeshwari Birje
Hi All, This patch is based on: "EXYNOS5: PINMUX: Added default pinumx settings". Regards, Rajeshwari Shinde. On Fri, May 25, 2012 at 5:21 PM, Rajeshwari Shinde wrote: > Add MSHCI driver support and resgister description for same. > > Signed-off-by: Alim Akhtar > Signed-off-by: Terry Lambert

Re: [U-Boot] [PATCH] MMC: MSHCI: Add MSHCI driver

2012-05-30 Thread Rajeshwari Birje
Hi Jaehoon Chung, Thank you for comments. On Tue, May 29, 2012 at 5:08 PM, Jaehoon Chung wrote: > Hi Rajeshwari, > > i added Some comments. > > On 05/25/2012 08:51 PM, Rajeshwari Shinde wrote: > >> Add MSHCI driver support and resgister description for same. >> >> Signed-off-by: Alim Akhtar >>

Re: [U-Boot] [PATCH 1/2] exynos5: pinmux: Added default pinumx settings

2012-05-31 Thread Rajeshwari Birje
Hi Simon, Thank you for comments. On Fri, Jun 1, 2012 at 6:05 AM, Simon Glass wrote: > Hi, > > On Thu, May 3, 2012 at 11:56 PM, Rajeshwari Shinde > wrote: > >> This patch performs the pinmux configuration in a common file. >> As of now only Exynos5 pinmux for SDMMC, UART and Ethernet is >> suppo

Re: [U-Boot] [PATCH 1/2 V2] EXYNOS5: PINMUX: Added default pinumx settings

2012-05-31 Thread Rajeshwari Birje
Hi Minkyu Kang, Thank you for comments. On Fri, Jun 1, 2012 at 12:11 PM, Minkyu Kang wrote: > Dear Simon Glass, > > On 1 June 2012 10:40, Simon Glass wrote: >> Hi, >> >> On Thu, May 31, 2012 at 2:57 AM, Minkyu Kang wrote: >>> >>> Dear Rajeshwari Shinde, >>> >>> On 23 May 2012 17:54, Rajeshwari

Re: [U-Boot] [PATCH 6/8] I2C: Modify the I2C driver for EXYNOS5

2012-06-01 Thread Rajeshwari Birje
Hi Simon, Thank you for comments. On Fri, Jun 1, 2012 at 6:47 AM, Simon Glass wrote: > Hi, > > On Fri, May 18, 2012 at 5:12 AM, Rajeshwari Shinde > wrote: > >> This patch modifies the S3C I2C driver to suppport EXYNOS5. >> The cahnges made to driver are as follows: >>        - I2C base address i

Re: [U-Boot] [PATCH 2/4] EXYNOS5: PINMUX: Add pinmux for SDMMC4

2012-06-01 Thread Rajeshwari Birje
Hi Simon, On Fri, Jun 1, 2012 at 7:03 AM, Simon Glass wrote: > Hi, > > On Fri, May 25, 2012 at 4:53 AM, Rajeshwari Shinde > wrote: > >> Add pinmux support for SDMMC4 on EXYNOS5. >> >> Signed-off-by: Terry Lambert >> Signed-off-by: Rajeshwari Shinde >> > > Is this relevant only to EVT0? It's fin

Re: [U-Boot] [PATCH V2] MMC: DWMMC: Add DWMMC driver

2012-06-11 Thread Rajeshwari Birje
Hi All, ccing Jaehoon Chung Regards, Rajeshwari Shinde. On Mon, Jun 11, 2012 at 6:18 PM, Rajeshwari Shinde wrote: > Add DWMMC driver support and resgister description for same. > > Signed-off-by: Alim Akhtar > Signed-off-by: Terry Lambert > Signed-off-by: Rajeshwari Shinde > --- > Changes

Re: [U-Boot] [PATCH V2] MMC: DWMMC: Add DWMMC driver

2012-06-12 Thread Rajeshwari Birje
or PINMUX. right? > > Best Regards, > Jaehoon Chung > > On 06/12/2012 03:14 PM, Chander Kashyap wrote: > >> Hi, >> >> On 11 June 2012 19:26, Rajeshwari Birje wrote: >>> Hi  All, >>> >>> ccing Jaehoon Chung >>> >>> Rega

Re: [U-Boot] [PATCH V2] MMC: DWMMC: Add DWMMC driver

2012-06-12 Thread Rajeshwari Birje
Hi Chander, Thank you for comments will do the correction. Regards, Rajeshwari Shinde. On Tue, Jun 12, 2012 at 11:44 AM, Chander Kashyap wrote: > Hi, > > On 11 June 2012 19:26, Rajeshwari Birje wrote: >> Hi  All, >> >> ccing Jaehoon Chung >> >> Regards

Re: [U-Boot] [PATCH V2] MMC: DWMMC: Add DWMMC driver

2012-06-15 Thread Rajeshwari Birje
Will do the change and send the patch for review. > And Added some comment > > On 06/12/2012 06:33 PM, Rajeshwari Birje wrote: > >> Hi Jaehoon Chung, >> >> Yes you need to apply the following patchset >> http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/1327

Re: [U-Boot] [PATCH V2 05/12] board:samsung:common: remove unused max77686 init function

2014-02-13 Thread Rajeshwari Birje
Hi Piotr, On Thu, Feb 13, 2014 at 7:40 PM, Piotr Wilczek wrote: > This patch removes currently unused max77686_init function. > Despite being not used, it's implementation is board specific. > MAX77686 is required for 5250, but missed it somehow when adding 5420 support and making a common config

Re: [U-Boot] [PATCH V2 06/12] board:samsung: move checkboard to common file

2014-02-13 Thread Rajeshwari Birje
Hi Piotr, This looks fine. Acked-by: Rajeshwari Shinde On Thu, Feb 13, 2014 at 7:40 PM, Piotr Wilczek wrote: > The checkboard function's implementation is common for all > DT supporting boards and should be placed in the board common file. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyu

Re: [U-Boot] [PATCH v5 3/3] arm: remove unneeded symbol offsets and _TEXT_BASE

2014-02-13 Thread Rajeshwari Birje
Hi All, For exynos5250 board we use CONFIG_SKIP_LOWLEVEL_INIT, hence change in "board/samsung/smdk5250/lowlevel_init.S" should not effect. Infact I feel that file can be removed. Regards, Rajeshwari ___ U-Boot mailing list U-Boot@lists.denx.de http://l

Re: [U-Boot] [PATCH v5 3/3] arm: remove unneeded symbol offsets and _TEXT_BASE

2014-02-14 Thread Rajeshwari Birje
Hi Albert, On Fri, Feb 14, 2014 at 1:38 PM, Albert ARIBAUD wrote: > Hi Rajeshwari, > > On Fri, 14 Feb 2014 12:58:58 +0530, Rajeshwari Birje > wrote: > >> Hi All, >> >> For exynos5250 board we use CONFIG_SKIP_LOWLEVEL_INIT, hence change in >> "board/

Re: [U-Boot] [PATCH V2 05/12] board:samsung:common: remove unused max77686 init function

2014-02-14 Thread Rajeshwari Birje
Hi Piotr, On Fri, Feb 14, 2014 at 3:18 PM, Piotr Wilczek wrote: > Hi Rajeshwari, > >> -Original Message----- >> From: Rajeshwari Birje [mailto:rajeshwari.bi...@gmail.com] >> Sent: Friday, February 14, 2014 6:32 AM >> To: Piotr Wilczek >> Cc: u-boot@lists.d

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

2014-02-14 Thread Rajeshwari Birje
Hi Albert, On Fri, Feb 14, 2014 at 3:11 PM, Albert ARIBAUD wrote: > Hi Rajeshwari, > > On Fri, 14 Feb 2014 13:52:48 +0530, Rajeshwari Shinde > wrote: > >> From: Rajeshwari S Shinde >> >> Since we use CONFIG_SKIP_LOWLEVEL_INIT for Exynos baords, we dont need to a >> lowlevel_init.S file. >> >> S

Re: [U-Boot] [PATCH] arm: exynos: Squash bogus warnings in pinmux

2014-03-11 Thread Rajeshwari Birje
Hi Acked-by: Rajeshwari S Shinde Regards, Rajeshwari On Tue, Mar 11, 2014 at 12:56 AM, Simon Glass wrote: > Hi Marek, > > On 10 March 2014 13:04, Marek Vasut wrote: >> Squash these warnings in pinmux.c found with GCC 4.8: >> >> /arch/arm/cpu/armv7/exynos/pinmux.c: In function 'exynos_pinmux_c

Re: [U-Boot] [PATCH 6/8 V2] I2C: Modify the I2C driver for EXYNOS5

2012-06-18 Thread Rajeshwari Birje
Hi Joonyoung Shim, Thank you for comments. On Fri, Jun 15, 2012 at 12:40 PM, Joonyoung Shim wrote: > Hi, > > 2012/6/7 Rajeshwari Shinde : >> This patch modifies the S3C I2C driver to suppport EXYNOS5. >> The cahnges made to driver are as follows: >>        - I2C base address is passed as a param

Re: [U-Boot] [PATCH 7/8 V2] I2C: Add support for Multi channel

2012-06-18 Thread Rajeshwari Birje
Hi Joonyoung Shim, Thank you for comments. On Fri, Jun 15, 2012 at 12:45 PM, Joonyoung Shim wrote: > Hi, > > 2012/6/7 Rajeshwari Shinde : >> This adds multiple i2c channel support for I2C. >> >> Signed-off-by: Alim Akhtar >> Signed-off-by: Rajeshwari Shinde >> Acked-by: Simon Glass >> --- >>

Re: [U-Boot] [PATCH 6/8 V2] I2C: Modify the I2C driver for EXYNOS5

2012-06-19 Thread Rajeshwari Birje
Hi Joonyoung Shim, Thank you for comments. On Tue, Jun 19, 2012 at 12:45 PM, Joonyoung Shim wrote: +static void i2c_bus_init(struct s3c24x0_i2c *i2c, unsigned int bus) +{ +       int periph_id = i2c_get_periph_id(bus); + +       exynos_pinmux_config(periph_id, 0); +

Re: [U-Boot] [PATCH 6/8 V4] I2C: Modify the I2C driver for EXYNOS5

2012-06-19 Thread Rajeshwari Birje
Hi Joonyoung Shim, On Tue, Jun 19, 2012 at 1:20 PM, Joonyoung Shim wrote: > Hi, > > I add some comments at the below. > -- ok > And current SMDK5250 uses Exynos5250 EVT0 base codes, > but i know the kernel supports only Exynos5250 EVT1. > > So, let's remove Exynos5250 EVT0 codes and add EVT1 code

Re: [U-Boot] [PATCH] EXYNOS: PINMUX: modify the gpio function value for mmc

2012-06-19 Thread Rajeshwari Birje
Hi Jaehoon Chung, Had few comments... Is this changes for EVT1 board? As per the EVT1 Manual I have it is: MMC0: Correct as per your changes. MMC1: Bank C2 - 4 bit: func - 0x2 MMC2: Bank C3 - 4 bit: func - 0x2, You have made it 8 bit. (EVT0 the manual I have it says func 0x2) MMC3 not there. O

Re: [U-Boot] [PATCH 6/8 V4] I2C: Modify the I2C driver for EXYNOS5

2012-06-20 Thread Rajeshwari Birje
Hi Minkyu Kang, This being I2C driver code should not have any dependency on EVT0 or EVT1. Regards, Rajeshwari Shinde. On Wed, Jun 20, 2012 at 2:01 PM, Minkyu Kang wrote: > Dear Rajeshwari Birje, > > On 19 June 2012 19:57, Rajeshwari Birje wrote: >> Hi Joonyoung Shim, >&

Re: [U-Boot] [PATCH 8/9 V2] EXYNOS5 : Modify pinnumx settings as per Exynos5250 Rev 1.0

2012-06-20 Thread Rajeshwari Birje
Hi Jaehoon Chung On Wed, Jun 20, 2012 at 5:28 PM, Jaehoon Chung wrote: > Hi Rajeshwari, > > On 06/20/2012 08:11 PM, Rajeshwari Shinde wrote: > >> This patch modifies the pinmux settings of MMC and UART as per >> Exynos5250 Rev 1.0 >> >> Signed-off-by: Rajeshwari Shinde >> --- >> Chnages in V2: >

Re: [U-Boot] [PATCH 4/9] EXYNOS5: CLOCK: define additional clock registers for Exynos5250 Rev 1.0

2012-06-20 Thread Rajeshwari Birje
Hi Joonyoung Shim, Thank you for comments. On Thu, Jun 21, 2012 at 10:25 AM, Joonyoung Shim wrote: > Hi, Rajeshwari. > > 2012/6/20 Rajeshwari Shinde : >> Define additional registers for clock control in Exynos5250 Rev 1.0 >> > > Many registers for clock is missed for EVT1 and exist for EVT0 stil

Re: [U-Boot] [PATCH 0/9]EXYNOS5: Support for Exynos5250 Rev 1.0

2012-06-29 Thread Rajeshwari Birje
Hi Jaehoon Chung, Thank you for comments. On Thu, Jun 21, 2012 at 5:31 AM, Jaehoon Chung wrote: > Hi Rajeshwari, > > On 06/20/2012 07:40 PM, Rajeshwari Shinde wrote: > >> This patch set adds support for Exynos5250 Rev 1.0. >> Exynos5250 Rev 1.0 supports DDR3 Memory configuration and >> support

Re: [U-Boot] [PATCH 2/2] EXYNOS: mmc: support DesignWare Controller for Samsung-SoC

2012-07-02 Thread Rajeshwari Birje
Hi Jaehoon Chung, On Tue, Jul 3, 2012 at 10:27 AM, Jaehoon Chung wrote: > Support DesignWare MMC Controller for Samsung Specific. > > Signed-off-by: Jaehoon Chung > Signed-off-by: Kyungmin Park > Signed-off-by: Rajeshawari Shinde > --- > arch/arm/include/asm/arch-exynos/dwmmc.h | 36 ++

Re: [U-Boot] [PATCH 2/2] EXYNOS: mmc: support DesignWare Controller for Samsung-SoC

2012-07-02 Thread Rajeshwari Birje
Hi Jaehoon Chung, On Tue, Jul 3, 2012 at 11:18 AM, Jaehoon Chung wrote: > Hi, > > On 07/03/2012 02:39 PM, Rajeshwari Birje wrote: > >> Hi Jaehoon Chung, >> >> >> On Tue, Jul 3, 2012 at 10:27 AM, Jaehoon Chung >> wrote: >>> Support DesignWare

Re: [U-Boot] [PATCH 0/6 V3] EXYNOS5: USB: Enable USB 2.0 support

2012-07-03 Thread Rajeshwari Birje
Hi Joonyoung Shim, Yes, Vivek Gautam is working on the same. He might let you know the progress of the same. Regards, Rajeshwari Shinde. On Tue, Jul 3, 2012 at 3:24 PM, Joonyoung Shim wrote: > Hi, Rajeshwari, > > 2012/5/8 Rajeshwari Shinde : >> This patchset series adds support to enable USB 2

Re: [U-Boot] [PATCH 00/10 V5] EXYNOS5: Support for Exynos5250 Rev 1.0

2012-07-03 Thread Rajeshwari Birje
Hi Minkyu Kang, Warning: ext2fs.c: In function 'ext2fs_read_file': ext2fs.c:443: warning: 'blocknxt' may be used uninitialized in this function Is not related to my code changes. Regards, Rajeshwari Shinde. On Tue, Jul 3, 2012 at 6:10 PM, Minkyu Kang wrote: > On 2 July 2012 20:36, Rajeshwari

Re: [U-Boot] [PATCH] EXYNOS: Fix USB compiler warning

2012-07-09 Thread Rajeshwari Birje
Hi Jaehoon Chung, I just fixed the waning messages i saw on u-boot-usb. Did not find these warning messages in that tree. Will fix these. Sorry for inconvenience. Regards, Rajeshwari Shinde. On Tue, Jul 10, 2012 at 11:18 AM, Jaehoon Chung wrote: > Hi Rajeshwari, > > How do you think about fixin

Re: [U-Boot] [PATCH] ARM: EXYNOS: fixed compiler warning message

2012-07-10 Thread Rajeshwari Birje
Hi Jaehoon Chung, Acked-by: Rajeshwari Shinde Thanks and Regards, Rajeshwari Shinde. On Tue, Jul 10, 2012 at 12:50 PM, Jaehoon Chung wrote: > Removed [-Wuninitialized] warning message. > The fout_sel is assigned to "-1" by default. > And start, gpio_func is initialized to 0. > > Signed-off-by:

Re: [U-Boot] [PATCH 1/7 V5] EXYNOS: CLK: Add i2c clock

2012-07-18 Thread Rajeshwari Birje
Hi Simon Glass, Thank you for comments. On Wed, Jul 18, 2012 at 10:46 PM, Simon Glass wrote: > Hi, > > On Thu, Jul 5, 2012 at 12:59 PM, Rajeshwari Shinde > wrote: >> This adds i2c clock information for EXYNOS5. >> >> Signed-off-by: Alim Akhtar >> Signed-off-by: Doug Anderson >> Signed-off-by:

Re: [U-Boot] [PATCH 7/7 V5] CONFIG: SMDK5250: I2C: Enable I2C

2012-07-18 Thread Rajeshwari Birje
Hi Simon Glass, Thank you for comments. On Thu, Jul 19, 2012 at 1:39 AM, Simon Glass wrote: > Hi, > > On Thu, Jul 5, 2012 at 12:59 PM, Rajeshwari Shinde > wrote: >> This enables I2C support on smdk5250. >> Pinmux setting moved to board file to avoid repeated setting of >> gpio lines. >> >> Sign

Re: [U-Boot] [PATCH 5/7 V5] I2C: Modify the I2C driver for EXYNOS5

2012-07-18 Thread Rajeshwari Birje
Hi Simon Glass, Thank you for comments. On Thu, Jul 19, 2012 at 1:36 AM, Simon Glass wrote: > Hi, > > On Thu, Jul 5, 2012 at 12:59 PM, Rajeshwari Shinde > wrote: >> This patch modifies the S3C I2C driver to suppport EXYNOS5. >> The cahnges made to driver are as follows: >> - I2C base ad

Re: [U-Boot] [PATCH 1/7 V5] EXYNOS: CLK: Add i2c clock

2012-07-19 Thread Rajeshwari Birje
Hi Simon Glass, The warning messages are fixed in following patch: "[PATCH] ARM: EXYNOS: fixed compiler warning message" They are applied to u-boot today by Minkyu Kang. Thanks and Regards, Rajeshwari Shinde. On Thu, Jul 19, 2012 at 11:31 AM, Rajeshwari Birje wrote: > Hi Simon Gla

Re: [U-Boot] [PATCH] I2C: S3C24X0: Bug fixes in i2c_transfer

2013-03-11 Thread Rajeshwari Birje
Hi Heiko, Do let me know if you have any comments on this patch. Would you consider it for I2C branch or should it go through u-boot-samsung? Regards, Rajeshwari On Wed, Mar 6, 2013 at 2:57 PM, Hung-ying Tyan wrote: > On Tue, Feb 19, 2013 at 8:19 PM, Rajeshwari Shinde > wrote: > >> This patch

Re: [U-Boot] [PATCH 0/2 V2] EXYNOS5: Enable Gigabyte device GD25LQ and GD25Q64B

2013-03-11 Thread Rajeshwari Birje
Hi Minkyu, Yes it is based on the following patches submitted by Simon Glass and link for the same. "sf: Add spi_flash_alloc() to create a new SPI flash struct" http://patchwork.ozlabs.org/patch/208228/ "sf: Use spi_flash_alloc() in each SPI flash driver": http://patchwork.ozlabs.org/patch/2265

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

2013-03-15 Thread Rajeshwari Birje
Please ignore this mail. Sorry for spamming On Fri, Mar 15, 2013 at 4:08 PM, Rajeshwari Shinde wrote: > This patch adds FDT support to the serial s5p driver. > At present disabling the serial console (from the device tree) crashes > U-Boot. Add checks for this case, so that execution can continue

Re: [U-Boot] [PATCH] SPI: Winbond: Add W25Q32 to spi flash table

2013-03-21 Thread Rajeshwari Birje
Hi Minkyu Kang, Please let me know if we can merge this into u-boot-samsung branch or do I need to re-base on some other branch. Regards, Rajeshwari Shinde On Fri, Feb 8, 2013 at 9:56 AM, Simon Glass wrote: > On Thu, Feb 7, 2013 at 2:07 AM, Rajeshwari Shinde > wrote: >> Add W25Q32 to Winbond s

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

2013-03-24 Thread Rajeshwari Birje
Hi Minkyu Kang, Please do review the patch set and do let me know if any comments. Regards, Rajeshwari Shinde On Fri, Mar 22, 2013 at 3:43 AM, Simon Glass wrote: > Hi Rajeshwari, > > On Thu, Mar 21, 2013 at 4:33 AM, Rajeshwari Shinde > wrote: >> Changes in V2: >> - Enabled CMD_GPIO as

Re: [U-Boot] [PATCH 1/2] pmic:max77686: add function to set voltage and mode

2013-03-25 Thread Rajeshwari Birje
Hi Piotr Wilczek, Nice idea to have a generic function. Just have some minor comments. On Mon, Mar 25, 2013 at 3:28 PM, Piotr Wilczek wrote: > This patch add new functions to pmic max77686 to set voltage and mode. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kan

Re: [U-Boot] [PATCH 1/3] exynos5250: remove redundant SPI related configs

2013-03-26 Thread Rajeshwari Birje
Hi Inderpal Singh, I observed even this defined twice can you please remove the same also in your patch. /* PMIC */ #define CONFIG_POWER #define CONFIG_POWER_I2C #define CONFIG_POWER_MAX77686 Regards, Rajeshwari Shinde. On Tue, Mar 26, 2013 at 3:07 PM, Inderpal Singh wrote: > They have been def

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

2013-04-01 Thread Rajeshwari Birje
Hi Minkyu Kang, Thank you for comments. On Mon, Apr 1, 2013 at 5:27 PM, Minkyu Kang wrote: > On 21/03/13 20:33, Rajeshwari Shinde wrote: >> 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

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

2013-04-01 Thread Rajeshwari Birje
Hi Minkyu Kang, Thank you for comment On Fri, Mar 29, 2013 at 11:44 AM, Minkyu Kang wrote: > Dear Rajeshwari Shinde, > > On 15/03/13 19:38, Rajeshwari Shinde wrote: >> Add required compatible information for s5p serial driver >> >> Signed-off-by: Abhilash Kesavan >> Signed-off-by: Rajeshwari Sh

Re: [U-Boot] [PATCH 3/4] power: Explicitly select pmic device's bus

2013-04-01 Thread Rajeshwari Birje
Hi Simon, Just had one following comment On Tue, Apr 2, 2013 at 5:34 AM, Simon Glass wrote: > From: Aaron Durbin > > The current pmic i2c code assumes the current i2c bus is > the same as the pmic device's bus. There is nothing ensuring > that to be true. Therefore, select the proper bus before

[U-Boot] Warning messages in latest u-boot-samsung

2013-04-01 Thread Rajeshwari Birje
Hi Minkyu Kang, I am getting the following warning messages in the latest u-boot-samsung tree. /usr/local/arm/arm-2011.09/bin/arm-none-eabi-ld: warning: /usr/local/arm/arm-2011.09/bin/../lib/gcc/arm-none-eabi/4.6.1/libgcc.a(bpabi.o) uses variable-size enums yet the output is to use 32-bit enums;

Re: [U-Boot] Warning messages in latest u-boot-samsung

2013-04-02 Thread Rajeshwari Birje
Hi Albert, I am building for Samsung SMDK5250 and toolchain I use is arm-2011.09. Is it the issue with my toolchain. Regards, Rajeshwari Shinde On Tue, Apr 2, 2013 at 1:30 PM, Albert ARIBAUD wrote: > Hi Rajeshwari, > > On Tue, 2 Apr 2013 11:58:42 +0530, Rajeshwari Birje > wr

Re: [U-Boot] Warning messages in latest u-boot-samsung

2013-04-02 Thread Rajeshwari Birje
e only what is necessary to > > understand your answer) > > > > On Tue, 2 Apr 2013 15:00:55 +0530, Rajeshwari Birje > > wrote: > > > >> Hi Albert, > >> > >> I am building for Samsung SMDK5250 and toolchain I use is arm-2011.09. > >>

Re: [U-Boot] [PATCH 2/6 V4] Sound: MAX98095: Add the driver for codec

2013-04-05 Thread Rajeshwari Birje
Hi Prem S, We initialise MAX98095 using device tree, if you don't have a device tree support u need to have a asm/arch/sound.h which will initialise all values like sample rate, codec type, etc.. Actually in u-boot we have added audio support to play a beep sound. You can have look at drivers/sou

Re: [U-Boot] [PATCH v2 1/9] pmic:max77686: add function to set voltage and mode

2013-04-07 Thread Rajeshwari Birje
Hi Piotr, I am not able to find any buck at address 0xff in user manual. Other than that I am fine with it. Acked-by:Rajeshwari Shinde On Thu, Apr 4, 2013 at 4:43 PM, Piotr Wilczek wrote: > This patch add new functions to pmic max77686 to set voltage and mode. > > Signed-off-by: Piotr Wilczek

Re: [U-Boot] [PATCH 0/4] EXYNOS5: Add GPIO numbering feature

2012-08-09 Thread Rajeshwari Birje
Hi All, Do let me know if you have comments on these patch set. Regards, Rajeshwari Shinde On Mon, Aug 6, 2012 at 6:35 PM, Rajeshwari Shinde wrote: > This patchset adds GPIO numbering feature where pinmux setting > can be done just by seding the pin munber and we do not have to > remember which

Re: [U-Boot] [PATCH 0/7 V4] EXYNOS5: Enable SPI support

2012-08-13 Thread Rajeshwari Birje
Hi Mike, I verified the SF branch and found that only patch 2 "Winbond part details for WQ5232" is added. Other patches of the same patch set are not yet merged. Please do let me know which tree would merge the remaining patches if not SF branch. Regards, Rajeshwari Shinde On Thu, Aug 2, 2012

Re: [U-Boot] [PATCH 1/9] SOUND: Add I2S driver

2012-08-16 Thread Rajeshwari Birje
Hi Andrew, Thank you for comments. On Thu, Aug 16, 2012 at 8:29 PM, Andrew Dyer wrote: > I don't have any comment on the body of the patch, but calling this an i2s > patch is misleading. I2s is a generic standard for moving stereo audio > around, and many chips support it. > > This patch looks

Re: [U-Boot] [PATCH 1/9] SOUND: Add I2S driver

2012-08-21 Thread Rajeshwari Birje
Hi, On Sat, Aug 18, 2012 at 12:23 AM, Mike Frysinger wrote: > On Friday 17 August 2012 08:48:59 Andrew Dyer wrote: >> The code in the i2s.c file is still full of samsung soc specific stuff, so >> I think the filename is misleading. Something like samsung-i2s.c would be >> more appropriate. > > +1

Re: [U-Boot] [PATCH 5/7 V4] SPI: Add SPI Driver for EXYNOS.

2012-08-21 Thread Rajeshwari Birje
Hi Joonyoung, Thank you for testing. Regards, Rajeshwari Shinde On Mon, Aug 20, 2012 at 12:15 PM, Joonyoung Shim wrote: > Hi, > > 2012/8/2 Rajeshwari Shinde : >> This patch adds SPI driver for EXYNOS. >> >> Signed-off-by: Simon Glass >> Signed-off-by: Padmavathi Venna >> Signed-off-by: Gabe B

Re: [U-Boot] [PATCH 9/9] EXYNOS5: Enable Sound

2012-08-21 Thread Rajeshwari Birje
Hi Chander, Thank you for comments. On Tue, Aug 21, 2012 at 3:22 PM, Chander Kashyap wrote: > hi Rajeshwari, > > On 14 August 2012 11:15, Rajeshwari Shinde wrote: >> This patch enables sound support for EXYNOS5 > Enable sound for exynos5 based smdk5250 not exynos5. - ok >> >> Signed-off-by: Raj

Re: [U-Boot] [PATCH 6/9] EXYNOS: Add pinmux for I2S

2012-08-21 Thread Rajeshwari Birje
Hi Chander, On Tue, Aug 21, 2012 at 3:26 PM, Chander Kashyap wrote: > hi, > > On 14 August 2012 11:15, Rajeshwari Shinde wrote: >> This patch adds pinmux support for I2S1 >> >> Signed-off-by: Rajeshwari Shinde >> --- >> arch/arm/cpu/armv7/exynos/pinmux.c| 12 >> arch/arm

Re: [U-Boot] [PATCH 1/2 V2] PMIC: MAX77686: Add support for MAX77686

2012-08-24 Thread Rajeshwari Birje
Hi Joonyoung Shim, Thank you for comments. Sorry for late reply. On Fri, Jun 15, 2012 at 1:20 PM, Joonyoung Shim wrote: > Hi, > > 2012/5/23 Rajeshwari Birje : >> ccing Lukasz Majewski. >> >> On Wed, May 23, 2012 at 2:27 PM, Rajeshwari Shinde >> wrote: >&g

  1   2   3   >