From: b.zolnierkie@samsung.com (Bartlomiej Zolnierkiewicz)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: multi_v7_defconfig: major refresh
Date: Fri, 01 Aug 2014 14:53:40 +0200 [thread overview]
Message-ID: <2135708.OrJepJ40UM@amdc1032> (raw)
In-Reply-To: <CAK5sBcGrAKCRYvLxvgeDU=Bu-MoDTgwY+dmEBbiuCpn5ttRU3Q@mail.gmail.com>
Hi,
On Friday, August 01, 2014 12:14:41 PM Sachin Kamat wrote:
> On Thu, Jul 31, 2014 at 11:56 AM, Sachin Kamat <spk.linux@gmail.com> wrote:
> > On Thu, Jul 31, 2014 at 11:37 AM, Tushar Behera <trblinux@gmail.com> wrote:
> >> On Wed, Jul 23, 2014 at 1:58 AM, Olof Johansson <olof@lixom.net> wrote:
> >>> On Tue, Jul 22, 2014 at 11:36 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> >>>> On Tuesday 22 July 2014 11:01:10 Olof Johansson wrote:
> >>>>> This is a major refresh of the multi_v7_defconfig:
> >>>>>
> >>>>> - Bring over a bunch of Samsung drivers to make ODROID-U3 and Chromebooks usable
> >>>>> * Enable big.LITTLE
> >>>>> * MCPM
> >>>>> * CYAPA touchpad
> >>>>> * Samsung-related MTD/regulator/clk/pinmux drivers
> >>>>> * Add some of the CrOS EC drivers
> >>>>> - Turn on TPM, HW_RANDOM
> >>>>> - OMAP_USB3 -> TI_PIPE3 option rename
> >>>>> - Enable MCPM/b.L for VEXPRESS
> >>>>> - Add new CONFIG_MTD_SPI_NOR since it otherwise masks off SPI NOR drivers
> >>>>> - CONFIG_LOGO, because penguins.
> >>>>>
> >>>>> I took care to keep the new options that have been added for whose the
> >>>>> drivers are not yet in our for-next branch. This was pretty awkward so
> >>>>> we should sort out how to handle those better in the future.
> >>>>
> >>>> Since you've already done all those, how about enabling THUMB2_KERNEL?
> >>>> For the multi_v7_defconfig, it should actually give some benefits,
> >>>> since it's rather large, and it would be good to have some more testing
> >>>> with this option enabled.
> >>>>
> >>>> I guess the first step would be to enable it and just see if your
> >>>> boot farm survives the change.
> >>>
> >>> Good point, I'll definitely give that a go once the current issues are resolved.
> >>>
> >>> Which are: These changes make 5250-based machines (snow and arndale)
> >>> break. Lots of i2c timeouts on SATA and hdmi-phy. Looks like arndale
> >>> might be missing pinctrl setups for it?
> >
> > i2c timeout issue should have been fixed with the following patch:
> > i2c: i2c-s3c2410: Drop class based scanning to improve bootup time
> > (commit id: 6031d3dfc73b49bede540872e51a70ee0b6786d4) which is
> > available on Wolfram's I2C tree (should be part of linux-next too). Also
> > I do not see I2C_S3C2410 enabled in the config.
> > I do not have access to h/w today. I can verify and check tomorrow or
> > somebody could test it in the meantime with the above suggestions?
>
> Olof,
> Tested your multi_v7_defconfig patch on top of latest linux-next (20140731).
> I did not see any aforementioned i2c issues on 5250 based Snow board. It
> booted fine. However on 5250 based Arndale board, the boot stops at
> the following:
>
> [ 1.951863] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [ 1.956937] ehci-pci: EHCI PCI platform driver
> [ 1.961392] ehci-exynos: EHCI EXYNOS driver
> [ 1.965698] exynos-ehci 12110000.usb: EHCI Host Controller
> [ 1.971007] exynos-ehci 12110000.usb: new USB bus registered,
> assigned bus number 1
> [ 1.981593] exynos-ehci 12110000.usb: can't setup: -110
> [ 1.985361] exynos-ehci 12110000.usb: USB bus 1 deregistered
> [ 1.991001] exynos-ehci 12110000.usb: Failed to add USB HCD
> [ 1.996569] exynos-ehci: probe of 12110000.usb failed with error -110
> [ 2.003041] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [ 2.009149] ohci-exynos: OHCI EXYNOS driver
> [ 2.013457] exynos-ohci 12120000.usb: USB Host Controller
> [ 2.018702] exynos-ohci 12120000.usb: new USB bus registered,
> assigned bus number 1
>
> Boots well with exynos_defconfig though. Probably some conflict with
> other config options?
>
> I couldn't find out as I am busy with some other activity.
Olof, could you please remember to update exynos_defconfig when updating
multi_v7_defconfig with Exynos related changes? These two configs have
been getting slightly out-of-sync since introduction of multiplatform
support for Exynos arch. It causes waste of development/testing efforts.
Kukjin, it would really be great if all Exynos users run on a common
configuration so the development/testing is done more efficiently. Could
you please reconsider removal of exynos_defconfig?
Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics
next prev parent reply other threads:[~2014-08-01 12:53 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-22 18:01 [PATCH] ARM: multi_v7_defconfig: major refresh Olof Johansson
2014-07-22 18:36 ` Arnd Bergmann
2014-07-22 20:28 ` Olof Johansson
2014-07-31 6:07 ` Tushar Behera
2014-07-31 6:26 ` Sachin Kamat
2014-08-01 6:44 ` Sachin Kamat
2014-08-01 12:53 ` Bartlomiej Zolnierkiewicz [this message]
2014-08-03 3:17 ` Olof Johansson
2014-08-05 11:39 ` Sachin Kamat
2014-08-11 3:05 ` Olof Johansson
2014-08-27 7:59 ` Bartlomiej Zolnierkiewicz
2014-11-14 11:07 ` Bartlomiej Zolnierkiewicz
2014-07-23 14:24 ` Pawel Moll
2014-08-01 10:26 ` Sudeep Holla
2014-08-01 11:01 ` Jon Medhurst (Tixy)
2014-08-01 11:03 ` Olof Johansson
2014-08-01 11:12 ` Sudeep Holla
2014-08-01 11:28 ` Jon Medhurst (Tixy)
2014-08-01 14:57 ` Sudeep Holla
2014-08-01 15:53 ` Jon Medhurst (Tixy)
2014-08-03 3:20 ` Olof Johansson
2014-08-08 18:12 ` Kevin Hilman
2014-08-08 18:26 ` Nicolas Pitre
2014-08-08 18:44 ` Kevin Hilman
2014-08-08 18:37 ` Amit Kucheria
2014-08-08 18:04 ` Kevin Hilman
2014-08-08 18:17 ` Nicolas Pitre
2014-08-01 11:06 ` Pawel Moll
2014-08-03 3:23 ` Olof Johansson
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=2135708.OrJepJ40UM@amdc1032 \
--to=b.zolnierkie@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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.