Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2011 02:29:10 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/arm/mv gpio.c mv_machdep.c
Message-ID:  <201107150229.p6F2TXHo099229@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

marcel      2011-07-15 02:29:10 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/mv           gpio.c mv_machdep.c 
  Log:
  SVN rev 224051 on 2011-07-15 02:29:10Z by marcel
  
  Do not call platform_gpio_init() early. It doesn't work because we do
  not have enough information to reliably setup GPIO pins. Do it when
  we attach the gpio driver. This prevents hangs and the need to fake
  up a softc.
  
  Revision  Changes    Path
  1.9       +1 -20     src/sys/arm/mv/gpio.c
  1.19      +1 -6      src/sys/arm/mv/mv_machdep.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107150229.p6F2TXHo099229>