All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rajeshwari Birje <rajeshwari.birje@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] please pull u-boot-samsung master
Date: Mon, 14 Jan 2013 10:16:05 +0530	[thread overview]
Message-ID: <CAPs=JDfLtsJnRYMnJ=haj5NUxGOaT3h=RVu1Dzgb1Cepv86OgQ@mail.gmail.com> (raw)
In-Reply-To: <20130112090108.4b77bb77@lilith>

Hi Albert,

- VCMA9 is broken by commit a9d2ae7014d9e66dde6dd4a344308449508e4a22,
>>   which causes the following build errors:
>>
>> In file included from s3c24x0_i2c.c:40:0:
>> s3c24x0_i2c.h:38:17: error: field 'id' has incomplete type
>> s3c24x0_i2c.c:70:39: error: 'CONFIG_MAX_I2C_NUM' undeclared here (not
>>   in a function) s3c24x0_i2c.c:70:31: warning: 'i2c_bus' defined but
>>   not used [-Wunused-variable] s3c24x0_i2c.c:72:12: warning:
>>   'i2c_busses' defined but not used [-Wunused-variable]

I would resolve these errors sorry for inconvenience

>> - smdk5250 is broken by commit f482310c6def17ba975a041077f89d984be54b68
>>   which causes the following build errors:
>>
>> sound.c: In function 'codec_init':
>> sound.c:151:4: warning: passing argument 1 of 'wm8994_init' discards
>> 'const' qualifier from pointer target type [enabled by default] In file
>> included from sound.c:33:0: wm8994.h:83:5: note: expected 'struct
>> sound_codec_info *' but argument is of type 'const void *' cmd_sound.c:
>> In function 'do_init': cmd_sound.c:36:2: error: too few arguments to
>> function 'sound_init' In file included from cmd_sound.c:27:0:
>> /home/albert/src/u-boot-arm/include/sound.h:52:5: note: declared here

Sorry but I am not getting these errors could you please let me know
you your environment settings to get the same.

-- 
Regards,
Rajeshwari Shinde
On Sat, Jan 12, 2013 at 1:31 PM, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:
> On Fri, 11 Jan 2013 22:33:58 +0100, Albert ARIBAUD
> <albert.u.boot@aribaud.net> wrote:
>> Hi Minkyu,
>>
>> On Fri, 11 Jan 2013 17:23:10 +0900, Minkyu Kang <mk7.kang@samsung.com>
>> wrote:
>> > Dear Albert,
>> >
>> >   Merge samsung, imx, tegra into u-boot-arm/master (2012-12-22 11:59:14 +0100)
>> >
>> > are available in the git repository at:
>> >
>> >
>> >   git://git.denx.de/u-boot-samsung master
>> >
>> > for you to fetch changes up to a2468dedef569863e1243e802fbe3aa7565e1de1:
>> >
>> >   EXYNOS5: Enable console multiplexing in u-boot (2013-01-11 17:15:04 +0900)
>> >
>> > ----------------------------------------------------------------
>> > Ajay Kumar (6):
>> >       EXYNOS5: Add support for FIMD and DP
>> >       EXYNOS5: Change parent clock of FIMD to MPLL
>> >       EXYNOS: Add dummy definition to fix compilation dependency on CONFIG_EXYNOS_MIPI_DSIM
>> >       video: Modify exynos_fimd driver to support LCD console
>> >       EXYNOS5: Make all display related code dependent on CONFIG_LCD
>> >       EXYNOS5: Enable console multiplexing in u-boot
>> >
>> > Chander Kashyap (4):
>> >       EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses
>> >       EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12
>> >       EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12
>> >       EXYNOS: EXYNOS4X12: extract Exynos4x12 IPs clock frequency
>> >
>> > Hatim RV (5):
>> >       EXYNOS5: FDT: add initial dts file for EXYNOS5250, SMDK5250
>> >       fdt: exynos5: Add DT node definition for SROM and SMSC9215
>> >       exynos5: Add DT based driver for SMC911X ethernet
>> >       exynos5: config: Rename the smdk5250.h to exynos5250-dt.h
>> >       SMDK5250: config: Add configuration file for SMDK5250 board
>> >
>> > Jaehoon Chung (2):
>> >       Exynos: clock: support get_mmc_clk for exynos
>> >       Exynos: clock: add CLK_DIV_FSYS3 at set_mmc_clk
>> >
>> > Piotr Wilczek (1):
>> >       arm:exynos4:pinmux: Modify the gpio function for mmc
>> >
>> > Rajeshwari Shinde (22):
>> >       EXYNOS5: FDT: Add I2C device node data
>> >       EXYNOS5 : FDT: Add Aliases for I2C device
>> >       FDT: Add compatible string for I2C
>> >       EXYNOS5: FDT : Decode peripheral id
>> >       I2C: Driver changes for FDT support
>> >       SMDK5250: Initialise I2C using FDT
>> >       EXYNOS5: FDT: Add sound device node data
>> >       EXYNOS5: FDT: Add sound and codec device node
>> >       EXYNOS5: FDT: Add compatible strings for sound
>> >       Sound: Add FDT support to driver
>> >       Sound: WM8994: Add FDT support to codec
>> >       Sound: Add FDT support to CMD.
>> >       EXYNOS5: FDT: Add compatible strings for SPI
>> >       EXYNOS5 : FDT: Add Aliases for SPI device
>> >       EXYNOS5: FDT: Add SPI device node data
>> >       SPI: EXYNOS: Add FDT support to driver.
>> >       EHCI: Exynos: Add fdt support
>> >       EXYNOS5: Add device node for USB.
>> >       EXYNOS5: FDT: Add compatible strings for USB
>> >       EXYNOS5: FDT: Add compatible strings for PMIC
>> >       EXYNOS5: Add device node for PMIC
>> >       PMIC: MAX77686: Add FDT Support
>> >
>> > Vivek Gautam (1):
>> >       SMDK5250: Enable VBus for USB 2.0 controller
>> >
>> > ?ukasz Majewski (2):
>> >       spl:falcon:trats Update Trats default board configuration file to support FALCON MODE
>> >       video:cache:fix: Enable dcache flush at LCD subsystem for Exynos based boards
>> >
>> >  arch/arm/cpu/armv7/exynos/clock.c            |  272 +++++++++++++++++++++-
>> >  arch/arm/cpu/armv7/exynos/pinmux.c           |   74 ++++++
>> >  arch/arm/dts/exynos5250.dtsi                 |  154 ++++++++++++
>> >  arch/arm/include/asm/arch-exynos/clk.h       |    1 +
>> >  arch/arm/include/asm/arch-exynos/clock.h     |  276 ++++++++++++++++++++++
>> >  arch/arm/include/asm/arch-exynos/cpu.h       |   48 +++-
>> >  arch/arm/include/asm/arch-exynos/dp_info.h   |    2 +
>> >  arch/arm/include/asm/arch-exynos/gpio.h      |   85 +++++++
>> >  arch/arm/include/asm/arch-exynos/mipi_dsim.h |    7 +
>> >  arch/arm/include/asm/arch-exynos/periph.h    |   33 +--
>> >  arch/arm/include/asm/arch-exynos/pinmux.h    |    8 +
>> >  arch/arm/include/asm/arch-exynos/sromc.h     |   18 ++
>> >  board/samsung/dts/exynos5250-smdk5250.dts    |   69 ++++++
>> >  board/samsung/smdk5250/smdk5250.c            |  237 +++++++++++++++----
>> >  board/samsung/trats/trats.c                  |    2 +-
>> >  common/cmd_sound.c                           |    2 +-
>> >  doc/device-tree-bindings/exynos/isp-spi.txt  |   22 ++
>> >  doc/device-tree-bindings/exynos/sound.txt    |   27 +++
>> >  drivers/i2c/s3c24x0_i2c.c                    |   83 ++++++-
>> >  drivers/i2c/s3c24x0_i2c.h                    |    8 +
>> >  drivers/power/pmic/pmic_max77686.c           |   37 ++-
>> >  drivers/sound/sound.c                        |  171 ++++++++------
>> >  drivers/sound/wm8994.c                       |   74 +++++-
>> >  drivers/sound/wm8994.h                       |    6 +-
>> >  drivers/spi/exynos_spi.c                     |   96 +++++++-
>> >  drivers/usb/host/ehci-exynos.c               |   92 +++++++-
>> >  drivers/video/exynos_fb.c                    |    5 +
>> >  drivers/video/exynos_fimd.c                  |   12 +-
>> >  include/configs/exynos5250-dt.h              |  321 ++++++++++++++++++++++++++
>> >  include/configs/smdk5250.h                   |  278 +---------------------
>> >  include/configs/trats.h                      |   45 +++-
>> >  include/fdtdec.h                             |    9 +
>> >  include/i2c.h                                |   26 +++
>> >  include/sound.h                              |    4 +-
>> >  lib/fdtdec.c                                 |    9 +
>> >  35 files changed, 2167 insertions(+), 446 deletions(-)
>> >  create mode 100644 arch/arm/dts/exynos5250.dtsi
>> >  create mode 100644 board/samsung/dts/exynos5250-smdk5250.dts
>> >  create mode 100644 doc/device-tree-bindings/exynos/isp-spi.txt
>> >  create mode 100644 doc/device-tree-bindings/exynos/sound.txt
>> >  create mode 100644 include/configs/exynos5250-dt.h
>> >
>> > --
>> > Thanks,
>> > Minkyu Kang.
>>
>> I'm sorry, but this branch breaks two boards:
>>
>> - VCMA9 is broken by commit a9d2ae7014d9e66dde6dd4a344308449508e4a22,
>>   which causes the following build errors:
>>
>> In file included from s3c24x0_i2c.c:40:0:
>> s3c24x0_i2c.h:38:17: error: field 'id' has incomplete type
>> s3c24x0_i2c.c:70:39: error: 'CONFIG_MAX_I2C_NUM' undeclared here (not
>>   in a function) s3c24x0_i2c.c:70:31: warning: 'i2c_bus' defined but
>>   not used [-Wunused-variable] s3c24x0_i2c.c:72:12: warning:
>>   'i2c_busses' defined but not used [-Wunused-variable]
>>
>> - smdk5250 is broken by commit f482310c6def17ba975a041077f89d984be54b68
>>   which causes the following build errors:
>>
>> sound.c: In function 'codec_init':
>> sound.c:151:4: warning: passing argument 1 of 'wm8994_init' discards
>> 'const' qualifier from pointer target type [enabled by default] In file
>> included from sound.c:33:0: wm8994.h:83:5: note: expected 'struct
>> sound_codec_info *' but argument is of type 'const void *' cmd_sound.c:
>> In function 'do_init': cmd_sound.c:36:2: error: too few arguments to
>> function 'sound_init' In file included from cmd_sound.c:27:0:
>> /home/albert/src/u-boot-arm/include/sound.h:52:5: note: declared here
>>
>> Both commits are from Rajeshwari Shinde <rajeshwari.s@samsung.com>,
>> respectively with summaries:
>>
>> "I2C: Driver changes for FDT support"
>>
>> and
>>
>> "Sound: Add FDT support to driver".
>>
>> Rajesh, please fix build of VCMA9 and smdk5250. Minkyu, please
>> integrate fixes then resubmit PR.
>
> ... cc:ing Rajesh this time.
>
> Amicalement,
> --
> Albert.
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

  reply	other threads:[~2013-01-14  4:46 UTC|newest]

Thread overview: 166+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-11  8:23 [U-Boot] please pull u-boot-samsung master Minkyu Kang
2013-01-11 21:33 ` Albert ARIBAUD
2013-01-12  8:01   ` Albert ARIBAUD
2013-01-14  4:46     ` Rajeshwari Birje [this message]
2013-01-14  7:44       ` Albert ARIBAUD
2013-01-14  9:18         ` Ajay kumar
2013-01-14  4:56   ` Minkyu Kang
2013-01-14  7:32     ` Albert ARIBAUD
  -- strict thread matches above, loose matches on Subject: below --
2019-09-06  8:42 Minkyu Kang
2019-09-06 23:26 ` Tom Rini
     [not found] <CGME20190516101733epcas1p217a434a2f68fddccd84bc49f8b8aadaa@epcas1p2.samsung.com>
2019-05-16 10:17 ` Minkyu Kang
2019-05-17 11:15   ` Tom Rini
     [not found] <CGME20190312082337epcas1p42f7881315d62e035434635fc48e72ee8@epcas1p4.samsung.com>
2019-03-12  8:23 ` Minkyu Kang
2019-03-14  0:32   ` Tom Rini
2019-03-14  9:46     ` Krzysztof Kozlowski
     [not found] <CGME20181227034953epcas1p4fdf3b45773d658ac797be9ad7bc72451@epcas1p4.samsung.com>
2018-12-27  3:49 ` Minkyu Kang
2018-12-27 15:41   ` Tom Rini
2018-12-28  1:58     ` Minkyu Kang
     [not found] <CGME20181024011258epcas1p129d111a207f8facad2e2198f01e354d2@epcas1p1.samsung.com>
2018-10-24  1:12 ` Minkyu Kang
2018-10-24 13:32   ` Tom Rini
     [not found] <CGME20180808003737epcas1p13b402f999609bfbee8bcf85776fa1131@epcas1p1.samsung.com>
2018-08-08  0:37 ` Minkyu Kang
2018-08-09  0:02   ` Tom Rini
2018-06-06 12:55 Minkyu Kang
2018-06-06 15:09 ` Tom Rini
2018-06-07  1:36   ` Minkyu Kang
     [not found] <8a8b2945-07c4-dcb8-4a3f-e07deb508f9c@samsung.com>
     [not found] ` <CGME20171213044325epcas1p2403e377b4588aafbe4d0caad37934bbc@epcas1p2.samsung.com>
2017-12-13  4:43   ` Jaehoon Chung
2017-12-14 20:45     ` Tom Rini
2017-11-06 14:21 Minkyu Kang
2017-11-06 14:25 ` Tom Rini
     [not found] <CGME20170621010007epcas5p4f6ab04e8b3c479ba8eee6e42c1b14bd2@epcas5p4.samsung.com>
2017-06-21  1:00 ` Jaehoon Chung
2017-06-23 14:22   ` Minkyu Kang
2017-06-23 14:36   ` Tom Rini
2017-04-08 14:10 Minkyu Kang
2017-04-09  1:16 ` Tom Rini
2017-02-11 13:41 Minkyu Kang
2017-02-11 21:33 ` Tom Rini
     [not found] <d6099dce-30da-9dce-90f9-85e11c6c5bea@samsung.com>
     [not found] ` <CGME20170118080722epcas5p309b73311bf43f97789ede23f57e03520@epcas5p3.samsung.com>
2017-01-18  8:07   ` Jaehoon Chung
2017-01-18 23:14     ` Tom Rini
2016-12-23 15:07 Minkyu Kang
2016-12-23 15:17 ` Tom Rini
2016-07-15  4:17 Minkyu Kang
2016-07-16 13:51 ` Tom Rini
2016-06-27  7:13 Minkyu Kang
2016-06-28  1:12 ` Tom Rini
2016-05-26  5:03 Minkyu Kang
2016-05-26 14:52 ` Tom Rini
2016-05-30  2:31   ` Minkyu Kang
2016-05-30  2:39     ` Simon Glass
2016-06-10  6:03       ` Minkyu Kang
2016-06-10 11:09         ` Tom Rini
2016-06-14  7:58           ` Minkyu Kang
2016-04-26  7:45 Minkyu Kang
2016-04-26 11:20 ` Tom Rini
2016-03-11 11:37 Minkyu Kang
2016-03-11 17:07 ` Tom Rini
2015-11-30  8:33 Minkyu Kang
2015-11-30 20:17 ` Tom Rini
2015-11-03  5:02 Minkyu Kang
2015-11-03 16:09 ` Tom Rini
2015-11-04  2:05   ` Minkyu Kang
2015-11-04  9:37     ` Przemyslaw Marczak
2015-11-04 15:43       ` Minkyu Kang
2015-11-04 17:12         ` Przemyslaw Marczak
2015-10-16  7:51 Minkyu Kang
2015-10-17  0:21 ` Tom Rini
2015-08-18  2:22 Minkyu Kang
2015-08-18 14:47 ` Tom Rini
2015-07-10 12:16 Minkyu Kang
2015-07-10 19:02 ` Tom Rini
2015-06-11  1:43 Minkyu Kang
2015-06-11  1:46 ` Tom Rini
2015-05-18 11:52 Minkyu Kang
2015-05-18 23:54 ` Tom Rini
2015-04-06  6:38 Minkyu Kang
2015-04-06 22:12 ` Tom Rini
2015-04-08 13:40 ` Lukasz Majewski
2015-03-04 12:11 Minkyu Kang
2015-02-28 10:06 Minkyu Kang
2015-03-02  1:04 ` Simon Glass
2015-03-02  2:07 ` Tom Rini
2015-03-02  2:21   ` Minkyu Kang
2015-03-02 12:23 ` Tom Rini
2015-02-28  9:56 Minkyu Kang
2015-02-28  9:51 Minkyu Kang
2015-02-13  8:31 Minkyu Kang
2015-02-13 15:13 ` Simon Glass
2015-02-17 10:43   ` Minkyu Kang
2015-02-16 17:41 ` Tom Rini
2014-12-30  9:19 Minkyu Kang
2015-01-01 14:55 ` Tom Rini
2014-11-25 12:28 Minkyu Kang
2014-11-26 16:24 ` Tom Rini
2014-11-04 10:57 Minkyu Kang
2014-11-04 20:00 ` Tom Rini
2014-10-08 11:36 Minkyu Kang
2014-10-08 19:13 ` Albert ARIBAUD
2014-10-10  0:15   ` Minkyu Kang
2014-10-10  9:38 ` Albert ARIBAUD
2014-09-05 12:30 Minkyu Kang
2014-09-08 23:03 ` Albert ARIBAUD
2014-06-30  8:42 Minkyu Kang
2014-07-01 19:34 ` Albert ARIBAUD
2014-05-31  5:29 Minkyu Kang
2014-06-02  7:28 ` Albert ARIBAUD
2014-05-13 10:47 Minkyu Kang
2014-05-15 14:28 ` Albert ARIBAUD
2014-05-16  1:02   ` Minkyu Kang
2014-05-15 15:18 ` Albert ARIBAUD
2014-04-02 12:55 Minkyu Kang
2014-04-02 17:57 ` Albert ARIBAUD
2014-03-13  6:10 Minkyu Kang
2014-03-14  6:30 ` Albert ARIBAUD
2014-02-13 12:27 Minkyu Kang
2014-02-13 13:06 ` Albert ARIBAUD
2014-01-03  5:30 Minkyu Kang
2014-01-06  9:10 ` Albert ARIBAUD
2013-12-05  8:11 Minkyu Kang
2013-12-06  9:39 ` Albert ARIBAUD
2013-10-10  1:46 Minkyu Kang
2013-10-11 13:49 ` Albert ARIBAUD
2013-09-11  2:28 Minkyu Kang
2013-09-11 13:05 ` Albert ARIBAUD
2013-08-30  5:10 Minkyu Kang
2013-09-05  9:13 ` Albert ARIBAUD
2013-09-05  9:42   ` Chander Kashyap
2013-09-05  9:59     ` Chander Kashyap
2013-09-05 10:57       ` Lukasz Majewski
2013-09-05 11:17         ` Chander Kashyap
2013-09-05 11:38           ` Albert ARIBAUD
2013-09-05 12:06             ` Chander Kashyap
2013-09-05 13:28               ` Albert ARIBAUD
2013-09-06  4:32                 ` Chander Kashyap
2013-09-09  8:25                   ` Minkyu Kang
2013-09-10  7:54                     ` Chander Kashyap
2013-07-10 12:24 Minkyu Kang
2013-07-10 20:26 ` Albert ARIBAUD
2013-07-05 10:08 Minkyu Kang
2013-07-05 19:12 ` Albert ARIBAUD
2013-07-07  5:43   ` Minkyu Kang
2013-07-09  8:14     ` Minkyu Kang
2013-06-17  2:10 Minkyu Kang
2013-06-17  7:46 ` Jagan Teki
2013-06-18 14:57   ` Albert ARIBAUD
2013-06-19  0:39     ` Minkyu Kang
2013-06-19 11:49       ` Jagan Teki
2013-06-19 11:54         ` Albert ARIBAUD
2013-06-19 12:07           ` Jagan Teki
2013-06-19 11:30 ` Albert ARIBAUD
2013-06-19 12:11   ` Minkyu Kang
2013-06-19 15:59 ` Albert ARIBAUD
2013-04-17  2:13 Minkyu Kang
2013-04-17 14:23 ` Albert ARIBAUD
2013-04-04 13:34 Minkyu Kang
2013-04-04 14:12 ` Albert ARIBAUD
2013-03-21  9:54 Minkyu Kang
2013-03-26  8:50 ` Albert ARIBAUD
2013-03-26  9:37 ` Albert ARIBAUD
2012-11-15 12:12 Minkyu Kang
2012-11-15 23:50 ` Albert ARIBAUD
2012-11-16  6:40   ` Minkyu Kang
2012-11-16 20:58     ` Albert ARIBAUD
2012-10-10 12:16 Minkyu Kang
2012-10-11 16:50 ` Albert ARIBAUD
2012-10-12  5:35   ` Albert ARIBAUD
2012-08-27  4:24 Minkyu Kang
2012-09-01 11:48 ` Albert ARIBAUD

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='CAPs=JDfLtsJnRYMnJ=haj5NUxGOaT3h=RVu1Dzgb1Cepv86OgQ@mail.gmail.com' \
    --to=rajeshwari.birje@gmail.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.