Re: [U-Boot] [PATCH v2 26/29] dm: Add child_pre_probe() and child_post_remove() methods

2014-07-16 Thread Simon Glass
Hi Pavel, On 15 July 2014 02:26, Pavel Herrmann wrote: > Hi > > On Tuesday 08 of July 2014 21:38:16 Simon Glass wrote: >> ... >> + >> +Note that the information that controls this behaviour is in the bus's >> +driver, not the child's. In fact it is possible that child has no knowledge >> +that it

Re: [U-Boot] [PATCH 06/25] dm: spi: Add a uclass for SPI

2014-07-16 Thread Simon Glass
Hi Pavel, On 15 July 2014 02:26, Pavel Herrmann wrote: > > Hi > > On Monday 14 of July 2014 18:56:13 Simon Glass wrote: > > Add a uclass which provides access to SPI buses and includes operations > > required by SPI. > > > > For a time driver model will need to co-exist with the legacy SPI inter

Re: [U-Boot] [PATCH 1/3] mtd, spi: add MTD layer driver

2014-07-16 Thread Heiko Schocher
Hello Daniel, Am 16.07.2014 20:42, schrieb Daniel Schwierzeck: Dear Heiko, 2014-07-14 9:39 GMT+02:00 Heiko Schocher: From: Daniel Schwierzeck add MTD layer driver for spi, original patch from: http://git.denx.de/?p=u-boot/u-boot-mips.git;a=commitdiff;h=bb246819cdc90493dd7089eaa51b9e639765cced

[U-Boot] [PATCH] .gitignore: clean-up unnecessary entries

2014-07-16 Thread Masahiro Yamada
There have been /errlog and /reloc_off in the top level .gitignore since commit 1b4aaffe added it about 7 years ago. But they are no longer generated. Signed-off-by: Masahiro Yamada --- .gitignore | 4 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index e0c3d48..230f

Re: [U-Boot] A way to change the status of the whole series on Patchwork ?

2014-07-16 Thread Brian Norris
On Thu, Jul 17, 2014 at 11:19:42AM +0900, Masahiro Yamada wrote: > When I change the status of patches, > I always do it one by one. > > But it is painful if the series consists > of a bunch of patches. > > Does Patchwork have any good way to change the status > of the whole series? You can use

[U-Boot] A way to change the status of the whole series on Patchwork ?

2014-07-16 Thread Masahiro Yamada
Hi. When I change the status of patches, I always do it one by one. But it is painful if the series consists of a bunch of patches. Does Patchwork have any good way to change the status of the whole series? Best Regards Masahiro Yamada ___ U-Boot

Re: [U-Boot] [PATCH v2 3/5] sunxi: Add axp209 pmic support

2014-07-16 Thread Ian Campbell
branch to: git://gitorious.org/ijc/u-boot.git wip/sunxi-20140716 I was hoping to merge something like this set of patches upstream shortly. > While changing the boards.cfg lines for the Cubietruck, add Ian and me as > board > maintainers for the Cubietruck. You actually fac

Re: [U-Boot] omap: Looking to dynamically setup ECC and nand settings during boot

2014-07-16 Thread Tom Rini
On Wed, Jul 16, 2014 at 04:47:30PM -0400, Jon Cormier wrote: > On Wed, Jul 16, 2014 at 3:03 PM, Gupta, Pekon wrote: [snip] > > >I noticed this commit when looking for nand changes in the latest u-boot > > but I'm not sure how this actually affects the SPL nand support. And > > whether it helps me

Re: [U-Boot] [PATCH] cmd_nand/cmd_ubi/cmd_nboot: Set environment variable 'filesize'

2014-07-16 Thread Tom Rini
On Wed, Jul 16, 2014 at 02:45:23PM +0200, Wolfgang Denk wrote: > Dear Rostislav Lisovy, > > In message <1405500531-25486-1-git-send-email-lis...@merica.cz> you wrote: > > The environment variable 'filesize' is commonly used for > > storing information about the size of the last read/retrieved > >

Re: [U-Boot] omap: Looking to dynamically setup ECC and nand settings during boot

2014-07-16 Thread Jon Cormier
On Wed, Jul 16, 2014 at 3:03 PM, Gupta, Pekon wrote: > Hi Jon, > > > > From: Jon Cormier [mailto:jcorm...@criticallink.com] > >> On Tue, Jul 15, 2014 at 12:23 AM, Gupta, Pekon wrote: > >>>From: Jon Cormier [mailto:jcorm...@criticallink.com] > > >>> We have a product based on the 335x that has se

Re: [U-Boot] [PATCH v1 7/7] board/ti/dra7xx: add support for parallel NAND

2014-07-16 Thread Tom Rini
On Sat, Jul 05, 2014 at 12:35:17AM +0530, Pekon Gupta wrote: > This patch adds support for x16 NAND device (MT29F2G16AAD) connected to GPMC > chip-select present on DRA7xx EVM. > On this board, GPMC_WPN and NAND_BOOTn are controlled by DIP switch, > So following board settings are required for NAN

Re: [U-Boot] [PATCH v1 6/7] board/ti/am43xx: add support for parallel NAND

2014-07-16 Thread Tom Rini
On Sat, Jul 05, 2014 at 12:35:16AM +0530, Pekon Gupta wrote: > This patch adds support for NAND device connected to GPMC chip-select on > following AM43xx EVM boards. [snip] > diff --git a/board/ti/am43xx/mux.c b/board/ti/am43xx/mux.c > index 50967e1..172adcd 100644 > --- a/board/ti/am43xx/mux.c >

Re: [U-Boot] [PATCH v1 3/7] arm: lib: continue board_init_r even if valid flash device is not detected

2014-07-16 Thread Tom Rini
On Sat, Jul 05, 2014 at 12:35:13AM +0530, Pekon Gupta wrote: > Most platforms have fall-back boot sources, if their primary boot fails. > This patch allows board_init to continue scanning through other secondary boot > sources like NAND, MMC, etc if valid FLASH device is not detected. > > Signed-

Re: [U-Boot] [PATCH v1 4/7] board/ti/am335x: add support for beaglebone NOR Cape

2014-07-16 Thread Tom Rini
On Sat, Jul 05, 2014 at 12:35:14AM +0530, Pekon Gupta wrote: > This patch updates pin-mux for beaglebone NOR cape [1] > This cape has 128Mbits(16MBytes), x16, CFI compatible NOR Flash device. > > On Beaglebone, GPMC chip-select-0 is shared by both NAND and NOR capes, > so only one of them can be

Re: [U-Boot] [PATCH v1 2/7] board/ti/am335x: add support for beaglebone NAND cape

2014-07-16 Thread Tom Rini
On Sat, Jul 05, 2014 at 12:35:12AM +0530, Pekon Gupta wrote: > Beaglebone Board can be connected to expansion boards to add devices to them. > These expansion boards are called 'capes'. This patch adds support for > following versions of Beaglebone(AM335x) NAND capes > (a) NAND Device with bus-wid

Re: [U-Boot] Please pull u-boot-sunxi.git/next

2014-07-16 Thread Ian Campbell
On Tue, 2014-07-08 at 20:20 +0100, Ian Campbell wrote: > Hi Tom > > Sending to you for #next in Albert's absence. Since the release is now out I'll prepare a PR for master once Albert is back. I've marked this as superceded in pw. Ian. ___ U-Boot mail

Re: [U-Boot] [PATCH v2 5/5] sun7i: cubietruck: enable USB EHCI

2014-07-16 Thread Ian Campbell
On Tue, 2014-07-15 at 23:56 +0200, Roman Byshko wrote: > Signed-off-by: Roman Byshko Acked-by: Ian Campbell ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 4/5] sun7i: add USB EHCI configuration

2014-07-16 Thread Ian Campbell
On Tue, 2014-07-15 at 23:56 +0200, Roman Byshko wrote: > Signed-off-by: Roman Byshko Acked-by: Ian Campbell ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 3/5] sunxi: add USB options to configs

2014-07-16 Thread Ian Campbell
On Tue, 2014-07-15 at 23:56 +0200, Roman Byshko wrote: > Signed-off-by: Roman Byshko Acked-by: Ian Campbell ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 1/5] sunxi: add defines to control USB Host clocks/resets

2014-07-16 Thread Ian Campbell
On Tue, 2014-07-15 at 23:56 +0200, Roman Byshko wrote: > Signed-off-by: Roman Byshko Acked-by: Ian Campbell ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/3] mtd, spi: add MTD layer driver

2014-07-16 Thread Daniel Schwierzeck
Dear Heiko, 2014-07-14 9:39 GMT+02:00 Heiko Schocher : > From: Daniel Schwierzeck > > add MTD layer driver for spi, original patch from: > http://git.denx.de/?p=u-boot/u-boot-mips.git;a=commitdiff;h=bb246819cdc90493dd7089eaa51b9e639765cced > > changes from Heiko Schocher against this patch: > - r

Re: [U-Boot] omap: Looking to dynamically setup ECC and nand settings during boot

2014-07-16 Thread Gupta, Pekon
Hi Jon, > From: Jon Cormier [mailto:jcorm...@criticallink.com] >> On Tue, Jul 15, 2014 at 12:23 AM, Gupta, Pekon wrote: >>>From: Jon Cormier [mailto:jcorm...@criticallink.com] >>> We have a product based on the 335x that has several different models where >>> the only difference is the nand p

Re: [U-Boot] ARMv8 spin-table patches

2014-07-16 Thread Mark Rutland
On Mon, Jul 14, 2014 at 09:21:26PM +0100, York Sun wrote: > On 07/14/2014 07:03 AM, Mark Rutland wrote: > > Unfortunately I don't have an answer to that; the arm64 Linux spin-table > > documentation and code were all written before I was involved. > > > > The unfortunate truth is that a lot of the

Re: [U-Boot] CPU Wachtog for P2041

2014-07-16 Thread York Sun
They came in after the merging window was closed. They will be reviewed and considered for next release. York On 07/16/2014 04:20 AM, Boschung, Rainer wrote: > Hi, > > obviously my patches concerning the CPU Watchdog for the kmp204x have not > been added to the latest u-boot release. > > Coul

Re: [U-Boot] socfpga: initialize MMC

2014-07-16 Thread Wolfgang Denk
Dear Pavel, In message <20140716125238.cf383380...@gemini.denx.de> I wrote: > > > + add_dwmci(host, host->bus_hz, host->bus_hz); > > Is there a free(host) anywhere? I think there is none, which raises the question why you use malloc() in the first place. Just use a struct on the stack. Also

Re: [U-Boot] [PATCH 0/5] ARM: Allwinner sun7i (A20) USB Host EHCI support

2014-07-16 Thread Roman B.
On Wed, Jul 16, 2014 at 11:20 AM, Marek Vasut wrote: > On Wednesday, July 16, 2014 at 08:46:07 AM, Ian Campbell wrote: >> On Wed, 2014-07-16 at 07:42 +0100, Ian Campbell wrote: >> > On Tue, 2014-07-15 at 22:54 +0200, Roman B. wrote: >> > > On Sat, Jul 12, 2014 at 2:21 PM, Ian Campbell >> > > wro

Re: [U-Boot] omap: Looking to dynamically setup ECC and nand settings during boot

2014-07-16 Thread Jon Cormier
Pekon, Thanks for the response. On Tue, Jul 15, 2014 at 12:23 AM, Gupta, Pekon wrote: > Hi Jon, > > > >From: Jon Cormier [mailto:jcorm...@criticallink.com] > > > We have a product based on the 335x that has several different models > where the only difference is the nand part. We would like t

Re: [U-Boot] socfpga: initialize MMC

2014-07-16 Thread Wolfgang Denk
Dear Pavel Machek, In message <20140716123422.ga8...@amd.pavel.ucw.cz> you wrote: > > Once ethernet changes I merged, I can rediff mmc changes for > application. It will look something like this: > > Albert, can you apply the ethernet patch? I'd like to continue on top > of it... Please mark su

Re: [U-Boot] [PATCH] cmd_nand/cmd_ubi/cmd_nboot: Set environment variable 'filesize'

2014-07-16 Thread Wolfgang Denk
Dear Rostislav Lisovy, In message <1405500531-25486-1-git-send-email-lis...@merica.cz> you wrote: > The environment variable 'filesize' is commonly used for > storing information about the size of the last read/retrieved > file. The variable is essential when writing U-boot scripts. > This patch a

[U-Boot] socfpga: initialize MMC

2014-07-16 Thread Pavel Machek
Hi! Once ethernet changes I merged, I can rediff mmc changes for application. It will look something like this: Albert, can you apply the ethernet patch? I'd like to continue on top of it... Pavel diff --git a/arch/arm/cpu/armv7/soc

[U-Boot] new dev question

2014-07-16 Thread David Nelson
hello, i was wondering if anyone could direct me to some good resources to get a new dev up to speed with the requirements/provisions that exist for porting U-Boot to new boards. i am working solo building a distro from scratch and it would be especially beneficial to have U-Boot as the primary sup

Re: [U-Boot] [linux-sunxi] [PATCH v2 2/5] sunxi: add USB EHCI driver

2014-07-16 Thread Priit Laes
Ühel kenal päeval, T, 15.07.2014 kell 23:56, kirjutas Roman Byshko: > Signed-off-by: Roman Byshko > --- > drivers/usb/host/Makefile | 1 + > drivers/usb/host/ehci-sunxi.c | 212 > ++ > 2 files changed, 213 insertions(+) > create mode 100644 drivers/

[U-Boot] [PATCH] cmd_nand/cmd_ubi/cmd_nboot: Set environment variable 'filesize'

2014-07-16 Thread Rostislav Lisovy
The environment variable 'filesize' is commonly used for storing information about the size of the last read/retrieved file. The variable is essential when writing U-boot scripts. This patch adds the capability of storing the information about the size of read data into the 'filesize' variable for

Re: [U-Boot] CPU Wachtog for P2041

2014-07-16 Thread Boschung, Rainer
Hi, obviously my patches concerning the CPU Watchdog for the kmp204x have not been added to the latest u-boot release. Could you please review my patches and add them for the next release of u-boot. Thanks you. Best regards Rainer Boschung KEYMILE AG > -Original Message- > From: u-boo

Re: [U-Boot] DM, Kconfig and clang changes

2014-07-16 Thread Masahiro Yamada
Hi Tom, On Mon, 14 Jul 2014 13:22:25 -0400 Tom Rini wrote: > Hey all, > > So the release is out, and I want to make sure that some of these big > changes get as much testing as we can. > > Simon, can you please make up a pull request with what you think is > ready to go now? > > Masahiro and

Re: [U-Boot] [linux-sunxi] Re: [PATCH v2 2/5] sunxi: add USB EHCI driver

2014-07-16 Thread Hans de Goede
Hi, On 07/16/2014 08:58 AM, Ian Campbell wrote: > On Tue, 2014-07-15 at 23:56 +0200, Roman Byshko wrote: >> diff --git a/drivers/usb/host/ehci-sunxi.c b/drivers/usb/host/ehci-sunxi.c >> new file mode 100644 >> index 000..8e2baa9 >> --- /dev/null >> +++ b/drivers/usb/host/ehci-sunxi.c >> @@ -0,

Re: [U-Boot] [PATCH v3 3/6] pwm, imx6: add support for pwm modul on imx6

2014-07-16 Thread Wolfgang Denk
Dear Stefano & Heiko, In message <53c64270.7050...@denx.de> you wrote: > > > diff --git a/drivers/pwm/pwm-imx.c b/drivers/pwm/pwm-imx.c > > new file mode 100644 > > index 000..c70e150 > > --- /dev/null > > +++ b/drivers/pwm/pwm-imx.c > > @@ -0,0 +1,109 @@ > > +/* > > + * (C) Copyright 2014 >

[U-Boot] [PATCH] dfu: fix: Add the absolute path to the file name for ext4 write operation

2014-07-16 Thread Lukasz Majewski
Commit 1151b7ac10b81ecbb has cleaned up read and write operations. Unfortunately, for correct operation the write for ext4 fs requires absolute patch. This patch fixes this case. Signed-off-by: Lukasz Majewski --- drivers/dfu/dfu_mmc.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-)

Re: [U-Boot] [PATCH v3 3/6] pwm, imx6: add support for pwm modul on imx6

2014-07-16 Thread Heiko Schocher
Hello Stefano, Am 16.07.2014 11:14, schrieb Stefano Babic: Hi Heiko, On 16/07/2014 10:51, Heiko Schocher wrote: add basic support for the pwm modul found on imx6. Signed-off-by: Heiko Schocher Cc: Stefano Babic --- - changes for v3: new in v3, as Stefano Babic suggested README

Re: [U-Boot] [ANN] U-Boot v2014.07 released

2014-07-16 Thread Marek Vasut
On Monday, July 14, 2014 at 07:22:18 PM, Tom Rini wrote: > Hey all, > > I've pushed v2014.07 out to the repository and tarballs should exist > soon. > > As always, lots of nice little fixes here and there and everywhere. > Since I've had a few requests to include some sort of ChangeLog (other > t

Re: [U-Boot] [PATCH v2 0/5] ARM: Allwinner sun7i (A20) USB Host EHCI support

2014-07-16 Thread Marek Vasut
On Wednesday, July 16, 2014 at 12:05:34 AM, Roman B. wrote: > Hi Marex, > > I'm sorry I forgot to CC you on my submission. It would be great, if > you can take a look at it. Thanks for the ping. Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@

Re: [U-Boot] [PATCH v3 6/6] arm, imx6: add aristainetos board

2014-07-16 Thread Stefano Babic
Hi Heiko, On 16/07/2014 10:51, Heiko Schocher wrote: > CPU: Freescale i.MX6DL rev1.1 at 792 MHz > Board: aristaitenos > I2C: ready > DRAM: 1 GiB > NAND: 512 MiB > MMC: FSL_SDHC: 0, FSL_SDHC: 1 > SF: Detected N25Q128 with page size 256 Bytes, erase size 64 KiB, total 16 MiB > Display: lb07w

Re: [U-Boot] [PATCH 0/5] ARM: Allwinner sun7i (A20) USB Host EHCI support

2014-07-16 Thread Marek Vasut
On Wednesday, July 16, 2014 at 08:46:07 AM, Ian Campbell wrote: > On Wed, 2014-07-16 at 07:42 +0100, Ian Campbell wrote: > > On Tue, 2014-07-15 at 22:54 +0200, Roman B. wrote: > > > On Sat, Jul 12, 2014 at 2:21 PM, Ian Campbell wrote: > > > > On Tue, 2014-07-08 at 22:21 +0200, Roman Byshko wrote:

Re: [U-Boot] [YBA] mx28evk.h CONFIG_EHCI_MXS_PORT0 power?

2014-07-16 Thread Marek Vasut
On Wednesday, June 25, 2014 at 07:14:24 PM, Jonathan Ben Avraham wrote: > Dear colleagues, > When I configure mx28evk with CONFIG_EHCI_MXS_PORT0 instead of the > default CONFIG_EHCI_MXS_PORT1, and run on an i.MX28 EVK PCB REV D, and > do "start usb" at the prompt, then ehci_set_usbmode(0) (to set h

Re: [U-Boot] [PATCH v3 3/6] pwm, imx6: add support for pwm modul on imx6

2014-07-16 Thread Stefano Babic
Hi Heiko, On 16/07/2014 10:51, Heiko Schocher wrote: > add basic support for the pwm modul found on imx6. > > Signed-off-by: Heiko Schocher > Cc: Stefano Babic > > --- > - changes for v3: > new in v3, as Stefano Babic suggested > > README| 4 ++ > drivers/Makefile |

[U-Boot] [PATCH v3 4/6] i.MX6: add enable_spi_clk()

2014-07-16 Thread Heiko Schocher
add enable_spi_clk(), so board code can enable spi clocks. Signed-off-by: Heiko Schocher Reviewed-by: Jagannadha Sutradharudu Teki Cc: Eric Nelson Cc: Stefano Babic --- - changes for v2: - add comment from Stefano Babic: - add comment for spi_num range - add SPI_MAX_NUM in imx-regs.

[U-Boot] [PATCH v3 2/6] i.MX6: define struct pwm_regs and PWMCR_* defines

2014-07-16 Thread Heiko Schocher
add defines for pwm modul found on imx6. Signed-off-by: Heiko Schocher Cc: Stefano Babic --- - changes for v2: - new arch/arm/include/asm/arch-mx6/imx-regs.h | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/as

[U-Boot] [PATCH v3 3/6] pwm, imx6: add support for pwm modul on imx6

2014-07-16 Thread Heiko Schocher
add basic support for the pwm modul found on imx6. Signed-off-by: Heiko Schocher Cc: Stefano Babic --- - changes for v3: new in v3, as Stefano Babic suggested README| 4 ++ drivers/Makefile | 1 + drivers/pwm/Makefile | 13 ++ drivers/pwm/pwm-imx.c | 109 +

[U-Boot] [PATCH v3 6/6] arm, imx6: add aristainetos board

2014-07-16 Thread Heiko Schocher
CPU: Freescale i.MX6DL rev1.1 at 792 MHz Board: aristaitenos I2C: ready DRAM: 1 GiB NAND: 512 MiB MMC: FSL_SDHC: 0, FSL_SDHC: 1 SF: Detected N25Q128 with page size 256 Bytes, erase size 64 KiB, total 16 MiB Display: lb07wv8 (800x480) - UART5 is console - MMC 0 and 1 - USB 0 and 1 - boot fr

[U-Boot] [PATCH v3 0/6] arm, imx6: add aristainetos board support

2014-07-16 Thread Heiko Schocher
add support for the imx6 based aristainetos board. - changes for v2: - added comments from Jagan Teki and Stefano Babic - remove patch http://patchwork.ozlabs.org/patch/353324/ - new patches in v2 imx6: add gpr2 usb_otg_id iomux select control define (as patch http://patchwork.ozlabs

[U-Boot] [PATCH v3 5/6] spi: add config option to enable the WP pin function on st micron flashes

2014-07-16 Thread Heiko Schocher
enable the W#/Vpp signal to disable writing to the status register on ST MICRON flashes like the N25Q128 through the new config option CONFIG_SYS_SPI_ST_ENABLE_WP_PIN Signed-off-by: Heiko Schocher Cc: Jagannadha Sutradharudu Teki --- README| 11 +++ drivers/mtd/s

[U-Boot] [PATCH v3 1/6] imx6: add gpr2 usb_otg_id iomux select control define

2014-07-16 Thread Heiko Schocher
add IOMUXC_GPR1_USB_OTG_ID_OFFSET and IOMUXC_GPR1_USB_OTG_ID_SEL_MASK define for the USB_OTG_ID_SEL bit. Signed-off-by: Heiko Schocher Acked-by: Stefano Babic --- - changes for v2: - new - changes for v3: add Acked-by from Stefano Babic arch/arm/include/asm/arch-mx6/imx-regs.h | 2 ++ 1 f

[U-Boot] [PATCH v2 3/3] Update .mailmap using scripts/mailmapper

2014-07-16 Thread Masahiro Yamada
Add more entries to .mailmap for the canonical names with 50 commits or more. This commit was generated by the following command: scripts/mailmapper > tmp; mv tmp .mailmap Signed-off-by: Masahiro Yamada --- Changes in v2: None .mailmap | 15 +++ 1 file changed, 15 insertions(+)

[U-Boot] [PATCH v2 1/3] add .mailmap for proper git-shortlog output

2014-07-16 Thread Masahiro Yamada
This is the first version of .mailmap created by hand. Please see "man git-shortlog" for what this commit is trying to do. Without this file, for example, "git shortlog -n -s" shows as follows: 2693 Wolfgang Denk <-- 1002 Stefan Roese <-- 811 wdenk <--

[U-Boot] [PATCH v2 0/3] Add .mailmap file and a tool to maintain it

2014-07-16 Thread Masahiro Yamada
Changes in v2: - Fix a typo in comments. Masahiro Yamada (3): add .mailmap for proper git-shortlog output scripts: add mailmapper, a tool to create/update mailmap file Update .mailmap using scripts/mailmapper .mailmap | 27 + scripts/mailmapper | 160

[U-Boot] [PATCH v2 2/3] scripts: add mailmapper, a tool to create/update mailmap file

2014-07-16 Thread Masahiro Yamada
This tool helps to create/update the mailmap file. It runs 'git shortlog' internally and searches differently spelled author names which share the same email address. The author name with the most commits is asuumed to be a canonical real name. If the number of commits from the cananonical name is

Re: [U-Boot] [i2c] Pull request

2014-07-16 Thread Ian Campbell
On Wed, 2014-07-16 at 10:04 +0200, Heiko Schocher wrote: > Hello Ian, > > Am 16.07.2014 08:47, schrieb Ian Campbell: > > On Wed, 2014-07-16 at 07:16 +0200, Heiko Schocher wrote: > > > > Hi Heiko, > > > > Are you going to take "mvtwsi: convert to CONFIG_SYS_I2C framework"[0] > > or would you like m

Re: [U-Boot] [i2c] Pull request

2014-07-16 Thread Heiko Schocher
Hello Ian, Am 16.07.2014 08:47, schrieb Ian Campbell: On Wed, 2014-07-16 at 07:16 +0200, Heiko Schocher wrote: Hi Heiko, Are you going to take "mvtwsi: convert to CONFIG_SYS_I2C framework"[0] or would you like me to push it via the sunxi tree? You've acked it but it is delegated to me. as th

[U-Boot] [GIT] Pull request: u-boot-dfu

2014-07-16 Thread Lukasz Majewski
Dear Marek, The following changes since commit 5ba95541b700d2edecb4d97d4b905f51ed8551b3: usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x (2014-07-09 22:11:51 +0200) are available in the git repository at: ssh://gu-...@git.denx.de/u-boot-dfu/master for you to fetch changes u