[U-Boot] [PATCH 6/8] dm: x86: Convert Intel ICH6 GPIO driver to use driver model
Simon Glass
sjg at chromium.org
Fri Oct 24 05:54:11 CEST 2014
On 10 October 2014 07:49, Simon Glass <sjg at chromium.org> wrote:
> Convert over this driver, using device tree to pass in the required
> information. The peripheral is still probed, just the number of GPIO banks
> and their offsets is in the device tree (previously this was a table in
> the driver).
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> drivers/gpio/intel_ich6_gpio.c | 250 ++++++++++++++++++++---------------------
> include/configs/coreboot.h | 4 +
> 2 files changed, 124 insertions(+), 130 deletions(-)
Applied to u-boot-dm/master
More information about the U-Boot
mailing list