lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 4 Feb 2012 11:54:23 +0100
From:	Andrew Lunn <andrew@...n.ch>
To:	Ambroz Bizjak <ambrop7@...il.com>
Cc:	andrew@...n.ch, nico@...xnic.net, tzachi@...vell.com,
	linux-kernel@...r.kernel.org
Subject: Re: PROBLEM: USB regression on TS-7800 board

On Sat, Feb 04, 2012 at 02:27:18AM +0100, Ambroz Bizjak wrote:
> Hi,
> 
> I've had problems with using newer Linux kernels with the TS-7800 ARM
> board. Since kernel 3.0.0, USB storage devices are not recognized, and
> errors are reported. See attachments for kernel output.

Hi Ambroz

Thanks for the regression report.

I don't have any Orion5x hardware, i only have kirkwood based
machines. So its very hard for me to test these changes.

I've spotted one thing which looks wrong. Please could you test
this. Its not a fix, just a proof i'm on the right track.

In arch/arm/plat-orion/common.c

/*****************************************************************************
 * EHCI
 ****************************************************************************/
static struct orion_ehci_data orion_ehci_data = {
        .phy_version    = EHCI_PHY_NA,
};

change this to 

        .phy_version    = EHCI_PHY_ORION.

and see if the USB works then.

    Thanks
	Andrew
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ