Re: [U-Boot] Pull-request: u-boot-pmic.

+ u-boot@lists.denx.de
On 08/14/2015 05:14 PM, Przemyslaw Marczak wrote:
Hi Tom,
On 08/14/2015 04:20 PM, Tom Rini wrote:
On Fri, Aug 14, 2015 at 12:02:28PM +0200, Przemyslaw Marczak wrote:
Hello Tom,
I made a mistake in a rebase, before the last pull-request and in a result, few files from one Peng's patch are missed in the master tree.
I added missing files from original patch with Peng's authorship.
Sorry for the troubles.
The following changes since commit bbc1b99e8b8a1b87c2d0d959a1fcd1990abe82dd:
ARM: tegra: represent RAM in 1 or 2 banks (2015-08-13 13:06:04 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-pmic.git master
for you to fetch changes up to eee309c6f35c6c76cf81f1e766d272ab968e5ca2:
Add missing part of: "power: pmic: pfuze100 support driver model" (2015-08-14 11:47:42 +0200)
NAK: +(tqma6s_mba6_spi,mx6sxsabresd_spl,tqma6q_mba6_mmc,novena,mx6dlsabreauto,tqma6s_mba6_mm
c,tqma6s_wru4_mmc,tqma6q_mba6_spi,mx6slevk_spinor,mx6qsabresd,mx6sabresd_spl,cgtqmx6qeval,mx6slevk,mx6sxsabresd,mx6qsabreauto,mx6dlsabresd,mx6qpsabreauto,gwventana)
../drivers/power/pmic/pmic_pfuze100.c:26:22: error: 'PMIC_NUM_OF_REGS' undeclared (first use in this function)
Ah, my fault - sorry. I fixed this by my own and forced update the pmic repo.
Buildman status for mx:
./tools/buildman/buildman -b 2015.08.14_pmic_pfuze_fix mx -se boards.cfg is up to date. Nothing to do. Summary of 2 commits for 86 boards (8 threads, 1 job per thread) 01: ARM: tegra: represent RAM in 1 or 2 banks 02: Add missing part of: "power: pmic: pfuze100 support driver model" (no errors to report)
So here is the new pull request:
The following changes since commit bbc1b99e8b8a1b87c2d0d959a1fcd1990abe82dd:
ARM: tegra: represent RAM in 1 or 2 banks (2015-08-13 13:06:04 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-pmic.git master
for you to fetch changes up to 1c1f6076b9668cd04f4b13c011e72ee4e3c872f6:
Add missing part of: "power: pmic: pfuze100 support driver model" (2015-08-14 16:53:02 +0200)
Peng Fan (1): Add missing part of: "power: pmic: pfuze100 support driver model"
drivers/power/pmic/Kconfig | 7 +++ drivers/power/pmic/pfuze100.c | 96 ++++++++++++++++++++++++++++++++++++++ drivers/power/pmic/pmic_pfuze100.c | 2 +- include/power/pfuze100_pmic.h | 7 ++- 4 files changed, 110 insertions(+), 2 deletions(-) create mode 100644 drivers/power/pmic/pfuze100.c
Best regards,

On Fri, Aug 14, 2015 at 05:17:45PM +0200, Przemyslaw Marczak wrote:
- u-boot@lists.denx.de
On 08/14/2015 05:14 PM, Przemyslaw Marczak wrote:
Hi Tom,
On 08/14/2015 04:20 PM, Tom Rini wrote:
On Fri, Aug 14, 2015 at 12:02:28PM +0200, Przemyslaw Marczak wrote:
Hello Tom,
I made a mistake in a rebase, before the last pull-request and in a result, few files from one Peng's patch are missed in the master tree.
I added missing files from original patch with Peng's authorship.
Sorry for the troubles.
The following changes since commit bbc1b99e8b8a1b87c2d0d959a1fcd1990abe82dd:
ARM: tegra: represent RAM in 1 or 2 banks (2015-08-13 13:06:04 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-pmic.git master
for you to fetch changes up to eee309c6f35c6c76cf81f1e766d272ab968e5ca2:
Add missing part of: "power: pmic: pfuze100 support driver model" (2015-08-14 11:47:42 +0200)
NAK: +(tqma6s_mba6_spi,mx6sxsabresd_spl,tqma6q_mba6_mmc,novena,mx6dlsabreauto,tqma6s_mba6_mm
c,tqma6s_wru4_mmc,tqma6q_mba6_spi,mx6slevk_spinor,mx6qsabresd,mx6sabresd_spl,cgtqmx6qeval,mx6slevk,mx6sxsabresd,mx6qsabreauto,mx6dlsabresd,mx6qpsabreauto,gwventana)
../drivers/power/pmic/pmic_pfuze100.c:26:22: error: 'PMIC_NUM_OF_REGS' undeclared (first use in this function)
Ah, my fault - sorry. I fixed this by my own and forced update the pmic repo.
Buildman status for mx:
./tools/buildman/buildman -b 2015.08.14_pmic_pfuze_fix mx -se boards.cfg is up to date. Nothing to do. Summary of 2 commits for 86 boards (8 threads, 1 job per thread) 01: ARM: tegra: represent RAM in 1 or 2 banks 02: Add missing part of: "power: pmic: pfuze100 support driver model" (no errors to report)
So here is the new pull request:
The following changes since commit bbc1b99e8b8a1b87c2d0d959a1fcd1990abe82dd:
ARM: tegra: represent RAM in 1 or 2 banks (2015-08-13 13:06:04 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-pmic.git master
for you to fetch changes up to 1c1f6076b9668cd04f4b13c011e72ee4e3c872f6:
Add missing part of: "power: pmic: pfuze100 support driver model" (2015-08-14 16:53:02 +0200)
Peng Fan (1): Add missing part of: "power: pmic: pfuze100 support driver model"
drivers/power/pmic/Kconfig | 7 +++ drivers/power/pmic/pfuze100.c | 96 ++++++++++++++++++++++++++++++++++++++ drivers/power/pmic/pmic_pfuze100.c | 2 +- include/power/pfuze100_pmic.h | 7 ++- 4 files changed, 110 insertions(+), 2 deletions(-) create mode 100644 drivers/power/pmic/pfuze100.c
Applied to u-boot/master, thanks!
participants (2)
-
Przemyslaw Marczak
-
Tom Rini