public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 02/55] dm: usb: Add a compatible string for PCI EHCI controller
Date: Mon, 18 Jan 2016 01:53:18 +0100	[thread overview]
Message-ID: <201601180153.18119.marex@denx.de> (raw)
In-Reply-To: <1453072320-24298-3-git-send-email-sjg@chromium.org>

On Monday, January 18, 2016 at 12:11:07 AM, Simon Glass wrote:
> Add a compatible string to allow this to be specified in the device tree
> if needed.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Acked-by: Marek Vasut <marex@denx.de>

Best regards,
Marek Vasut

  reply	other threads:[~2016-01-18  0:53 UTC|newest]

Thread overview: 130+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-17 23:11 [U-Boot] [PATCH v2 00/55] dm: x86: Convert ivybridge code to use driver model Simon Glass
2016-01-17 23:11 ` [U-Boot] [PATCH v2 01/55] dm: core: Display the error number when driver binding fails Simon Glass
2016-01-21  7:58   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 02/55] dm: usb: Add a compatible string for PCI EHCI controller Simon Glass
2016-01-18  0:53   ` Marek Vasut [this message]
2016-01-21  5:56   ` Bin Meng
2016-01-21  7:58     ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 03/55] dm: syscon: Allow finding devices by driver data Simon Glass
2016-01-21  5:58   ` Bin Meng
2016-01-21  7:58     ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 04/55] dm: pci: Convert bios_emu to use the driver model PCI API Simon Glass
2016-01-21  6:02   ` Bin Meng
2016-01-21  7:58     ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 05/55] x86: ivybridge: Set up the LPC device using driver model Simon Glass
2016-01-21  6:05   ` Bin Meng
2016-01-21  7:58     ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 06/55] x86: ivybridge: Move lpc_early_init() to probe() Simon Glass
2016-01-21  6:14   ` Bin Meng
2016-01-21  7:59     ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 07/55] x86: ivybridge: Move more init to the probe() function Simon Glass
2016-01-21  7:59   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 08/55] x86: ivybridge: Rename bd82x6x_init() Simon Glass
2016-01-21  6:18   ` Bin Meng
2016-01-21  7:59     ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 09/55] dm: x86: Add a northbridge uclass Simon Glass
2016-01-21  7:59   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 10/55] x86: ivybridge: Add a driver for the bd82x6x northbridge Simon Glass
2016-01-21  7:59   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 11/55] x86: ivybridge: Move northbridge init into the probe() method Simon Glass
2016-01-21  7:59   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 12/55] x86: ivybridge: Move LPC and PCH init into northbridge probe() Simon Glass
2016-01-21  7:59   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 13/55] x86: ivybridge: Rename lpc_init() to lpc_init_extra() Simon Glass
2016-01-21  6:23   ` Bin Meng
2016-01-21  7:59     ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 14/55] x86: ivybridge: Probe the LPC in CPU init Simon Glass
2016-01-21  6:25   ` Bin Meng
2016-01-21  7:59     ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 15/55] x86: ivybridge: Move graphics init much later Simon Glass
2016-01-21  7:59   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 16/55] x86: ivybridge: Move sandybridge init to the lpc probe() method Simon Glass
2016-01-21  8:00   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 17/55] x86: ivybridge: Move GPIO init to the LPC init() method Simon Glass
2016-01-21  8:00   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 18/55] x86: ivybridge: Use common CPU init code Simon Glass
2016-01-21  8:00   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 19/55] x86: ivybridge: Move CPU init code into the driver Simon Glass
2016-01-21  8:00   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 20/55] x86: ivybridge: Set up the thermal target correctly Simon Glass
2016-01-21  8:00   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 21/55] x86: ivybridge: Drop the dead MTRR code Simon Glass
2016-01-21  8:00   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 22/55] x86: ivybridge: Move early init code into northbridge.c Simon Glass
2016-01-21  8:00   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 23/55] x86: Make x86_init_cpus() static Simon Glass
2016-01-21  8:00   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 24/55] x86: Don't show an error when the MRC cache is up to date Simon Glass
2016-01-21  8:00   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 25/55] x86: Bring up northbridge, pch and lpc after the CPUs Simon Glass
2016-01-21  6:48   ` Bin Meng
2016-01-21  8:00     ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 26/55] x86: ivybridge: Move northbridge and PCH init into drivers Simon Glass
2016-01-21  6:54   ` Bin Meng
2016-01-21  8:00     ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 27/55] x86: ivybridge: Use driver model PCI API in bd82x6x.c Simon Glass
2016-01-21  8:00   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 28/55] x86: ivybridge: Drop unnecessary northbridge setup Simon Glass
2016-01-21  6:57   ` Bin Meng
2016-01-21  8:01     ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 29/55] ahci: Add a disk-controller uclass Simon Glass
2016-01-21  7:08   ` Bin Meng
2016-01-21  8:01     ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 30/55] x86: ivybridge: Do the SATA init before relocation Simon Glass
2016-01-21  7:10   ` Bin Meng
2016-01-21  8:01     ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 31/55] x86: ivybridge: Drop the unused bd82x6x_init_extra() Simon Glass
2016-01-21  8:01   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 32/55] x86: ivybridge: Use the SATA driver to do the init Simon Glass
2016-01-21  7:16   ` Bin Meng
2016-01-21  8:01     ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 33/55] x86: ivybridge: Use driver model PCI API in sata.c Simon Glass
2016-01-21  7:19   ` Bin Meng
2016-01-21  8:01     ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 34/55] x86: ivybridge: Move lpc_enable() into gma.c Simon Glass
2016-01-21  8:01   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 35/55] x86: ivybridge: Move LPC init into the LPC probe() method Simon Glass
2016-01-21  8:01   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 36/55] x86: ivybridge: Drop the special PCI driver Simon Glass
2016-01-21  7:22   ` Bin Meng
2016-01-21  8:01     ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 37/55] x86: ivybridge: Convert lpc init code to DM PCI API Simon Glass
2016-01-21  8:01   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 38/55] x86: Enable DM_USB for link and panther Simon Glass
2016-01-21  8:01   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 39/55] x86: i2c: Add a stub driver for Intel I2C/SMbus Simon Glass
2016-01-21  8:02   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 40/55] x86: ivybridge: Use the I2C driver to perform SMbus init Simon Glass
2016-01-21  8:02   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 41/55] x86: ivybridge: Convert enable_usb_bar() to use DM PCI API Simon Glass
2016-01-21  8:02   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 42/55] x86: ivybridge: Convert dram_init() " Simon Glass
2016-01-21  8:02   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 43/55] x86: ivybridge: Convert sdram_initialise() " Simon Glass
2016-01-21  8:02   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 44/55] x86: chromebook_link: Enable the syscon uclass Simon Glass
2016-01-21  8:02   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 45/55] x86: ivybridge: Convert SDRAM init to use driver model Simon Glass
2016-01-21  8:02   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 46/55] x86: ivybridge: Convert report_platform to DM PCI API Simon Glass
2016-01-21  8:02   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 47/55] x86: ivybridge: Convert pch.c to use " Simon Glass
2016-01-21  8:02   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 48/55] x86: ivybridge: Move code from pch.c to bd82x6x.c Simon Glass
2016-01-21  8:02   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 49/55] x86: ivybridge: Sort out the calls to bridge_silicon_revision() Simon Glass
2016-01-21  7:35   ` Bin Meng
2016-01-21  8:02     ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 50/55] x86: ivybridge: Drop special EHCI init Simon Glass
2016-01-21  7:39   ` Bin Meng
2016-01-21  8:02     ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 51/55] x86: ivybridge: Drop XHCI support Simon Glass
2016-01-21  8:02   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 52/55] x86: ivybridge: Drop the SMM-locking code Simon Glass
2016-01-21  8:02   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 53/55] x86: Set up a shared syscon numbering schema Simon Glass
2016-01-21  8:03   ` Bin Meng
2016-01-17 23:11 ` [U-Boot] [PATCH v2 54/55] x86: ivybridge: Use syscon for the GMA device Simon Glass
2016-01-21  8:03   ` Bin Meng
2016-01-17 23:12 ` [U-Boot] [PATCH v2 55/55] x86: fdt: Drop the unused compatible strings in fdtdec Simon Glass
2016-01-21  8:04   ` Bin Meng

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=201601180153.18119.marex@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox