summaryrefslogtreecommitdiff
path: root/.gitk
blob: ae8776d4c9e200c9bf75056ed8b0f1ef8082142e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
set mainfont {Helvetica 9}
set textfont {Courier 9}
set uifont {Helvetica 9 bold}
set tabstop 8
set findmergefiles 0
set maxgraphpct 50
set maxwidth 16
set cmitmode patch
set wrapcomment none
set autoselect 1
set showneartags 1
set hideremotes 0
set showlocalchanges 1
set datetimeformat {%Y-%m-%d %H:%M:%S}
set limitdiffs 1
set uicolor grey85
set want_ttk 1
set bgcolor white
set fgcolor black
set colors {green red blue magenta darkgrey brown orange}
set diffcolors {red "#00a000" blue}
set markbgcolor #e0e0ff
set diffcontext 3
set selectbgcolor gray85
set extdifftool meld
set perfile_attrs 0
set geometry(main) 1280x920+0+0
set geometry(state) normal
set geometry(topwidth) 1276
set geometry(topheight) 219
set geometry(pwsash0) "611 2"
set geometry(pwsash1) "706 2"
set geometry(botwidth) 714
set geometry(botheight) 681
set permviews {}
04443287468abddb96538'>b4a6dbd5b7bad00ee4004443287468abddb96538 (patch) tree25582b5e364976b6d7ab1c2f9faa031a4fae2a9d /include/linux/mfd parent6f53d10dda1323c17fb09063c4df2c22754bf8aa (diff)
mfd: Add initial db8500 prcmu register access api
This patch adds an initial PRCMU register access API, which for now should only be used for a very limited set of registers. The idea about this API is that we split the PRCMU driver in one part that deals with interaction with the PRCMU firmware and one part that simply provide write accessors in the PRCMU register range. The latter are just a collection of registers exposed in the PRCMU register range for various purposes and not related to the PRCMU firmware. Currently we support some limited GPIO, SPI and UART settings through this API. Signed-off-by: Mattias Nilsson <mattias.i.nilsson@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd')