mbox

[PULL,REQ] Re: [PATCH 00/21] [U/master-next] Exynos5 support

Message ID 20140626161054.GA10225@luxor.wired.org
State New
Headers show

Pull-request

git://kernel.ubuntu.com/ppisati/ubuntu-utopic.git master-next-exynos

Message

Paolo Pisati June 26, 2014, 4:10 p.m. UTC
On Thu, Jun 26, 2014 at 05:33:17PM +0200, Paolo Pisati wrote:
> This series enable support for the Exynos5 SOC in the generic and generic-lpae
> kernels.
> 
> I tried to enable a single feature per patch (plus the correspective backend
> code), compiling as many options as possible as a module.
> 
> Some notes:
> 
> 1) in patch 10 ("USB_[E|O]HCI_EXYNOS=y && SAMSUNG_USBPHY=y") i built-in
> support for the Exynos PHY to avoid usb failures on boot:
> 
> [  243.719062] samsung-usb2-phy 12130000.phy: can't request region for resource [mem 0x12130000-0x121300ff]
> [  243.727097] samsung-usb2-phy 12130000.phy: Failed to map register memory (phy)
> [  243.734316] samsung-usb2-phy: probe of 12130000.phy failed with error -16
> 
> 2) in patch 21 ("disable CPUFREQ_EXYNOS") i disabled Exynos support in cpufreq
> to avoid being constantly spammed:
> 
> [  192.109810] exynos-cpufreq exynos-cpufreq: failed to set cpu voltage to 925000
> [  192.115708] cpufreq: __target_index: Failed to change cpu frequency: -22
> 
> I'm proposing this for U/master-next.

The following changes since commit 730f9101eb495dbb3c70d0845701338a62137e23:

  UBUNTU: [Config] armhf: disable CPUFREQ_EXYNOS (2014-06-26 15:23:41 +0100)

are available in the git repository at:

  git://kernel.ubuntu.com/ppisati/ubuntu-utopic.git master-next-exynos

for you to fetch changes up to 730f9101eb495dbb3c70d0845701338a62137e23:

  UBUNTU: [Config] armhf: disable CPUFREQ_EXYNOS (2014-06-26 15:23:41 +0100)

----------------------------------------------------------------

Comments

Tim Gardner June 26, 2014, 4:21 p.m. UTC | #1
Thanks, looked tedious.