summaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock/efm32-cmu.h
blob: b21b91e736af037a0fdd54af53c6396a619b4003 (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
36
37
38
39
40
41
42
#ifndef __DT_BINDINGS_CLOCK_EFM32_CMU_H
#define __DT_BINDINGS_CLOCK_EFM32_CMU_H

#define clk_HFXO		0
#define clk_HFRCO		1
#define clk_LFXO		2
#define clk_LFRCO		3
#define clk_ULFRCO		4
#define clk_AUXHFRCO		5
#define clk_HFCLKNODIV		6
#define clk_HFCLK		7
#define clk_HFPERCLK		8
#define clk_HFCORECLK		9
#define clk_LFACLK		10
#define clk_LFBCLK		11
#define clk_WDOGCLK		12
#define clk_HFCORECLKDMA	13
#define clk_HFCORECLKAES	14
#define clk_HFCORECLKUSBC	15
#define clk_HFCORECLKUSB	16
#define clk_HFCORECLKLE		17
#define clk_HFCORECLKEBI	18
#define clk_HFPERCLKUSART0	19
#define clk_HFPERCLKUSART1	20
#define clk_HFPERCLKUSART2	21
#define clk_HFPERCLKUART0	22
#define clk_HFPERCLKUART1	23
#define clk_HFPERCLKTIMER0	24
#define clk_HFPERCLKTIMER1	25
#define clk_HFPERCLKTIMER2	26
#define clk_HFPERCLKTIMER3	27
#define clk_HFPERCLKACMP0	28
#define clk_HFPERCLKACMP1	29
#define clk_HFPERCLKI2C0	30
#define clk_HFPERCLKI2C1	31
#define clk_HFPERCLKGPIO	32
#define clk_HFPERCLKVCMP	33
#define clk_HFPERCLKPRS		34
#define clk_HFPERCLKADC0	35
#define clk_HFPERCLKDAC0	36

#endif /* __DT_BINDINGS_CLOCK_EFM32_CMU_H */
case of pages that are really not executable is handled by the existing test for VM_EXEC further down. That leaves us with catching the kernel attempts at executing user pages. We can catch that earlier, even before we do find_vma. It is never valid on powerpc for the kernel to take an exec fault to begin with. So fold that test with the existing test for the kernel faulting on kernel addresses to bail out early. Fixes: 1d18ad026844 ("powerpc/mm: Detect instruction fetch denied and report") Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Acked-by: Balbir Singh <bsingharora@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'include/drm/drm_edid.h')