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 */
x from Christoph, fixing and issue with VMAP stacks. - O_DIRECT blkbits calculation fix from Chandan. - discard regression fix from Christoph. - queue init error handling fixes for nbd and virtio_blk, from Omar and Jeff. - two small nvme fixes, from Christoph and Guilherme. - rename of blk_queue_zone_size and bdev_zone_size to _sectors instead, to more closely follow what we do in other places in the block layer. This interface is new for this series, so let's get the naming right before releasing a kernel with this feature. From Damien. * 'for-linus' of git://git.kernel.dk/linux-block: block: don't try to discard from __blkdev_issue_zeroout sd: remove __data_len hack for WRITE SAME nvme: use blk_rq_payload_bytes scsi: use blk_rq_payload_bytes block: add blk_rq_payload_bytes block: Rename blk_queue_zone_size and bdev_zone_size nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time too nvme-rdma: fix nvme_rdma_queue_is_ready virtio_blk: fix panic in initialization error path nbd: blk_mq_init_queue returns an error code on failure, not NULL virtio_blk: avoid DMA to stack for the sense buffer do_direct_IO: Use inode->i_blkbits to compute block count to be cleaned
Diffstat (limited to 'net/caif/Makefile')