public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 05/69] video: Allow simple-panel to be used without regulators
Date: Mon, 7 Mar 2016 08:37:07 +0100	[thread overview]
Message-ID: <20160307083707.063ffc3c@crub> (raw)
In-Reply-To: <1457317732-18406-6-git-send-email-sjg@chromium.org>

Hi Simon,

On Sun,  6 Mar 2016 19:27:48 -0700
Simon Glass sjg at chromium.org wrote:

> At present simple-panel requires regulator support and will not build
> without it. But some panels do not have a power supply, or at least not one
> that can be controlled. Update the implementation to cope with this.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Acked-by: Anatolij Gustschin <agust@denx.de>

--
Anatolij

  reply	other threads:[~2016-03-07  7:37 UTC|newest]

Thread overview: 173+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-07  2:27 [U-Boot] [PATCH 00/69] x86: Add support for samus Simon Glass
2016-03-07  2:27 ` [U-Boot] [PATCH 01/69] dm: timer: Correct timer init ordering after relocation Simon Glass
2016-03-11  3:25   ` Bin Meng
2016-03-12  5:04     ` Simon Glass
2016-03-07  2:27 ` [U-Boot] [PATCH 02/69] arm: Add a 64-bit division routine to the private library Simon Glass
2016-03-08 23:43   ` Tom Rini
2016-03-07  2:27 ` [U-Boot] [PATCH 03/69] dhry: Correct dhrystone calculation for fast machines Simon Glass
2016-03-07  2:27 ` [U-Boot] [PATCH 04/69] syscon: Avoid returning a device on failure Simon Glass
2016-03-11  3:28   ` Bin Meng
2016-03-12  5:04     ` Simon Glass
2016-03-07  2:27 ` [U-Boot] [PATCH 05/69] video: Allow simple-panel to be used without regulators Simon Glass
2016-03-07  7:37   ` Anatolij Gustschin [this message]
2016-03-11  4:01     ` Bin Meng
2016-03-07  2:27 ` [U-Boot] [PATCH 06/69] cpu: Add support for microcode version and CPU ID Simon Glass
2016-03-11  3:45   ` Bin Meng
2016-03-11  4:02     ` Bin Meng
2016-03-07  2:27 ` [U-Boot] [PATCH 07/69] gpio: Add a function to obtain a GPIO vector value Simon Glass
2016-03-11  3:45   ` Bin Meng
2016-03-11  4:02     ` Bin Meng
2016-03-07  2:27 ` [U-Boot] [PATCH 08/69] gpio: Use const where possible Simon Glass
2016-03-11  3:45   ` Bin Meng
2016-03-11  4:02     ` Bin Meng
2016-03-07  2:27 ` [U-Boot] [PATCH 09/69] pci: Add functions to update PCI configuration registers Simon Glass
2016-03-11  3:46   ` Bin Meng
2016-03-11  4:02     ` Bin Meng
2016-03-07  2:27 ` [U-Boot] [PATCH 10/69] pci: Correct a few comments and nits Simon Glass
2016-03-11  3:46   ` Bin Meng
2016-03-11  4:03     ` Bin Meng
2016-03-07  2:27 ` [U-Boot] [PATCH 11/69] input: i8042: Make sure the keyboard is enabled Simon Glass
2016-03-11  4:15   ` Bin Meng
2016-03-07  2:27 ` [U-Boot] [PATCH 12/69] malloc_simple: Add a little more debugging Simon Glass
2016-03-11  4:18   ` Bin Meng
2016-03-11  5:07     ` Bin Meng
2016-03-07  2:27 ` [U-Boot] [PATCH 13/69] x86: Allow use of serial soon after relocation Simon Glass
2016-03-11  4:31   ` Bin Meng
2016-03-12  5:04     ` Simon Glass
2016-03-07  2:27 ` [U-Boot] [PATCH 14/69] x86: cpu: Make the vendor table const Simon Glass
2016-03-11  4:32   ` Bin Meng
2016-03-11  5:08     ` Bin Meng
2016-03-07  2:27 ` [U-Boot] [PATCH 15/69] x86: cpu: Add functions to return the family and stepping Simon Glass
2016-03-11  4:52   ` Bin Meng
2016-03-12  5:04     ` Simon Glass
2016-03-14  4:22       ` Bin Meng
2016-03-07  2:27 ` [U-Boot] [PATCH 16/69] x86: Move cache-as-RAM code into a common location Simon Glass
2016-03-11  5:05   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 17/69] x86: Move microcode code to " Simon Glass
2016-03-11  5:05   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 18/69] x86: Create a common header for Intel register access Simon Glass
2016-03-11  5:05   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 19/69] x86: Add the root-complex block to common intel registers Simon Glass
2016-03-11  5:05   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 20/69] x86: Move common LPC code to its own place Simon Glass
2016-03-11  5:05   ` Bin Meng
2016-03-11  5:18     ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 21/69] x86: Add some more common MSR indexes Simon Glass
2016-03-11  5:15   ` Bin Meng
2016-03-11  5:29     ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 22/69] x86: Move common CPU code to its own place Simon Glass
2016-03-11  5:27   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 23/69] x86: Rename PORT_RESET to IO_PORT_RESET Simon Glass
2016-03-11  5:27   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 24/69] x86: Move Intel Management Engine code to a common place Simon Glass
2016-03-11  5:27   ` Bin Meng
2016-03-12  5:04     ` Simon Glass
2016-03-07  2:28 ` [U-Boot] [PATCH 25/69] x86: ivybridge: Drop sandybridge_early_init() Simon Glass
2016-03-11  5:28   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 26/69] x86: Move common PCH code into a common place Simon Glass
2016-03-11  5:49   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 27/69] x86: link: Add required GPIO properties Simon Glass
2016-03-11  5:50   ` Bin Meng
2016-03-11  5:57     ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 28/69] x86: dts: link: Move SPD info into the memory controller Simon Glass
2016-03-11  5:51   ` Bin Meng
2016-03-11  5:57     ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 29/69] x86: dts: link: Add board ID GPIOs Simon Glass
2016-03-11  5:52   ` Bin Meng
2016-03-11  5:57     ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 30/69] x86: gpio: Correct GPIO setup ordering Simon Glass
2016-03-11  5:55   ` Bin Meng
2016-03-11  5:57     ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 31/69] x86: Add common SDRAM-init code Simon Glass
2016-03-11  6:06   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 32/69] x86: ivybridge: Convert to use the common SDRAM code Simon Glass
2016-03-11  6:08   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 33/69] x86: dts: Drop memory SPD compatible string Simon Glass
2016-03-11  6:09   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 34/69] x86: Add a script to aid code conversion from coreboot Simon Glass
2016-03-11  6:11   ` Bin Meng
2016-03-11  6:16     ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 35/69] x86: Correct duplicate POST values Simon Glass
2016-03-11  6:12   ` Bin Meng
2016-03-11  6:16     ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 36/69] x86: Add macros to clear and set I/O bits Simon Glass
2016-03-11  6:22   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 37/69] x86: Allow I/O functions to use pointers Simon Glass
2016-03-11  6:38   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 38/69] x86: Move common MRC Kconfig options to the common file Simon Glass
2016-03-11  6:39   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 39/69] x86: Tidy up mp_init to reduce duplication Simon Glass
2016-03-11  6:43   ` Bin Meng
2016-03-11  6:49     ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 40/69] x86: Record the CPU details when starting each core Simon Glass
2016-03-11  6:48   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 41/69] x86: ivybridge: Show microcode version for each code Simon Glass
2016-03-11  6:57   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 42/69] x86: Add comments to the SIPI vector Simon Glass
2016-03-11  7:01   ` Bin Meng
2016-03-11  7:18     ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 43/69] x86: Update microcode for secondary CPUs Simon Glass
2016-03-11  7:07   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 44/69] x86: link: Add pin configuration to the device tree Simon Glass
2016-03-11  7:11   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 45/69] x86: Add an ICH6 pin configuration driver Simon Glass
2016-03-11  7:17   ` Bin Meng
2016-03-11  7:18     ` Bin Meng
2016-03-11  7:36       ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 46/69] x86: gpio: Allow the pinctrl driver to set up the pin config Simon Glass
2016-03-11  7:25   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 47/69] x86: Drop all the old pin configuration code Simon Glass
2016-03-11  7:25   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 48/69] x86: Add support for running Intel reference code Simon Glass
2016-03-11  7:29   ` Bin Meng
2016-03-12  5:04     ` Simon Glass
2016-03-07  2:28 ` [U-Boot] [PATCH 49/69] x86: dts: Update the pinctrl binding a little Simon Glass
2016-03-11  7:30   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 50/69] x86: Add basic support for broadwell Simon Glass
2016-03-11  7:34   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 51/69] x86: broadwell: Add a few microcode files Simon Glass
2016-03-11  7:38   ` Bin Meng
2016-03-11  7:40     ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 52/69] x86: broadwell: Add a PCH driver Simon Glass
2016-03-11  8:18   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 53/69] x86: broadwell: Add a pinctrl driver Simon Glass
2016-03-11  8:19   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 54/69] x86: broadwell: Add a SATA driver Simon Glass
2016-03-11  8:20   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 55/69] x86: broadwell: Add a northbridge driver Simon Glass
2016-03-11  8:21   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 56/69] x86: broadwell: Add an LPC driver Simon Glass
2016-03-11  8:22   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 57/69] x86: broadwell: Add reference code support Simon Glass
2016-03-11  8:25   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 58/69] x86: broadwell: Add power-control support Simon Glass
2016-03-11  8:26   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 59/69] x86: broadwell: Add support for SDRAM setup Simon Glass
2016-03-11  8:30   ` Bin Meng
2016-03-12  5:04     ` Simon Glass
2016-03-07  2:28 ` [U-Boot] [PATCH 60/69] x86: broadwell: Add a GPIO driver Simon Glass
2016-03-11  8:32   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 61/69] x86: broadwell: Add support for high-speed I/O lane with ME Simon Glass
2016-03-11  8:34   ` Bin Meng
2016-03-12  5:04     ` Simon Glass
2016-03-07  2:28 ` [U-Boot] [PATCH 62/69] x86: Support a chained-boot development flow Simon Glass
2016-03-11  8:46   ` Bin Meng
2016-03-12  5:04     ` Simon Glass
2016-03-14  6:38       ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 63/69] x86: broadwell: Add video support Simon Glass
2016-03-11  8:54   ` Bin Meng
2016-03-12  5:04     ` Simon Glass
2016-03-07  2:28 ` [U-Boot] [PATCH 64/69] x86: Add a default address for reference code Simon Glass
2016-03-11  8:55   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 65/69] x86: Use white on black for the console on chromebooks Simon Glass
2016-03-11  8:56   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 66/69] x86: Update README for new developments Simon Glass
2016-03-11  8:57   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 67/69] x86: Add a function to set the IOAPIC ID Simon Glass
2016-03-11  8:59   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 68/69] x86: Fix a header nit in x86-chromebook.h Simon Glass
2016-03-11  8:59   ` Bin Meng
2016-03-07  2:28 ` [U-Boot] [PATCH 69/69] x86: Add support for the samus chromebook Simon Glass
2016-03-11  9:02   ` Bin Meng
2016-03-11  7:48 ` [U-Boot] [PATCH 00/69] x86: Add support for samus Bin Meng
2016-03-12  2:52   ` Simon Glass

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=20160307083707.063ffc3c@crub \
    --to=agust@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