No description
Find a file
Sebastian Reichel be9cae2479 usb: chipidea: imx: Fix ULPI on imx53
Traditionally, PORTSC should be set before initializing ULPI phys. But
setting PORTSC before powering on the phy results in a kernel freeze
on imx53 based GE PPD. As a workaround this initializes the phy early
in the imx platform code and disables phy power management from the
core.

Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.co.uk>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-03-29 12:03:01 +02:00
arch usb: host: Remove the deprecated ATH79 USB host config options 2018-03-26 11:59:25 +02:00
block
certs
crypto
Documentation usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks 2018-03-25 12:50:45 +02:00
drivers usb: chipidea: imx: Fix ULPI on imx53 2018-03-29 12:03:01 +02:00
firmware
fs for-4.16-rc5-tag 2018-03-16 13:37:42 -07:00
include usb: changes for v4.17 merge window 2018-03-23 13:33:09 +01:00
init
ipc
kernel Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-03-18 12:03:15 -07:00
lib
LICENSES
mm
net
samples
scripts
security
sound
tools usbip: tools: usbipd: exclude exported devices from exportable device list 2018-03-22 13:08:20 +01:00
usr
virt kvm/arm fixes for 4.16, take 2 2018-03-15 21:45:37 +01:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS usb: typec: driver for Pericom PI3USB30532 Type-C cross switch 2018-03-22 13:49:28 +01:00
Makefile Linux 4.16-rc6 2018-03-18 17:48:42 -07:00
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.