public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT PULL] Pull request: u-boot-imx
Date: Tue, 18 Oct 2011 20:12:42 +0200	[thread overview]
Message-ID: <4E9DC19A.4040905@aribaud.net> (raw)
In-Reply-To: <4E9BE1B1.9030301@denx.de>

Le 17/10/2011 10:05, Stefano Babic a ?crit :
> Hi Albert,
>
> please pull from u-boot-imx, thanks. Generating the pull request I see
> that three patches are missing (the three patches by  ?ukasz Majewski).
> However, everything in the tree seems correct and the tree is already
> rebased on uboot_arm. Let me know if you find any issue.
>
> The following changes since commit e36544d37385c4a4b525e18326feb3664d2268fa:
>
>    omap: overo: Disable pull-ups on camera PCLK, HS and VS signals
> (2011-10-14 22:15:13 +0200)
>
> are available in the git repository at:
>    git://www.denx.de/git/u-boot-imx.git master
>
> Fabio Estevam (2):
>        mx31pdk: Remove unneeded config
>        imx: fix coding style
>
> Helmut Raiger (1):
>        mx31: provide readable WEIM CS accessor
>
> Marek Vasut (1):
>        I2C: Add i2c_get/set_speed() to mxc_i2c.c
>
> Stefano Babic (15):
>        MX51: vision2: Set global macros
>        misc: pmic: Freescale PMIC switches to generic PMIC driver
>        MX5: vision2: use new pmic driver
>        RTC: Switch mc13783 to generic pmic code
>        MX3: qong: use new pmic driver
>        MX5: efikamx/efikasb: use new pmic driver
>        misc: pmic: use I2C_SET_BUS in pmic I2C
>        misc: pmic: addI2C  support to pmic_fsl driver
>        MX35: mx35pdk: use new pmic driver
>        MX5: mx51evk: use new pmic driver
>        MX5: mx53evk: use new pmic driver
>        MX31: mx31_litekit: use new pmic driver
>        MX31: mx31ads: use new pmic driver

Weird: these two commits:

>        misc:pmic:max8998 MAX8998 support at a new PMIC driver.
>        misc:pmic:samsung Enable PMIC driver at GONI target

are attributed to you whereas in your branch they are attributed to 
?ukasz Majewski -- plus a third one not mentioned above. I did a git 
request-pull on my side, and find the following entries:

Stefano Babic (15):
       MX51: vision2: Set global macros
       misc: pmic: Freescale PMIC switches to generic PMIC driver
       MX5: vision2: use new pmic driver
       RTC: Switch mc13783 to generic pmic code
       MX3: qong: use new pmic driver
       MX5: efikamx/efikasb: use new pmic driver
       misc: pmic: use I2C_SET_BUS in pmic I2C
       misc: pmic: addI2C  support to pmic_fsl driver
       MX35: mx35pdk: use new pmic driver
       MX5: mx51evk: use new pmic driver
       MX5: mx53evk: use new pmic driver
       MX31: mx31_litekit: use new pmic driver
       MX31: mx31ads: use new pmic driver
(the next two commits are missing in your list)
       MX31: mx31pdk: use new pmic driver
       misc: pmic: drop old Freescale's pmic driver

?ukasz Majewski (3):
(the next commit is missing in your list)
       misc:pmic:core New generic PMIC driver
(the next two commits are misattributed in your list)
       misc:pmic:max8998 MAX8998 support at a new PMIC driver.
       misc:pmic:samsung Enable PMIC driver at GONI target

Note that I find the same list of modifications as stated below, which 
implies that only the attribution list above is incorrect.

>   arch/arm/cpu/arm1136/mx31/generic.c         |   11 ++
>   arch/arm/cpu/arm1136/mx31/timer.c           |   23 ++-
>   arch/arm/cpu/arm1136/mx35/generic.c         |    2 +-
>   arch/arm/cpu/arm926ejs/mx25/generic.c       |  110 +++++++-------
>   arch/arm/cpu/arm926ejs/mx25/reset.c         |    2 +-
>   arch/arm/cpu/arm926ejs/mx25/timer.c         |   16 +-
>   arch/arm/cpu/arm926ejs/mx27/reset.c         |    2 +-
>   arch/arm/cpu/arm926ejs/mx27/timer.c         |   14 +-
>   arch/arm/cpu/armv7/mx5/soc.c                |   10 +-
>   arch/arm/include/asm/arch-mx31/imx-regs.h   |   35 ++++-
>   arch/arm/include/asm/arch-mx31/sys_proto.h  |   35 ++++
>   arch/arm/include/asm/arch-mx5/sys_proto.h   |    8 +
>   board/davedenx/qong/qong.c                  |  107 ++++++-------
>   board/efikamx/efikamx.c                     |   51 ++++---
>   board/freescale/mx31ads/mx31ads.c           |   16 ++-
>   board/freescale/mx31pdk/mx31pdk.c           |   14 ++-
>   board/freescale/mx35pdk/mx35pdk.c           |   18 ++-
>   board/freescale/mx51evk/mx51evk.c           |   47 +++---
>   board/freescale/mx53evk/mx53evk.c           |   17 ++-
>   board/imx31_phycore/imx31_phycore.c         |   41 ++++-
>   board/karo/tx25/tx25.c                      |    2 +-
>   board/logicpd/imx27lite/imx27lite.c         |    6 +-
>   board/logicpd/imx31_litekit/imx31_litekit.c |   30 +++-
>   board/samsung/goni/goni.c                   |    4 +
>   board/ttcontrol/vision2/vision2.c           |   33 +++--
>   boards.cfg                                  |    3 +-
>   drivers/i2c/mxc_i2c.c                       |   31 +++-
>   drivers/misc/Makefile                       |    6 +-
>   drivers/misc/fsl_pmic.c                     |  235
> ---------------------------
>   drivers/misc/pmic_core.c                    |  147 +++++++++++++++++
>   drivers/misc/pmic_fsl.c                     |   66 ++++++++
>   drivers/misc/pmic_i2c.c                     |   92 +++++++++++
>   drivers/misc/pmic_max8998.c                 |   43 +++++
>   drivers/misc/pmic_spi.c                     |  109 +++++++++++++
>   drivers/rtc/mc13783-rtc.c                   |   20 ++-
>   include/configs/efikamx.h                   |    5 +-
>   include/configs/imx31_litekit.h             |    9 +-
>   include/configs/mx31ads.h                   |    8 +-
>   include/configs/mx31pdk.h                   |    6 +-
>   include/configs/mx35pdk.h                   |    5 +-
>   include/configs/mx51evk.h                   |    6 +-
>   include/configs/mx53evk.h                   |    5 +-
>   include/configs/qong.h                      |    5 +-
>   include/configs/s5p_goni.h                  |    4 +
>   include/configs/vision2.h                   |   22 ++-
>   include/fsl_pmic.h                          |    5 +-
>   include/max8998_pmic.h                      |   84 ++++++++++
>   include/pmic.h                              |   71 ++++++++
>   48 files changed, 1110 insertions(+), 531 deletions(-)
>   create mode 100644 arch/arm/include/asm/arch-mx31/sys_proto.h
>   delete mode 100644 drivers/misc/fsl_pmic.c
>   create mode 100644 drivers/misc/pmic_core.c
>   create mode 100644 drivers/misc/pmic_fsl.c
>   create mode 100644 drivers/misc/pmic_i2c.c
>   create mode 100644 drivers/misc/pmic_max8998.c
>   create mode 100644 drivers/misc/pmic_spi.c
>   create mode 100644 include/max8998_pmic.h
>   create mode 100644 include/pmic.h

Can you double-check this u-boot-imx/master branch?

> Thanks,
> Stefano

Amicalement,
-- 
Albert.

  reply	other threads:[~2011-10-18 18:12 UTC|newest]

Thread overview: 116+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-17  8:05 [U-Boot] [GIT PULL] Pull request: u-boot-imx Stefano Babic
2011-10-18 18:12 ` Albert ARIBAUD [this message]
2011-10-19  9:30   ` Stefano Babic
2011-10-19 11:25 ` Albert ARIBAUD
  -- strict thread matches above, loose matches on Subject: below --
2012-09-28 15:39 Stefano Babic
2012-09-29  9:48 ` Albert ARIBAUD
2012-09-17 13:53 Stefano Babic
2012-09-20 22:46 ` Albert ARIBAUD
2012-08-27  6:41 Stefano Babic
2012-09-01 12:57 ` Albert ARIBAUD
2012-08-07 16:00 Stefano Babic
2012-07-02 18:03 Stefano Babic
2012-07-05  8:23 ` Albert ARIBAUD
2012-05-09 16:38 Stefano Babic
2012-05-15  6:24 ` Albert ARIBAUD
2012-04-11 14:22 Stefano Babic
2012-04-16 13:04 ` Albert ARIBAUD
2012-03-08  7:52 Stefano Babic
2012-03-26 20:45 ` Albert ARIBAUD
2012-03-26 21:08   ` Albert ARIBAUD
2012-03-27  7:39     ` Stefano Babic
2012-03-03 11:38 Stefano Babic
2012-03-05 12:37 ` Albert ARIBAUD
2012-02-20  7:10 Stefano Babic
2012-02-20  7:54 ` Albert ARIBAUD
2012-02-12 16:06 Stefano Babic
2012-02-13  8:03 ` Albert ARIBAUD
2012-01-22 13:06 Stefano Babic
2012-02-04 16:57 ` Albert ARIBAUD
2012-02-05 13:32   ` Stefano Babic
2012-01-04 16:57 Stefano Babic
2012-01-04 17:41 ` Fabio Estevam
2012-01-04 17:56   ` Stefano Babic
2012-01-12 22:01 ` Albert ARIBAUD
2011-12-19  7:45 Stefano Babic
2011-12-19  8:39 ` Albert ARIBAUD
2011-12-09 14:34 Stefano Babic
2011-12-09 16:40 ` Albert ARIBAUD
2011-12-05 17:22 Stefano Babic
2011-12-05 17:27 ` Albert ARIBAUD
2011-12-01 16:14 Stefano Babic
2011-12-05 16:57 ` Albert ARIBAUD
2011-12-05 17:19   ` Stefano Babic
2011-11-11 10:40 Stefano Babic
2011-11-15 21:24 ` Albert ARIBAUD
2011-11-04  6:47 Stefano Babic
2011-11-04 21:11 ` Albert ARIBAUD
2011-10-28 12:37 Stefano Babic
2011-10-28 15:20 ` Albert ARIBAUD
2011-09-08 14:34 Stefano Babic
2011-09-08 14:59 ` Albert ARIBAUD
2011-08-26 14:23 Stefano Babic
2011-08-30  9:18 ` Albert ARIBAUD
2011-08-26  9:31 Stefano Babic
2011-08-26  9:38 ` Stefano Babic
2011-08-12 14:08 Stefano Babic
2011-08-12 17:53 ` Albert ARIBAUD
2011-07-18 12:45 Stefano Babic
2011-07-18 13:38 ` Albert ARIBAUD
2011-07-13 14:25 Stefano Babic
2011-07-14 13:42 ` Albert ARIBAUD
2011-06-30  9:38 Stefano Babic
2011-06-30 10:52 ` Albert ARIBAUD
2011-06-15  9:28 Stefano Babic
2011-06-17 19:24 ` Albert ARIBAUD
2011-06-17 19:37   ` Albert ARIBAUD
2011-06-18  9:59     ` Stefano Babic
2011-06-18 11:11       ` Albert ARIBAUD
2011-06-08 11:36 Stefano Babic
2011-06-08 20:08 ` Albert ARIBAUD
2011-05-20 15:58 Stefano Babic
2011-05-20 18:35 ` Albert ARIBAUD
2011-05-09 11:49 Stefano Babic
2011-05-10 21:55 ` Albert ARIBAUD
2011-05-11  5:50   ` Stefano Babic
2011-05-11 20:56     ` Albert ARIBAUD
2011-05-11 20:58 ` Albert ARIBAUD
2011-04-22 12:50 Stefano Babic
2011-04-05 13:29 Stefano Babic
2011-04-05 17:13 ` Albert ARIBAUD
2011-02-13  9:56 Stefano Babic
2011-02-13 11:25 ` Albert ARIBAUD
2011-02-13 11:57   ` Albert ARIBAUD
2011-02-01 18:13 Stefano Babic
2011-02-01 23:58 ` Albert ARIBAUD
2011-01-21  9:24 Stefano Babic
2011-01-21 17:33 ` Albert ARIBAUD
2011-01-13  6:40 Stefano Babic
2011-01-13  7:20 ` Albert ARIBAUD
2011-01-13  7:23   ` Stefano Babic
2011-01-13 21:30 ` Albert ARIBAUD
2011-01-17 19:10 ` Wolfgang Denk
2011-01-17 19:30   ` Stefano Babic
2010-12-09 10:05 stefano babic
2010-12-09 19:54 ` Wolfgang Denk
2010-10-28 11:25 Stefano Babic
2010-10-29 19:50 ` Wolfgang Denk
2010-10-19 14:09 Stefano Babic
2010-10-19 18:58 ` Wolfgang Denk
2010-10-14  8:42 Stefano Babic
2010-10-17 17:57 ` Wolfgang Denk
2010-10-07  8:28 Stefano Babic
2010-10-11  8:23 ` Wolfgang Denk
     [not found] <4BE12AA5.8020605@denx.de>
2010-05-11 15:04 ` Tom Rix
2010-05-05  8:15 Stefano Babic
2010-04-19 13:52 Stefano Babic
2010-04-06  9:38 Stefano Babic
2010-04-18 11:45 ` Tom Rix
2010-03-02 18:45 Stefano Babic
2010-03-04 16:03 ` Tom
2010-03-05 14:54   ` Stefano Babic
2010-03-05 17:24     ` Stefano Babic
2010-03-05 14:00 ` Tom
2010-03-05 14:16   ` Stefano Babic
2010-03-05 14:40     ` Tom
2010-03-05 14:48       ` Stefano Babic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E9DC19A.4040905@aribaud.net \
    --to=albert.u.boot@aribaud.net \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox