devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Enable wifi on pandaboard
@ 2014-07-30 14:02 Stefan Assmann
       [not found] ` <1406728949-7560-1-git-send-email-sassmann-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
  0 siblings, 1 reply; 22+ messages in thread
From: Stefan Assmann @ 2014-07-30 14:02 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, broonie-DgEjT+Ai2ygdnm+yROfE0A,
	mturquette-QSEj5FYQhm4dnm+yROfE0A, robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	pawel.moll-5wv7dgnIgG8, peter.ujfalusi-l0cyMroinI0,
	t-kristo-l0cyMroinI0, sassmann-llIHtaV5axyzQB+pC5nmwQ

On the pandaboard the wifi isn't available because on the TWL6030 chip
the clock CLK32KG never gets enabled. Adding a clock driver for the
TWL6030 which performs the required steps. Moved some register defines
from regulator code to twl.h.

Stefan Assmann (2):
  mfd: twl-core: move TWL6030 defines to twl.h
  clk: initial clock driver for TWL6030

 .../devicetree/bindings/clock/ti/twl6030.txt       |   4 +
 drivers/clk/Kconfig                                |   7 +
 drivers/clk/ti/Makefile                            |   1 +
 drivers/clk/ti/clk-6030.c                          | 141 +++++++++++++++++++++
 drivers/mfd/twl-core.c                             |   3 +
 drivers/regulator/twl-regulator.c                  |  11 --
 include/linux/i2c/twl.h                            |  20 +++
 7 files changed, 176 insertions(+), 11 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/ti/twl6030.txt
 create mode 100644 drivers/clk/ti/clk-6030.c

-- 
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2014-08-01 10:38 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-30 14:02 [PATCH 0/2] Enable wifi on pandaboard Stefan Assmann
     [not found] ` <1406728949-7560-1-git-send-email-sassmann-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
2014-07-30 14:02   ` [PATCH 1/2] mfd: twl-core: move TWL6030 defines to twl.h Stefan Assmann
     [not found]     ` <1406728949-7560-2-git-send-email-sassmann-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
2014-07-31  8:36       ` Lee Jones
2014-07-31  8:46         ` Stefan Assmann
2014-07-30 14:02   ` [PATCH 2/2] clk: initial clock driver for TWL6030 Stefan Assmann
2014-07-30 14:29     ` Andreas Färber
     [not found]       ` <53D90159.7040307-l3A5Bk7waGM@public.gmane.org>
2014-07-30 14:36         ` Stefan Assmann
     [not found]     ` <1406728949-7560-3-git-send-email-sassmann-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
2014-07-30 17:50       ` Mark Brown
     [not found]         ` <20140730175033.GA17528-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-07-31  9:56           ` Stefan Assmann
     [not found]             ` <53DA12BF.1060008-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
2014-07-31 11:05               ` Mark Brown
     [not found]                 ` <20140731110531.GH17528-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-07-31 12:04                   ` Stefan Assmann
     [not found]                     ` <53DA30CD.5020903-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
2014-07-31 19:14                       ` Mike Turquette
2014-07-31 11:28               ` Tero Kristo
     [not found]                 ` <53DA284D.6030404-l0cyMroinI0@public.gmane.org>
2014-07-31 11:58                   ` Stefan Assmann
     [not found]                     ` <53DA2F53.8010405-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
2014-07-31 13:16                       ` Tero Kristo
2014-07-31 12:26       ` Peter Ujfalusi
     [not found]         ` <53DA3613.9010305-l0cyMroinI0@public.gmane.org>
2014-07-31 12:54           ` Stefan Assmann
     [not found]             ` <53DA3C68.3020406-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
2014-07-31 12:58               ` Peter Ujfalusi
     [not found]                 ` <53DA3D66.1030407-l0cyMroinI0@public.gmane.org>
2014-07-31 14:05                   ` Stefan Assmann
     [not found]                     ` <53DA4D37.4030408-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
2014-07-31 19:20                       ` Mike Turquette
2014-08-01 10:04                         ` Stefan Assmann
     [not found]                           ` <53DB6633.3020005-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
2014-08-01 10:38                             ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).