#ifndef __DTS_MARVELL_MMP2_CLOCK_H #define __DTS_MARVELL_MMP2_CLOCK_H /* fixed clocks and plls */ #define MMP2_CLK_CLK32 1 #define MMP2_CLK_VCTCXO 2 #define MMP2_CLK_PLL1 3 #define MMP2_CLK_PLL1_2 8 #define MMP2_CLK_PLL1_4 9 #define MMP2_CLK_PLL1_8 10 #define MMP2_CLK_PLL1_16 11 #define MMP2_CLK_PLL1_3 12 #define MMP2_CLK_PLL1_6 13 #define MMP2_CLK_PLL1_12 14 #define MMP2_CLK_PLL1_20 15 #define MMP2_CLK_PLL2 16 #define MMP2_CLK_PLL2_2 17 #define MMP2_CLK_PLL2_4 18 #define MMP2_CLK_PLL2_8 19 #define MMP2_CLK_PLL2_16 20 #define MMP2_CLK_PLL2_3 21 #define MMP2_CLK_PLL2_6 22 #define MMP2_CLK_PLL2_12 23 #define MMP2_CLK_VCTCXO_2 24 #define MMP2_CLK_VCTCXO_4 25 #define MMP2_CLK_UART_PLL 26 #define MMP2_CLK_USB_PLL 27 /* apb periphrals */ #define MMP2_CLK_TWSI0 60 #define MMP2_CLK_TWSI1 61 #define MMP2_CLK_TWSI2 62 #define MMP2_CLK_TWSI3 63 #define MMP2_CLK_TWSI4 64 #define MMP2_CLK_TWSI5 65 #define MMP2_CLK_GPIO 66 #define MMP2_CLK_KPC 67 #define MMP2_CLK_RTC 68 #define MMP2_CLK_PWM0 69 #define MMP2_CLK_PWM1 70 #define MMP2_CLK_PWM2 71 #define MMP2_CLK_PWM3 72 #define MMP2_CLK_UART0 73 #define MMP2_CLK_UART1 74 #define MMP2_CLK_UART2 75 #define MMP2_CLK_UART3 76 #define MMP2_CLK_SSP0 77 #define MMP2_CLK_SSP1 78 #define MMP2_CLK_SSP2 79 #define MMP2_CLK_SSP3 80 #define MMP2_CLK_TIMER 81 /* axi periphrals */ #define MMP2_CLK_SDH0 101 #define MMP2_CLK_SDH1 102 #define MMP2_CLK_SDH2 103 #define MMP2_CLK_SDH3 104 #define MMP2_CLK_USB 105 #define MMP2_CLK_DISP0 106 #define MMP2_CLK_DISP0_MUX 107 #define MMP2_CLK_DISP0_SPHY 108 #define MMP2_CLK_DISP1 109 #define MMP2_CLK_DISP1_MUX 110 #define MMP2_CLK_CCIC_ARBITER 111 #define MMP2_CLK_CCIC0 112 #define MMP2_CLK_CCIC0_MIX 113 #define MMP2_CLK_CCIC0_PHY 114 #define MMP2_CLK_CCIC0_SPHY 115 #define MMP2_CLK_CCIC1 116 #define MMP2_CLK_CCIC1_MIX 117 #define MMP2_CLK_CCIC1_PHY 118 #define MMP2_CLK_CCIC1_SPHY 119 #define MMP2_NR_CLKS 200 #endif 836f9b7431'>treecommitdiff
path: root/tools/virtio/virtio-trace
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-12-25 14:05:56 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2016-12-25 14:05:56 -0800
commitb272f732f888d4cf43c943a40c9aaa836f9b7431 (patch)
treeda9cac6b9d12b83592c16d3503c0e3f2f00f146f /tools/virtio/virtio-trace
parent10bbe7599e2755d3f3e100103967788b8b5a4bce (diff)
parent008b69e4d52f2cbee3ed0d0502edd78155000b1a (diff)
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull SMP hotplug notifier removal from Thomas Gleixner: "This is the final cleanup of the hotplug notifier infrastructure. The series has been reintgrated in the last two days because there came a new driver using the old infrastructure via the SCSI tree. Summary: - convert the last leftover drivers utilizing notifiers - fixup for a completely broken hotplug user - prevent setup of already used states - removal of the notifiers - treewide cleanup of hotplug state names - consolidation of state space There is a sphinx based documentation pending, but that needs review from the documentation folks" * 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: irqchip/armada-xp: Consolidate hotplug state space irqchip/gic: Consolidate hotplug state space coresight/etm3/4x: Consolidate hotplug state space cpu/hotplug: Cleanup state names cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions staging/lustre/libcfs: Convert to hotplug state machine scsi/bnx2i: Convert to hotplug state machine scsi/bnx2fc: Convert to hotplug state machine cpu/hotplug: Prevent overwriting of callbacks x86/msr: Remove bogus cleanup from the error path bus: arm-ccn: Prevent hotplug callback leak perf/x86/intel/cstate: Prevent hotplug callback leak ARM/imx/mmcd: Fix broken cpu hotplug handling scsi: qedi: Convert to hotplug state machine
Diffstat (limited to 'tools/virtio/virtio-trace')