Hi Tom,
> On Fri, Sep 14, 2012 at 05:39:59PM +0200, Lukasz Majewski wrote:
>
> > PMIC framework has been redesigned to support multiple instances of
> > power related devices (e.g. fuel gauge, PMICs, chargers, micro USB
> > IC).
> >
> > Due to that, code at other architectures and boards have be
Hi Tom ,
> If I read this right we'll pause in the middle of start up to charge
> the battery for possibly a long time right? And this could be a
> while loop even, yes? If so to the first one, this really should be
> under some sort of CONFIG option.
This is one of the options. Other option is
Hi Tom,
> On Fri, Sep 14, 2012 at 05:40:12PM +0200, Lukasz Majewski wrote:
>
> > FG IC built into the MAX8997 device (compliant to MAX17042) is
> > enabled at TRATS.
> [snip]
> > +#define CONFIG_POWER_FG
> > +#define CONFIG_POWER_FG_MAX17042
> > #define CONFIG_POWER_MUIC
> > #define CONFIG_POW
On Fri, 14 Sep 2012 10:24:49 -0700
Tom Rini wrote:
> On Fri, Sep 14, 2012 at 05:40:09PM +0200, Lukasz Majewski wrote:
>
> > Function for calculating LDO internal register value from passed
> > micro Volt.
> >
> > Signed-off-by: Lukasz Majewski
> > Signed-off-by: Kyungmin Park
> > Cc: Stefano
Hi Tom ,
> On Fri, Sep 14, 2012 at 05:40:08PM +0200, Lukasz Majewski wrote:
>
> > Support for MAX17042 fuel-gauge (FG), which is built into the
> > MAX8997 power management device.
> > Special file - fg_battery_cell_params.h with cells characteristics
> > added.
> [snip]
> > +#ifndef __FG_BATTERY
Hi Stefano,
> On 14/09/2012 17:40, Lukasz Majewski wrote:
> > Support for MUIC (Micro USB Integrated Circuit) built into the
> > MAX8997 power management device.
> >
> > The MUIC device will work with redesigned PMIC framework.
> >
> > Signed-off-by: Lukasz Majewski
> > Signed-off-by: Kyungmin
With onfi a flash is organized into one or more logical units (LUNs).
A logical unit (LUN) is the minimum unit that can independently execute
commands and report status.
Mtd does not exploit LUN, so make it see a big single flash where size is
lun_size * number_of_lun.
Without this patch MT29F8G0
On Sun, Sep 16, 2012 at 01:02:30PM -0500, York Sun wrote:
> Add i2c write command to write data from memory to i2c devices.
>
> Signed-off-by: York Sun
This feels like eeprom write, to an i2c-connected eeprom. Is that what
you have this for, or something else?
--
Tom
signature.asc
Descript
On 09/17/2012 04:21:09 PM, Matthieu CASTET wrote:
With onfi a flash is organized into one or more logical units (LUNs).
A logical unit (LUN) is the minimum unit that can independently
execute
commands and report status.
Mtd does not exploit LUN, so make it see a big single flash where
size
On Wed, Aug 22, 2012 at 04:49:42PM -0500, Joe Hershberger wrote:
> NAND unlock command allows an invert bit to be set to unlock all but
> the selected page range.
>
> Signed-off-by: Joe Hershberger
> ---
> Changes in v2:
> - Changed invert to allexcept
> - Changed unlock printf to debug print
> -
On Wed, Aug 22, 2012 at 04:49:43PM -0500, Joe Hershberger wrote:
> Missed in previous cleanup.
>
> Signed-off-by: Joe Hershberger
> ---
> Changes in v2:
> - Added loff_t cleanup to series
>
> drivers/mtd/nand/nand_util.c | 5 +++--
> include/nand.h | 3 ++-
> 2 files changed, 5 in
On Wed, Aug 22, 2012 at 04:49:44PM -0500, Joe Hershberger wrote:
> NAND_CMD_ constants for lock/unlock should be in the header
>
> Signed-off-by: Joe Hershberger
> ---
>
> drivers/mtd/nand/nand_util.c | 6 --
> include/linux/mtd/nand.h | 2 ++
> 2 files changed, 2 insertions(+), 6 delet
On Wed, Aug 22, 2012 at 04:49:45PM -0500, Joe Hershberger wrote:
> Micron NAND flash (e.g. MT29F4G08ABADAH4) BLOCK LOCK READ STATUS is not
> the same as others. Instead of bit 1 being lock, it is #lock_tight.
> To make the driver support either format, ignore bit 1 and use only
> bit 0 and bit 2.
On 17.09.2012 02:21, Marek Vasut wrote:
Implement support for CONFIG_SERIAL_MULTI into lpc32xx serial driver.
This driver was so far only usable directly, but this patch also adds
support for the multi method. This allows using more than one serial
driver alongside the lpc32xx driver. Also, add a
On Mon, Sep 17, 2012 at 01:20:25AM +0200, Marek Vasut wrote:
> This patchset is a STAGE 1 of preparation of the stdio and serial subsys
> for the driver model.
[snip]
> 6) Remove unused code used for the non-multi operation
>Remove code that was used when CONFIG_SERIAL_MULTI was not selected.
Dear Tom Rini,
> On Mon, Sep 17, 2012 at 01:20:25AM +0200, Marek Vasut wrote:
> > This patchset is a STAGE 1 of preparation of the stdio and serial subsys
> > for the driver model.
>
> [snip]
>
> > 6) Remove unused code used for the non-multi operation
> >
> >Remove code that was used when
Adds support for the Hannstar 1024 x 768 LVDS panel (Freescale part
number MCIMX-LVDS1) to SABRE-Lite board.
This commit is a rebase Fabio Estevan's patch from 5/31 to
u-boot-video/master:
http://patchwork.ozlabs.org/patch/162206/
Modifications include:
removal of i2c setup (unneeded)
Register CCM_CHSCCDR (offset 0x34 in CCM) is named CCM_CHSCCDR in
reference manual, but was named chscdr in struct mxc_ccm_reg.
Signed-off-by: Eric Nelson
---
arch/arm/include/asm/arch-mx6/crm_regs.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/include/asm/a
Series includes one patch to fix a register name in imx6/crm_regs.h
and a second that's a re-base of Fabio's patch from 5/31.
http://patchwork.ozlabs.org/patch/162206/
arch/arm/include/asm/arch-mx6/crm_regs.h |6 ++-
board/freescale/mx6qsabrelite/mx6qsabrelite.c | 90 ++
Tom,
It's like eeprom write but it writes to general devices, not specificly to
system eeprom. I would have to use i2c mw command a lot without this.
York
Original Message
From: Tom Rini
Sent: Mon, Sep 17, 2012 05:16 PM
To: sun york-R58495
CC: u-boot@lists.denx.de; u-boot-rele
On Wed, 12 Sep 2012 14:17:30 -0700
"Ira W. Snyder" wrote:
> From: "Ira W. Snyder"
>
> This series improves the hardware support for the Freescale MPC8308RDB board.
>
> Optional support for the SPI pins routed to header J8 is added for testing SPI
> flash chips. This was tested with a Spansion
On Mon, Sep 17, 2012 at 11:29:00PM +, sun york-R58495 wrote:
> Tom,
>
> It's like eeprom write but it writes to general devices, not specificly to
> system eeprom. I would have to use i2c mw command a lot without this.
Right. I guess what I'm getting at is, are you writing to some sort
of
Hi Tom,
Ira improved mpc8308rdb h/w support by making it more comprehensive.
Please pull:
The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:
Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27
+0200)
are available in the git repository at:
Hi Eric,
On Mon, Sep 17, 2012 at 8:14 PM, Eric Nelson
wrote:
> Adds support for the Hannstar 1024 x 768 LVDS panel (Freescale part
> number MCIMX-LVDS1) to SABRE-Lite board.
>
> This commit is a rebase Fabio Estevan's patch from 5/31 to
s/Estevan/Estevam
> +int board_late_init(void)
> +{
> +
On Thu, Aug 30, 2012 at 01:39:38PM -, Marek Vasut wrote:
> This is based on Linux kernel -next:
>
> commit a1256b0e087ed3cdb584c683acb966ee885f733c
> Author: Brian Norris
> Date: Fri Jul 13 09:28:24 2012 -0700
>
> mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver
>
> Th
Dear Scott Wood,
> On Thu, Aug 30, 2012 at 01:39:38PM -, Marek Vasut wrote:
> > This is based on Linux kernel -next:
> >
> > commit a1256b0e087ed3cdb584c683acb966ee885f733c
> > Author: Brian Norris
> > Date: Fri Jul 13 09:28:24 2012 -0700
> >
> > mtd: nand: allow NAND_NO_SUBPAGE_WRITE
On 09/17/2012 07:01:39 PM, Marek Vasut wrote:
Dear Scott Wood,
> On Thu, Aug 30, 2012 at 01:39:38PM -, Marek Vasut wrote:
> > This is based on Linux kernel -next:
> >
> > commit a1256b0e087ed3cdb584c683acb966ee885f733c
> > Author: Brian Norris
> > Date: Fri Jul 13 09:28:24 2012 -0700
> >
Hi Fabio,
On 09/17/2012 04:43 PM, Fabio Estevam wrote:
Hi Eric,
On Mon, Sep 17, 2012 at 8:14 PM, Eric Nelson
wrote:
Adds support for the Hannstar 1024 x 768 LVDS panel (Freescale part
number MCIMX-LVDS1) to SABRE-Lite board.
This commit is a rebase Fabio Estevan's patch from 5/31 to
s/Est
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/17/12 13:26, Ilya Yanok wrote:
> This patch adds support for networking in SPL. Some devices are
> capable of loading SPL via network so it makes sense to load the
> main U-Boot binary via network too. This patch tries to use
> existing networ
On Tue, Aug 21, 2012 at 11:04:14PM +0200, Benoît Thébaudeau wrote:
> Signed-off-by: Benoît Thébaudeau
> Cc: Scott Wood
> Cc: Stefano Babic
> ---
> Changes for v2:
> - Fix warning for unused tmp variable in board_nand_init() for NFC V1.
>
> .../arch/arm/include/asm/arch-mx5/imx-regs.h |
On Mon, Aug 13, 2012 at 10:49:42PM +0200, Benoît Thébaudeau wrote:
> On the NFC IP 1.1, the 32-bit ecc_status_result value comes from 2
> consecutive 16-bit registers. This patch reads all the fields of this value,
> which makes a difference for 4-kiB NF pages.
>
> Signed-off-by: Benoît Thébaudeau
On Mon, Sep 17, 2012 at 9:43 PM, Eric Nelson
wrote:
> Like this?
> http://lists.denx.de/pipermail/u-boot/2012-August/129967.html
Yes, correct.
Regards,
Fabio Estevam
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/lis
On 09/17/2012 05:08 PM, Eric Nelson wrote:
Hi Fabio,
On 09/17/2012 04:43 PM, Fabio Estevam wrote:
Hi Eric,
+int board_late_init(void)
+{
+ setenv("stdout", "serial");
+ return 0;
+}
Please see my previous comment on v1 about this.
Wolfgang nacked this method and Stefano has proposed a ni
On 09/17/2012 07:39:35 PM, Scott Wood wrote:
On Mon, Aug 13, 2012 at 10:49:42PM +0200, Benoît Thébaudeau wrote:
> On the NFC IP 1.1, the 32-bit ecc_status_result value comes from 2
> consecutive 16-bit registers. This patch reads all the fields of
this value,
> which makes a difference for 4-k
On Fri, Sep 14, 2012 at 2:08 PM, Tetsuyuki Kobayashi wrote:
> Use setbits/clrbits macro when read-modify-write register.
>
> Signed-off-by: Tetsuyuki Kobayashi
> ---
> Changes for v3:
> - new
>
> drivers/i2c/sh_i2c.c |8
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --
On Mon, Sep 17, 2012 at 8:21 AM, Marek Vasut wrote:
> Implement support for CONFIG_SERIAL_MULTI into sh serial driver.
> This driver was so far only usable directly, but this patch also adds
> support for the multi method. This allows using more than one serial
> driver alongside the sh driver. Al
On Tue, Aug 21, 2012 at 11:04:14PM +0200, Benoît Thébaudeau wrote:
> Signed-off-by: Benoît Thébaudeau
> Cc: Scott Wood
> Cc: Stefano Babic
> ---
> Changes for v2:
> - Fix warning for unused tmp variable in board_nand_init() for NFC V1.
>
> .../arch/arm/include/asm/arch-mx5/imx-regs.h |
Appled, thanks.
Best regards,
NObuhiro
On Thu, Sep 6, 2012 at 9:36 AM, Nobuhiro Iwamatsu
wrote:
> The wrong value was set as value of column of DDR memory for ap_sh4a_4a.
> 10 is the right value. This fixed this problem.
>
> Signed-off-by: Nobuhiro Iwamatsu
> ---
> board/alphaproject/ap_sh4a
Hi, Joe.
Could you pick this patch to your repository?
Best regards,
Nobuhiro
On Fri, Aug 3, 2012 at 5:08 PM, Nobuhiro Iwamatsu
wrote:
> R8A7740 of rmobile has ethernet device, and this is same IP of
> sh-ether. This support R8A7740 of rmobile.
>
> Signed-off-by: Hideyuki Sano
> Signed-off-b
On Mon, Sep 17, 2012 at 06:36:56PM -0500, Kim Phillips wrote:
> Hi Tom,
>
> Ira improved mpc8308rdb h/w support by making it more comprehensive.
> Please pull:
>
> The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:
>
> Merge branch 'master' of git://git.denx.de/u-boot
On Mon, Aug 13, 2012 at 10:47:56PM +0200, Benoît Thébaudeau wrote:
> Hi all,
>
> This series aims at adding support for i.MX5 to the mxc nand mtd and spl
> drivers. It also fixes several issues and cleans up the code a little bit.
Applied patches 1-12 to u-boot-nand-flash. For patch 13 I'm waiti
The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:
Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27
+0200)
are available in the git repository at:
git://git.denx.de/u-boot-nand-flash.git master
for you to fetch changes up to 9c60e75e05
On 17 September 2012 08:21, Marek Vasut wrote:
> Implement support for CONFIG_SERIAL_MULTI into s3c64xx serial driver.
> This driver was so far only usable directly, but this patch also adds
> support for the multi method. This allows using more than one serial
> driver alongside the s3c64xx drive
Dear Marek,
On 17 September 2012 08:20, Marek Vasut wrote:
> Move the registration of s5p_serialN_device ports from default
> serial_initialize() into driver specific function called from
> serial_initialize(). This slims down the serial_initialize() call
> to a bare tracker of all possible seria
Dear Lukasz Majewski,
On 13 September 2012 22:45, Lukasz Majewski wrote:
> Hi Minkyu,
>
>> Now proper GPIO parts numbering is handled at Samsung devices.
>> This fix is necessary for code using GPIO located at other banks
>> than first.
>>
>> Test HW:
>> - Exynos4210 - Trats
>> - S5PC110 - goni
>
Hi Anatolij,
I hate to come in late to the discussion, but while testing [1] with cache
enabled, I started down the path of fixing up code paths within
drivers/video/cfb_console.c that are followed by SABRE Lite as you did in [2].
[1] [PATCH V2 0/2] i.MX6: mx6qsabrelite: Add splash screen
On Mon, Sep 17, 2012 at 06:18:12PM -0700, Tom Rini wrote:
> On Mon, Sep 17, 2012 at 06:36:56PM -0500, Kim Phillips wrote:
> > Hi Tom,
> >
> > Ira improved mpc8308rdb h/w support by making it more comprehensive.
> > Please pull:
> >
> > The following changes since commit a6f0c4faa4c65a7b7048b12c9d
Hi Benoît ,
On Mon, Sep 17, 2012 at 4:04 PM, Benoît Thébaudeau
wrote:
> +u32 get_board_rev(void)
> +{
> + return get_cpu_rev();
> +}
Is this enough? Looking at FSL U-boot there is also a:
static inline void set_board_rev(void)
{
if ((__REG(GPIO1_BASE_ADDR + 0x0) & (0x1 << 22)) =
QIXIS FPGA layout defines the address of registers but The actual register bit
implementation is board-specific,
So avoid use of magic numbers as it may vary across different boards's QIXIS
FPGA implementation.
Also, Avoid board specific defines in common/qixis.h
Signed-off-by: Prabhakar Kushwah
On 09/17/2012 06:36 PM, Tom Rini wrote:
On Mon, Sep 17, 2012 at 11:29:00PM +, sun york-R58495 wrote:
Tom,
It's like eeprom write but it writes to general devices, not specificly to
system eeprom. I would have to use i2c mw command a lot without this.
Right. I guess what I'm getting at
On 09/17/2012 01:20 AM, Marek Vasut wrote:
Properly spell out the whole structure member names when an initialized
varible is instantiated from the struct serial_driver. In case the
structure definition for struct serial_driver undergoes reordering,
there will be no impact on variables defined ba
On 09/17/2012 01:20 AM, Marek Vasut wrote:
Move the registration of xuartlite_serialN_device ports from
default serial_initialize() into driver specific function called from
serial_initialize(). This slims down the serial_initialize() call
to a bare tracker of all possible serial port registratio
ping
On 5 September 2012 16:08, Chander Kashyap wrote:
> Add PXE support for the Exynos5250.
>
> Signed-off-by: Chander Kashyap
> ---
> include/configs/smdk5250.h |6 ++
> 1 file changed, 6 insertions(+)
>
> diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h
> index 27
101 - 153 of 153 matches
Mail list logo