Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1706051 > unrolled thread

[PATCH 0/2] Fix clock name in Aspeed GPIO bindings and driver

Started byAndrew Jeffery <andrew@aj.id.au>
First post2017-08-08 08:10 +0200
Last post2017-08-08 08:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] Fix clock name in Aspeed GPIO bindings and driver Andrew Jeffery <andrew@aj.id.au> - 2017-08-08 08:10 +0200

#1706051 — [PATCH 0/2] Fix clock name in Aspeed GPIO bindings and driver

FromAndrew Jeffery <andrew@aj.id.au>
Date2017-08-08 08:10 +0200
Subject[PATCH 0/2] Fix clock name in Aspeed GPIO bindings and driver
Message-ID<uc5Sh-3MH-5@gated-at.bofh.it>
Hello,

Joel discovered I brain-farted the referenced clock name in the patches
introducing the debounce capability for the Aspeed driver. The datasheet says
PCLK but I wrote HPLL for whatever reason, so clean up that mistake by simply
removing references to HPLL and put the onus on the devicetree author to
get it right.

Cheers,

Andrew

Andrew Jeffery (2):
  dt-bindings: gpio: aspeed: Remove reference to clock name
  gpio: aspeed: Remove reference to clock name in debounce warning
    message

 Documentation/devicetree/bindings/gpio/gpio-aspeed.txt | 2 +-
 drivers/gpio/gpio-aspeed.c                             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web