Bug#803159: linux: Enable DT support for armel/orion5x arch

2016-02-01 Thread Ben Hutchings
Control: fixed -1 4.3-1~exp2 On Tue, 2016-02-02 at 00:39 +0900, Roger Shimizu wrote: > Control: reopen -1 It was not necessary to reopen this bug, as the BTS can keep track of whether it is actually fixed in each suite. Ben. -- Ben Hutchings Larkinson's Law: All laws are basically false. sign

Processed: Re: Bug#803159: linux: Enable DT support for armel/orion5x arch

2016-02-01 Thread Debian Bug Tracking System
Processing control commands: > fixed -1 4.3-1~exp2 Bug #803159 [linux] linux: Enable DT support for armel/orion5x arch There is no source info for the package 'linux' at version '4.3-1~exp2' with architecture '' Unable to make a source version for version '4.3-1~exp2' Marked as fixed in versions

Bug#803159: linux: Enable DT support for armel/orion5x arch

2016-02-01 Thread Roger Shimizu
Control: reopen -1 On Fri, Jan 8, 2016 at 1:24 AM, Roger Shimizu wrote: > Dear Kernel Maintainers, > > I'm wondering whether it's possible to add armel/orion5x support to > "jessie proposed update kernel" series. > If so, here's the changes need to be made: > - cherry-pick DT from upstream's repo

Processed: Re: Bug#803159: linux: Enable DT support for armel/orion5x arch

2016-02-01 Thread Debian Bug Tracking System
Processing control commands: > reopen -1 Bug #803159 {Done: Ben Hutchings } [linux] linux: Enable DT support for armel/orion5x arch 'reopen' may be inappropriate when a bug has been closed with a version; all fixed versions will be cleared, and you may need to re-add them. Bug reopened No longer

Bug#803159: linux: Enable DT support for armel/orion5x arch

2015-11-09 Thread Roger Shimizu
> Thanks, I'd already set a build going with your first patch and my variant > of your second patch for the UART thing. The build went fine and I have now > pushed the result to our git tree so it will be in the next upload. I don't > have any orion5x to test on. > My version of the UART change is

Bug#803159: linux: Enable DT support for armel/orion5x arch

2015-11-09 Thread Ian Campbell
On Sat, 2015-11-07 at 11:45 +0900, Roger Shimizu wrote: > Patch appended, to avoid any misunderstanding. >  - 0001 is both OK for sid and jessie >  - 0002 is only necessary for sid, or other 4.x kernel series (e.g. > jessie-backport) Thanks, I'd already set a build going with your first patch and

Bug#803159: linux: Enable DT support for armel/orion5x arch

2015-11-06 Thread Roger Shimizu
Patch appended, to avoid any misunderstanding. - 0001 is both OK for sid and jessie - 0002 is only necessary for sid, or other 4.x kernel series (e.g. jessie-backport) Thank you! Cheers, Roger From ecc1733be537bf5c2583b50a0664b583cf294b37 Mon Sep 17 00:00:00 2001 From: Roger Shimizu Date: Tue,

Bug#803159: linux: Enable DT support for armel/orion5x arch

2015-11-06 Thread Roger Shimizu
Thanks for the feedback! > It's a bit odd that DEBUG_LL_UART_NONE fails (after all it should be > doing nothing) but given that this flavour supports a single SOC which > all have the same UART (AFAICT, it's on in upstream orion5x defconfig > at least) I think there's no reason not to do this. DE

Bug#803159: linux: Enable DT support for armel/orion5x arch

2015-11-06 Thread Ian Campbell
On Fri, 2015-11-06 at 23:53 +0900, Roger Shimizu wrote: > So I think it's now safe to turn on DEBUG_LL_UART_8250 and merge my > patch. Great, thanks for tracking that down.  It's a bit odd that DEBUG_LL_UART_NONE fails (after all it should be doing nothing) but given that this flavour supports a

Bug#803159: linux: Enable DT support for armel/orion5x arch

2015-11-06 Thread Roger Shimizu
I have good news. > If you can figure out why the LS-WTGL doesn't work and that can be > fixed (i.e. it turns out to be something other than the size) then I > see no problem with adding support for the LS-WTGL platform. I finished "git bisect" and good commit is 1553282b11e and bad one is c544d9

Processed: Re: Bug#803159: linux: Enable DT support for armel/orion5x arch

2015-11-05 Thread Debian Bug Tracking System
Processing control commands: > tag -1 +moreinfo Bug #803159 [linux] linux: Enable DT support for armel/orion5x arch Added tag(s) moreinfo. -- 803159: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803159 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems

Bug#803159: linux: Enable DT support for armel/orion5x arch

2015-11-05 Thread Ian Campbell
Control: tag -1 +moreinfo On Fri, 2015-11-06 at 01:27 +0900, Roger Shimizu wrote: > Dear Ian, > > Thanks for your comments! > > > Given this and the discussions > > https://lists.debian.org/debian-boot/2015/10/msg00221.html > > I wonder how useful it turns out to be to apply this patch. > > 1.

Bug#803159: linux: Enable DT support for armel/orion5x arch

2015-11-05 Thread Roger Shimizu
Dear Ian, Thanks for your comments! > Given this and the discussions > https://lists.debian.org/debian-boot/2015/10/msg00221.html > I wonder how useful it turns out to be to apply this patch. 1. This patch at least works well on jessie kernel (3.16). 2. I'm still trying to figure out why it does

Bug#803159: linux: Enable DT support for armel/orion5x arch

2015-11-05 Thread Ian Campbell
On Tue, 2015-10-27 at 23:20 +0900, Roger Shimizu wrote: > Package: linux > Severity: normal > > Dear Maintainer, > > There're some updates for armel/orion5x in Linux 4.3 kernel: >   - Buffalo Linkstation LS-WTGL: DT support newly added >   - Buffalo Linkstation LS-WSGL: converted to DT > > But c

Bug#803159: linux: Enable DT support for armel/orion5x arch

2015-10-27 Thread Roger Shimizu
Package: linux Severity: normal Dear Maintainer, There're some updates for armel/orion5x in Linux 4.3 kernel: - Buffalo Linkstation LS-WTGL: DT support newly added - Buffalo Linkstation LS-WSGL: converted to DT But currently, armel/orion5x kernel doesn't support DT well. Here's the patch to