Re: [U-Boot] [PATCH] input: Add MELFAS mms144 touchscreen driver

2012-12-18 Thread Donghwa Lee
On 2012-12-18 01:41, Wolfgang Denk wrote: Dear Donghwa Lee, In message 50ce7957.6070...@samsung.com you wrote: From: Sanggun Leesg0724@samsung.com This is a TSP driver for touchscreen chip mms144 of MELFAS. It uses soft I2C interface and supports single touch. This driver uses

Re: [U-Boot] [PATCH] input: Add MELFAS mms144 touchscreen driver

2012-12-18 Thread Wolfgang Denk
Dear Donghwa Lee, In message 50d02454.2050...@samsung.com you wrote: Where exactly will this driver be used inside U-Boot? So far, we don't have any GUI support, do what is a touch driver good for? ... We are testing various codes on TRATS board. If this patch would be submitted, we can

[U-Boot] [PATCH] boards/T4240qds:Fix IFC AMASK init as per FPGA register space

2012-12-18 Thread Prabhakar Kushwaha
T4240QDS's QIXIS FPGA has 4k register space size and IFC controller's Address Mask Registers is initialised 64K size. So Fix the Address Mask Register initilisation as 4K Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- include/configs/t4qds.h |2 +- 1 file changed, 1

[U-Boot] [PATCH] board/T4240qds:Fix TLB and LAW size of NAND flash

2012-12-18 Thread Prabhakar Kushwaha
The internal SRAM of Freescale's IFC NAND machine is of 64K and controller's Address Mask Registers is initialised with the same. So Update TLB and LAW size of NAND flash accordingly. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- board/freescale/t4qds/law.c |2 +-

Re: [U-Boot] [PULL] u-boot-usb/master

2012-12-18 Thread Lukasz Majewski
Hi Pantelis, Can you paste the log of your dfu-util session? Are you supplying a transfer size for example? Regards u-boot-denx/master (denx.de) repository SHA1: fd4d564b3c80b111f18c93adb14233a6a7ddb0e9 (without Pantelis patches) dfu-util version 0.7 (not working):

Re: [U-Boot] [PULL] u-boot-usb/master

2012-12-18 Thread Pantelis Antoniou
Hi Lukasz, Mystery solved then :) On Dec 18, 2012, at 1:25 PM, Lukasz Majewski wrote: Hi Pantelis, Can you paste the log of your dfu-util session? Are you supplying a transfer size for example? Regards u-boot-denx/master (denx.de) repository SHA1:

[U-Boot] configuring U-Boot for custom board based on at91rm9200ek

2012-12-18 Thread arivendu bhardwaj
Hi i need to configure u-boot-2012.10, for my custom board, that is very close to at91rm9200ek, except that i have 32MB NOR flash, and 32MB SDRAM. what i fail to understand is the following config parameters: #define CONFIG_SYS_PIOC_ASR_VAL #define CONFIG_SYS_PIOC_BSR_VAL //#define

Re: [U-Boot] [u-boot-release] [PATCH] boards/T4240qds:Fix IFC AMASK init as per FPGA register space

2012-12-18 Thread Timur Tabi
Prabhakar Kushwaha wrote: +#define CONFIG_SYS_AMASK3IFC_AMASK(4*1024) IFC_AMASK(4 * 1024) Spaces around binary operators, please. -- Timur Tabi Linux kernel developer at Freescale ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] ns16550: allow UART address to be set dynamically

2012-12-18 Thread Stephen Warren
On 12/17/2012 11:39 PM, Wolfgang Denk wrote: Dear Stephen, In message 50cfa394.40...@wwwdotorg.org you wrote: Yes, there are. But your console port cannot be compred against dynamically populated and scannable bus interfaces like USB or PCI, and I think you are aware of that. I honestly

Re: [U-Boot] Conflicting commits for seaboard USB keyboard handling

2012-12-18 Thread Tom Warren
Allen, On Mon, Dec 17, 2012 at 3:22 PM, Allen Martin amar...@nvidia.com wrote: On Mon, Dec 17, 2012 at 02:13:29PM -0800, Tom Warren wrote: Allen, If you come up with patches to fix the seaboard config files, I can add them to my copy of u-boot-tegra/master, push it to denx, and generate a

Re: [U-Boot] configuring U-Boot for custom board based on at91rm9200ek

2012-12-18 Thread Andreas Bießmann
Dear arivendu bhardwaj, On 18.12.2012 14:40, arivendu bhardwaj wrote: Hi i need to configure u-boot-2012.10, for my custom board, that is very close to at91rm9200ek, except that i have 32MB NOR flash, and 32MB SDRAM. what i fail to understand is the following config parameters: #define

Re: [U-Boot] Conflicting commits for seaboard USB keyboard handling

2012-12-18 Thread Allen Martin
On Tue, Dec 18, 2012 at 08:43:18AM -0800, Tom Warren wrote: Allen, On Mon, Dec 17, 2012 at 3:22 PM, Allen Martin amar...@nvidia.com wrote: On Mon, Dec 17, 2012 at 02:13:29PM -0800, Tom Warren wrote: Allen, If you come up with patches to fix the seaboard config files, I can add them

[U-Boot] [PULL] u-boot-usb/master

2012-12-18 Thread Marek Vasut
I reduced it, DFU will have to wait, sorry. The following changes since commit ebbf0d20aa85f623c49b7ed3349ebfea450c152d: Prepare v2013.01-rc2 (2012-12-14 14:43:22 -0700) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to

Re: [U-Boot] [PATCH] usbtty: adapt buffers for large packet support

2012-12-18 Thread Marek Vasut
Dear Vipin Kumar, From: Shiraz Hashim shiraz.has...@st.com Increase buffer sizes at driver and tty level to accommodate kermit large packet support. Signed-off-by: Shiraz Hashim shiraz.has...@st.com Applied, thanks. Best regards, Marek Vasut

Re: [U-Boot] [PATCH] ns16550: allow UART address to be set dynamically

2012-12-18 Thread Simon Glass
Hi Stephen, On Tue, Dec 18, 2012 at 8:37 AM, Stephen Warren swar...@wwwdotorg.orgwrote: On 12/17/2012 11:39 PM, Wolfgang Denk wrote: Dear Stephen, In message 50cfa394.40...@wwwdotorg.org you wrote: Yes, there are. But your console port cannot be compred against dynamically

Re: [U-Boot] Pull request: nand flash

2012-12-18 Thread Tom Rini
On Fri, Dec 14, 2012 at 04:06:03PM -0600, Scott Wood wrote: The following changes since commit 6e9005bd96ff0f0548a787ffafee10664a57a8e1: omap3_evm: Let CONFIG_EFI_PARTITION be set for SPL (2012-12-13 13:58:27 -0700) are available in the git repository at:

Re: [U-Boot] Pull request: u-boot-net.git master

2012-12-18 Thread Tom Rini
On Sat, Dec 15, 2012 at 12:41:31PM -0600, Joe Hershberger wrote: The following changes since commit ebbf0d20aa85f623c49b7ed3349ebfea450c152d: Prepare v2013.01-rc2 (2012-12-14 14:43:22 -0700) are available in the git repository at: git://git.denx.de/u-boot-net.git master for you

Re: [U-Boot] [PATCH 4/7] omap_hsmmc: implement driver check for card detection

2012-12-18 Thread Tom Rini
On Mon, Dec 03, 2012 at 02:19:44PM +0200, Nikita Kiryanov wrote: Implement driver check for card detection. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il - ret = omap_mmc_init(0, 0, 0); + ret = omap_mmc_init(0, 0, 0, -1);

Re: [U-Boot] Conflicting commits for seaboard USB keyboard handling

2012-12-18 Thread Tom Warren
Allen, On Tue, Dec 18, 2012 at 11:06 AM, Allen Martin amar...@nvidia.com wrote: On Tue, Dec 18, 2012 at 08:43:18AM -0800, Tom Warren wrote: Allen, On Mon, Dec 17, 2012 at 3:22 PM, Allen Martin amar...@nvidia.com wrote: On Mon, Dec 17, 2012 at 02:13:29PM -0800, Tom Warren wrote: Allen,

Re: [U-Boot] Conflicting commits for seaboard USB keyboard handling

2012-12-18 Thread Allen Martin
On Tue, Dec 18, 2012 at 03:59:36PM -0800, Tom Warren wrote: Allen, On Tue, Dec 18, 2012 at 11:06 AM, Allen Martin amar...@nvidia.com wrote: On Tue, Dec 18, 2012 at 08:43:18AM -0800, Tom Warren wrote: Allen, On Mon, Dec 17, 2012 at 3:22 PM, Allen Martin amar...@nvidia.com wrote: On

Re: [U-Boot] [PATCH 03/10] x86: Permit bootstage and timer data to be used prior to relocation

2012-12-18 Thread Simon Glass
Hi Graeme, On Fri, Dec 14, 2012 at 2:35 PM, Simon Glass s...@chromium.org wrote: Hi Graeme, On Fri, Dec 14, 2012 at 2:15 PM, Graeme Russ graeme.r...@gmail.com wrote: Hi Simon, On 15/12/12 08:13, Simon Glass wrote: It is useful to be able to access the timer before U-Boot has

Re: [U-Boot] [u-boot-release] [PATCH] boards/T4240qds:Fix IFC AMASK init as per FPGA register space

2012-12-18 Thread Prabhakar Kushwaha
On 12/18/2012 09:12 PM, Timur Tabi wrote: Prabhakar Kushwaha wrote: +#define CONFIG_SYS_AMASK3 IFC_AMASK(4*1024) IFC_AMASK(4 * 1024) Spaces around binary operators, please. Thanks Timur for reviewing it. I will fix this in next patch version. Regards, Prabhakar

[U-Boot] [PATCH][v2] boards/T4240qds:Fix IFC AMASK init as per FPGA register space

2012-12-18 Thread Prabhakar Kushwaha
T4240QDS's QIXIS FPGA has 4k register space size and IFC controller's Address Mask Registers is initialised 64K size. So Fix the Address Mask Register initilisation as 4K Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Changes for v2: - Spaces around binary operators

[U-Boot] [PATCH] NAND: allow custom SW ECC when using nand plat driver

2012-12-18 Thread Chris Kiick
Allow boards to set their own ECC layouts and functions in NAND_PLAT_INIT without being stomped on by nand_base.c intialization. Signed-off-by: ckiick chris at kiicks.net --- drivers/mtd/nand/nand_base.c | 11 +++ drivers/mtd/nand/nand_plat.c |4 ++-- include/configs/qong.h |

Re: [U-Boot] Conflicting commits for seaboard USB keyboard handling

2012-12-18 Thread Stephen Warren
On 12/18/2012 06:08 PM, Allen Martin wrote: ... The other alternative is I could provide the conflict resolved files or instructions for how to resolve. Aren't the two sets of files that conflict those that are already in u-boot/master and u-boot-arm/master? If so, only Albert can resolve the

Re: [U-Boot] [PATCH v2 3/7] usb: ehci: Support interrupt transfers via periodic list

2012-12-18 Thread Jim Lin
There is a potential bug. See below. +struct int_queue { + struct QH *first; + struct QH *current; + struct QH *last; + struct qTD *tds; +}; + +#define NEXT_QH(qh) (struct QH *)((qh)-qh_link ~0x1f) + +static int +enable_periodic(struct ehci_ctrl *ctrl) +{ +

Re: [U-Boot] [PATCH 4/7] omap_hsmmc: implement driver check for card detection

2012-12-18 Thread Nikita Kiryanov
On 12/19/2012 01:52 AM, Tom Rini wrote: On Mon, Dec 03, 2012 at 02:19:44PM +0200, Nikita Kiryanov wrote: Implement driver check for card detection. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il - ret = omap_mmc_init(0, 0,