Re: [U-Boot] [PATCH v1 0/6] Introduce DCU support for Vybrid

2017-02-14 Thread maitysanchayan
Ping? On 17-02-06 13:00:28, Sanchayan Maity wrote: > Hello, > > This patchset adds support for the Freescale/NXP Display > Controller Unit (DCU4) found on the LS1021A and Vybrid > SoC. > > Patch series is based on top of latest u-boot master. > > First patch in the series renames existing CONFI

Re: [U-Boot] Build failure with u-boot master branch

2017-01-31 Thread maitysanchayan
Hello, Any suggestions on the issue? Thanks & Regards, Sanchayan. On 17-01-27 12:11:03, maitysancha...@gmail.com wrote: > Hello, > > I have been working on adding DCU support for Vybrid and during the process > of rebasing to latest master for sending out patches, the build for u-boot > master

[U-Boot] Build failure with u-boot master branch

2017-01-26 Thread maitysanchayan
Hello, I have been working on adding DCU support for Vybrid and during the process of rebasing to latest master for sending out patches, the build for u-boot master branch fails with the following error HOSTCC tools/gpimage-common.o HOSTCC tools/gpimage.o HOSTCC tools/dumpimage.o HOST

Re: [U-Boot] [PATCH v2 0/4] Migrate Vybrid USB driver to driver model

2016-09-01 Thread maitysanchayan
On 16-08-23 15:17:12, Marek Vasut wrote: > On 08/09/2016 08:14 PM, Sanchayan Maity wrote: > > Hello, > > > > This is the second version of the patchset for migrating Vybrid > > USB driver to driver model. > > > > Compare to the first version, this version takes care of dr_mode > > property and co

Re: [U-Boot] [PATCH v2 0/4] Migrate Vybrid USB driver to driver model

2016-08-22 Thread maitysanchayan
Hello, Ping? Regards, Sanchayan. On 16-08-09 23:44:58, Sanchayan Maity wrote: > Hello, > > This is the second version of the patchset for migrating Vybrid > USB driver to driver model. > > Compare to the first version, this version takes care of dr_mode > property and correctly handles OTG as

Re: [U-Boot] [PATCH v1 1/4] usb: host: ehci-vf: Migrate Vybrid USB to driver model

2016-08-09 Thread maitysanchayan
Hello Lukasz, On 16-08-09 15:20:58, Lukasz Majewski wrote: > Hi maitysancha...@gmail.com, > > > Hello, > > > > Adding Lukasz's second mail ID to cc > > > > On 16-08-08 11:45:35, maitysancha...@gmail.com wrote: > > > Hello, > > > > > > On 16-08-03 17:13:11, Marek Vasut wrote: > > > > On 08/03/2

Re: [U-Boot] [PATCH v1 1/4] usb: host: ehci-vf: Migrate Vybrid USB to driver model

2016-08-09 Thread maitysanchayan
Hello Lukasz, On 16-08-09 15:25:50, Lukasz Majewski wrote: > Hi maitysancha...@gmail.com, > > > Hello, > > > > On 16-08-08 18:56:21, maitysancha...@gmail.com wrote: > > > Hello, > > > > > > Adding Lukasz's second mail ID to cc > > > > > > On 16-08-08 11:45:35, maitysancha...@gmail.com wrote: >

Re: [U-Boot] [PATCH v1 1/4] usb: host: ehci-vf: Migrate Vybrid USB to driver model

2016-08-08 Thread maitysanchayan
Hello, On 16-08-08 18:56:21, maitysancha...@gmail.com wrote: > Hello, > > Adding Lukasz's second mail ID to cc > > On 16-08-08 11:45:35, maitysancha...@gmail.com wrote: > > Hello, > > > > On 16-08-03 17:13:11, Marek Vasut wrote: > > > On 08/03/2016 01:58 PM, Sanchayan Maity wrote: > > > > Add d

Re: [U-Boot] [PATCH v1 1/4] usb: host: ehci-vf: Migrate Vybrid USB to driver model

2016-08-08 Thread maitysanchayan
Hello, Adding Lukasz's second mail ID to cc On 16-08-08 11:45:35, maitysancha...@gmail.com wrote: > Hello, > > On 16-08-03 17:13:11, Marek Vasut wrote: > > On 08/03/2016 01:58 PM, Sanchayan Maity wrote: > > > Add driver model support for Vybrid USB driver. > > > > > > Signed-off-by: Sanchayan M

Re: [U-Boot] [PATCH v1 1/4] usb: host: ehci-vf: Migrate Vybrid USB to driver model

2016-08-08 Thread maitysanchayan
Hello Stefan, On 16-08-08 00:25:16, Stefan Agner wrote: > On 2016-08-07 23:15, maitysancha...@gmail.com wrote: > > Hello, > > > > On 16-08-03 17:13:11, Marek Vasut wrote: > >> On 08/03/2016 01:58 PM, Sanchayan Maity wrote: > >> > Add driver model support for Vybrid USB driver. > >> > > >> > Signe

Re: [U-Boot] [PATCH v1 1/4] usb: host: ehci-vf: Migrate Vybrid USB to driver model

2016-08-07 Thread maitysanchayan
Hello, On 16-08-03 17:13:11, Marek Vasut wrote: > On 08/03/2016 01:58 PM, Sanchayan Maity wrote: > > Add driver model support for Vybrid USB driver. > > > > Signed-off-by: Sanchayan Maity > > CCing Lukasz. > > > --- > > Hello, > > > > I am trying to migrate the Vybrid USB driver to driver mod

Re: [U-Boot] [PATCH 1/3] usb: host: ehci-vf: Remove hardcoded USB host client configuration

2016-01-08 Thread maitysanchayan
Hello Marek, On 16-01-08 13:26:32, Marek Vasut wrote: > On Friday, January 08, 2016 at 01:20:23 PM, maitysancha...@gmail.com wrote: > > Hello Stefano / Marek, > > > > Can you pick this up? > > I can, but only for next. Is that fine ? Yes it's fine. Thank you. - Sanchayan. > > > > On 15-10-26

Re: [U-Boot] [PATCH 2/3] usb: host: ehci-vf: Implement board_usb_phy_mode weak function

2016-01-08 Thread maitysanchayan
Hello Stefano / Marek, Can you pick this up? - Sanchayan. On 15-10-26 18:28:50, Sanchayan Maity wrote: > Add board_usb_phy_mode weak function on similar lines to ehci-mx6. > However since Vybrid USB does not have a true OTG, make this weak > functon just return 0. The function is supposed to be

Re: [U-Boot] [PATCH 1/3] usb: host: ehci-vf: Remove hardcoded USB host client configuration

2016-01-08 Thread maitysanchayan
Hello Stefano / Marek, Can you pick this up? - Sanchayan. On 15-10-26 18:28:49, Sanchayan Maity wrote: > The current ehci-vf USB driver for Vybrid hardcodes the USB host > and client functionality. Remove this. > > Reported-by: Santhosh Kumar Janardhanam > Signed-off-by: Sanchayan Maity > --

Re: [U-Boot] [PATCH v5] colibri_vf: Add board_usb_phy_mode function

2016-01-08 Thread maitysanchayan
On 16-01-08 13:11:27, Marek Vasut wrote: > On Friday, January 08, 2016 at 06:50:41 AM, maitysancha...@gmail.com wrote: > > Hello, > > > > On 16-01-07 22:12:29, Stefano Babic wrote: > > > Hi, > > > > > > On 07/01/2016 21:02, maitysancha...@gmail.com wrote: > > > > Hello Stefano, > > > > > > > > P

Re: [U-Boot] [PATCH v5] colibri_vf: Add board_usb_phy_mode function

2016-01-07 Thread maitysanchayan
Hello, On 16-01-07 22:12:29, Stefano Babic wrote: > Hi, > > On 07/01/2016 21:02, maitysancha...@gmail.com wrote: > > Hello Stefano, > > > > Ping? > > > > I just checked the master branch and this has not been picked up yet. > > > > Can you check ? I see: > > commit 01a8cf91513981d05bf89840d7

Re: [U-Boot] [PATCH v5] colibri_vf: Add board_usb_phy_mode function

2015-11-24 Thread maitysanchayan
On 15-11-24 11:37:59, Stefano Babic wrote: > On 24/11/2015 11:23, maitysancha...@gmail.com wrote: > > Hello, > > > > Ping? > > > > Any further feedback? Is the patchset good to get accepted? > > I'll pick it up Thanks. - Sanchayan. ___ U-Boot mailing

Re: [U-Boot] [PATCH v5] colibri_vf: Add board_usb_phy_mode function

2015-11-24 Thread maitysanchayan
Hello, Ping? Any further feedback? Is the patchset good to get accepted? Thanks. Regards, Sanchayan. On 15-11-12 11:47:35, Sanchayan Maity wrote: > Add board_usb_phy_mode function for detecting whether a port is > being used as host or client using a GPIO. On Colibri Vybrid we > provide GPIO 1

Re: [U-Boot] [PATCH v3] colibri_vf: Add board_usb_phy_mode function

2015-11-05 Thread maitysanchayan
On 15-10-30 14:20:29, Marek Vasut wrote: > On Friday, October 30, 2015 at 01:26:59 PM, Sanchayan Maity wrote: > > Add board_usb_phy_mode function for detecting whether a port is > > being used as host or client using a GPIO. On Colibri Vybrid we > > provide the GPIO 102 for this very same purpose.

Re: [U-Boot] [PATCH 3/3] colibri_vf: Add board_usb_phy_mode function

2015-10-27 Thread maitysanchayan
On 15-10-27 10:18:47, Marek Vasut wrote: > On Monday, October 26, 2015 at 01:58:51 PM, Sanchayan Maity wrote: > > Add board_usb_phy_mode function for detecting whether a port is > > being used as host or client using a GPIO. On Colibri Vybrid we > > provide the GPIO 102 for the very same purpose. >

Re: [U-Boot] [PATCH 1/3] usb: host: ehci-vf: Remove hardcoded USB host client configuration

2015-10-26 Thread maitysanchayan
Hello, On 15-10-26 20:19:42, Marek Vasut wrote: > On Monday, October 26, 2015 at 01:58:49 PM, Sanchayan Maity wrote: > > The current ehci-vf USB driver for Vybrid hardcodes the USB host > > and client functionality. Remove this. > > > > Reported-by: Santhosh Kumar Janardhanam > > Signed-off-by:

Re: [U-Boot] Doubt in USB driver for Vybrid vf610

2015-10-24 Thread maitysanchayan
On 15-10-24 19:50:13, Marek Vasut wrote: > On Saturday, October 24, 2015 at 06:23:44 PM, maitysancha...@gmail.com wrote: > > On 15-10-24 18:16:20, Marek Vasut wrote: > > > On Saturday, October 24, 2015 at 06:08:57 PM, maitysancha...@gmail.com > wrote: > > > > On 15-10-24 18:08:53, Marek Vasut wrot

Re: [U-Boot] Doubt in USB driver for Vybrid vf610

2015-10-24 Thread maitysanchayan
On 15-10-24 18:16:20, Marek Vasut wrote: > On Saturday, October 24, 2015 at 06:08:57 PM, maitysancha...@gmail.com wrote: > > On 15-10-24 18:08:53, Marek Vasut wrote: > > > On Saturday, October 24, 2015 at 05:23:05 PM, maitysancha...@gmail.com > wrote: > > > > Hello, > > > > > > > > On 15-10-24 12

Re: [U-Boot] Doubt in USB driver for Vybrid vf610

2015-10-24 Thread maitysanchayan
On 15-10-24 18:08:53, Marek Vasut wrote: > On Saturday, October 24, 2015 at 05:23:05 PM, maitysancha...@gmail.com wrote: > > Hello, > > > > On 15-10-24 12:09:43, Fabio Estevam wrote: > > > Hi Marek, > > > > > > On Fri, Oct 23, 2015 at 4:23 PM, Marek Vasut wrote: > > > >> Any inputs on the below?

Re: [U-Boot] Doubt in USB driver for Vybrid vf610

2015-10-24 Thread maitysanchayan
Hello, On 15-10-24 12:09:43, Fabio Estevam wrote: > Hi Marek, > > On Fri, Oct 23, 2015 at 4:23 PM, Marek Vasut wrote: > > >> Any inputs on the below? > > > > I don't have a Vybrid device, CCing Fabio. > > I don't have access to a Vybrid board either. > > Sanchayan, > > Does drivers/usb/host/

Re: [U-Boot] Doubt in USB driver for Vybrid vf610

2015-10-22 Thread maitysanchayan
Hello Marek, Any inputs on the below? Thanks & Regards, Sanchayan Maity. On 15-10-19 10:58:47, maitysancha...@gmail.com wrote: > Hello Marek, > > On 15-10-17 21:59:07, maitysancha...@gmail.com wrote: > > Hello, > > > > On 15-10-16 16:20:07, Santhosh Kumar Janardhanam -ERS, HCL Tech wrote: > >

Re: [U-Boot] Doubt in USB driver for Vybrid vf610

2015-10-18 Thread maitysanchayan
Hello Marek, On 15-10-17 21:59:07, maitysancha...@gmail.com wrote: > Hello, > > On 15-10-16 16:20:07, Santhosh Kumar Janardhanam -ERS, HCL Tech wrote: > > Hi All, > > I am working on USB part for vybrid vf-610 processor, We have two ports in > > the board > > > > when I type usb start in uboot

Re: [U-Boot] Doubt in USB driver for Vybrid vf610

2015-10-17 Thread maitysanchayan
Hello, On 15-10-16 16:20:07, Santhosh Kumar Janardhanam -ERS, HCL Tech wrote: > Hi All, > I am working on USB part for vybrid vf-610 processor, We have two ports in > the board > > when I type usb start in uboot command prompt, It returns as ENODEV for USB0 > and when analyzed, It is returning

Re: [U-Boot] [PATCH] colibri_vf: Increase console IO buffer size to 1024

2015-07-02 Thread maitysanchayan
On 15-07-02 09:26:04, Stefano Babic wrote: > Hi Sanchayan, > > I merge it. Thanks Stefano. - Sanchayan. > > On 02/07/2015 07:56, maitysancha...@gmail.com wrote: > > Hello, > > > > Another ping? > > > > - Sanchayan. > > > > On 15-06-08 12:40:41, Sanchayan Maity wrote: > >> Increase console I

Re: [U-Boot] [PATCH] colibri_vf: Increase console IO buffer size to 1024

2015-07-01 Thread maitysanchayan
Hello, Another ping? - Sanchayan. On 15-06-08 12:40:41, Sanchayan Maity wrote: > Increase console IO buffer size to 1024 from the previous value of 256. > The previous value was too short for editing environment variables like > ubiboot from the console. > > Signed-off-by: Sanchayan Maity > --

Re: [U-Boot] [PATCH] colibri_vf: Increase console IO buffer size to 1024

2015-06-17 Thread maitysanchayan
Hello, Ping. - Sanchayan. On 15-06-08 12:40:41, Sanchayan Maity wrote: > Increase console IO buffer size to 1024 from the previous value of 256. > The previous value was too short for editing environment variables like > ubiboot from the console. > > Signed-off-by: Sanchayan Maity > --- > inc

Re: [U-Boot] Query on weak function for board specific initialisation

2015-05-31 Thread maitysanchayan
Hello Jeroen, On 15-05-30 16:44:32, Jeroen Hofstee wrote: > Hello Maity, > > On 30-04-15 14:57, maitysancha...@gmail.com wrote: > >Hello, > > > >I am trying to use a weak function in able to provide a board specific > >initialisation. To be more specific, I am trying to use the __weak > >board_eh

Re: [U-Boot] [PATCH 10/11] usb: ehci-vf: Add weak function for board specific initialisation

2015-05-18 Thread maitysanchayan
Hello Marek, On 15-05-18 19:09:58, Marek Vasut wrote: > On Monday, May 18, 2015 at 03:06:28 PM, Bhuvanchandra DV wrote: > > From: Sanchayan Maity > > > > Add a weak function board_ehci_hcd_init which can be used by the board > > file for board specific initialisation. > > > > Signed-off-by: San

[U-Boot] Query on weak function for board specific initialisation

2015-04-30 Thread maitysanchayan
Hello, I am trying to use a weak function in able to provide a board specific initialisation. To be more specific, I am trying to use the __weak board_ehci_hcd_init function in the usb driver code which is called in ehci_hcd_init, the strong function being defined in the board file. This is on lin

Re: [U-Boot] [PATCH v3 0/7] Add support for Colibri Vybrid Modules

2015-04-23 Thread maitysanchayan
Hello, On 15-04-15 16:24:21, Sanchayan Maity wrote: > Hello, > > This is the third version of the patchset which adds support for the > Toradex Colibri Vybrid VF50 and VF61 modules. Boot up has been tested > using the serial loader over UART. Compile tested for vf610twr_defconfig > and vf610twr_n

Re: [U-Boot] [PATCH v3 7/7] colibri_vf: Enable USB support for Colibri Vybrid

2015-04-17 Thread maitysanchayan
Hello, On 15-04-16 22:21:11, Marek Vasut wrote: > On Wednesday, April 15, 2015 at 12:54:28 PM, Sanchayan Maity wrote: > > Enable USB support on Toradex Colibri Vybrid Modules. > > > > Signed-off-by: Sanchayan Maity > > --- > > board/toradex/colibri_vf/colibri_vf.c | 25 +-- >

Re: [U-Boot] [PATCH v2 0/6] Add support for Colibri Vybrid Modules

2015-04-14 Thread maitysanchayan
Hello, On 15-04-14 09:06:27, Peter Chen wrote: > > > > > > > > > > > > > > > > > > Hi! > > > > > > > > > > > > > > > > Stefano, maybe you can pick 1,2,3,4,6 right away for next? > > > > > > > > This way, we can solve 5/6 separately, since it might need > > > > > > > > some further dicussion. I

Re: [U-Boot] [PATCH v2 0/6] Add support for Colibri Vybrid Modules

2015-04-12 Thread maitysanchayan
Hello, On 15-04-13 01:28:07, Marek Vasut wrote: > On Sunday, April 12, 2015 at 07:33:41 AM, maitysancha...@gmail.com wrote: > > Hi, > > > > On 15-04-11 18:46:15, Marek Vasut wrote: > > > On Wednesday, April 08, 2015 at 03:20:04 PM, Sanchayan Maity wrote: > > > > Hello, > > > > > > > > This is th

Re: [U-Boot] [PATCH v2 5/6] usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's

2015-04-12 Thread maitysanchayan
Hello, On 15-04-13 01:29:39, Marek Vasut wrote: > On Wednesday, April 08, 2015 at 03:20:09 PM, Sanchayan Maity wrote: > > This driver adds support for the USB peripheral on Freescale Vybrid > > SoC's. > > > > Signed-off-by: Sanchayan Maity > > --- > > arch/arm/include/asm/arch-vf610/crm_regs.h

Re: [U-Boot] [PATCH v2 0/6] Add support for Colibri Vybrid Modules

2015-04-11 Thread maitysanchayan
Hi, On 15-04-11 18:46:15, Marek Vasut wrote: > On Wednesday, April 08, 2015 at 03:20:04 PM, Sanchayan Maity wrote: > > Hello, > > > > This is the second version of the patchset which adds support for the > > Toradex Colibri Vybrid VF50 and VF61 modules. Boot up has been tested > > using the seria

Re: [U-Boot] [RESEND PATCH 5/6] usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's

2015-04-09 Thread maitysanchayan
Hello, On 15-04-09 18:09:46, Marek Vasut wrote: > On Tuesday, April 07, 2015 at 09:03:45 AM, maitysancha...@gmail.com wrote: > > Hello, > > > > On 15-04-01 21:15:21, Marek Vasut wrote: > > > On Wednesday, April 01, 2015 at 11:54:22 AM, Sanchayan Maity wrote: > > > > > > The commit message is mis

Re: [U-Boot] [RESEND PATCH 5/6] usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's

2015-04-07 Thread maitysanchayan
Hello, On 15-04-01 21:15:21, Marek Vasut wrote: > On Wednesday, April 01, 2015 at 11:54:22 AM, Sanchayan Maity wrote: > > The commit message is missing, please fix in v2. > > > Signed-off-by: Sanchayan Maity > > [...] > > > +#define USB_NC_REG_OFFSET 0x0800 > > +#

Re: [U-Boot] [RESEND PATCH 0/6] Add support for Colibri Vybrid Modules

2015-04-02 Thread maitysanchayan
Hello Tom, On 15-04-01 07:27:07, Tom Rini wrote: > On Wed, Apr 01, 2015 at 03:24:17PM +0530, Sanchayan Maity wrote: > > > Hello, > > > > This patchset adds support for the Toradex Colibri Vybrid VF50 and VF61 > > modules. Boot up has been tested using the serial loader over UART. > > > > First

Re: [U-Boot] [RESEND PATCH 5/6] usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's

2015-04-02 Thread maitysanchayan
Hello, On 15-04-01 21:15:21, Marek Vasut wrote: > On Wednesday, April 01, 2015 at 11:54:22 AM, Sanchayan Maity wrote: > > The commit message is missing, please fix in v2. Ok. Will add the commit message in v2. > > > Signed-off-by: Sanchayan Maity > > [...] > > > +#define USB_NC_REG_OFFSET