diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-12-15 18:39:02 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-12-15 18:39:02 -0500 |
| commit | e79ab194d15e1baa25540cb9efaf2a459cf4bc32 (patch) | |
| tree | 3a2ec9280e286e531a5d18e255271db21368c2d7 /include/linux/platform_data | |
| parent | 3ec5e8d82b1a4ee42c8956099d89b87917dd3ba5 (diff) | |
| parent | 44c29b83de1770910b9f4d53bf78f6118da5165f (diff) | |
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC platform updates from Arnd Bergmann:
"These are updates for platform specific code on 32-bit ARM machines,
essentially anything that can not (yet) be expressed using DT files.
Noteworthy changes include:
- Added support for the TI DRA71x family of SoCs in mach-omap2, this
is an new variant of the the DRA72x/DRA74x automotive infotainment
chips we already supported for a while.
- Added support for the ST STM32F746 SoC, the first Cortex-M7 based
microcontroller we support, related to the smaller STM32F4 family.
- Renesas adds support for r8a7743 and r8a7745 in mach-shmobile, see
http://elinux.org/RZ-G
- SMP is now supported on the OX820 platform
- A lot of code in mach-omap2 gets removed as a follow-up to removing
support for board files in the previous release
- Davinci has some new work to improve USB support
- For i.MX, the performance monitor now supports profiling the memory
controller using 'perf'"
* tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (95 commits)
ARM: davinci: da830-evm: use gpio descriptor for mmc pins
ARM: davinci: da850-evm: use gpio descriptor for mmc pins
ARM: davinci: hawk: use gpio descriptor for mmc pins
ARM: ARTPEC-6: add select MFD_SYSCON to MACH_ARTPEC6
ARM: davinci: da8xx: Fix ohci device name
ARM: oxnas: Add OX820 config and makefile entry
ARM: oxnas: Add OX820 SMP support
ARM: davinci: PM: fix build when da850 not compiled in
ARM: orion5x: remove legacy support of ls-chl
ARM: integrator: drop EBI access use syscon
ARM: BCM5301X: Add back handler ignoring external imprecise aborts
ARM: davinci: PM: support da8xx DT platforms
ARM: davinci: PM: cleanup: remove references to pdata
ARM: davinci: PM: rework init, remove platform device
ARM: Kconfig: Introduce MACH_STM32F746 flag
ARM: mach-stm32: Add a new SOC - STM32F746
ARM: shmobile: document SK-RZG1E board
ARM: shmobile: r8a7745: basic SoC support
ARM: imx: mach-imx6ul: add imx6ull support
ARM: zynq: Reserve correct amount of non-DMA RAM
...
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/usb-davinci.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/include/linux/platform_data/usb-davinci.h b/include/linux/platform_data/usb-davinci.h index e0bc4abe69c2..0926e99f2e8f 100644 --- a/include/linux/platform_data/usb-davinci.h +++ b/include/linux/platform_data/usb-davinci.h | |||
| @@ -11,29 +11,6 @@ | |||
| 11 | #ifndef __ASM_ARCH_USB_H | 11 | #ifndef __ASM_ARCH_USB_H |
| 12 | #define __ASM_ARCH_USB_H | 12 | #define __ASM_ARCH_USB_H |
| 13 | 13 | ||
| 14 | /* DA8xx CFGCHIP2 (USB 2.0 PHY Control) register bits */ | ||
| 15 | #define CFGCHIP2_PHYCLKGD (1 << 17) | ||
| 16 | #define CFGCHIP2_VBUSSENSE (1 << 16) | ||
| 17 | #define CFGCHIP2_RESET (1 << 15) | ||
| 18 | #define CFGCHIP2_OTGMODE (3 << 13) | ||
| 19 | #define CFGCHIP2_NO_OVERRIDE (0 << 13) | ||
| 20 | #define CFGCHIP2_FORCE_HOST (1 << 13) | ||
| 21 | #define CFGCHIP2_FORCE_DEVICE (2 << 13) | ||
| 22 | #define CFGCHIP2_FORCE_HOST_VBUS_LOW (3 << 13) | ||
| 23 | #define CFGCHIP2_USB1PHYCLKMUX (1 << 12) | ||
| 24 | #define CFGCHIP2_USB2PHYCLKMUX (1 << 11) | ||
| 25 | #define CFGCHIP2_PHYPWRDN (1 << 10) | ||
| 26 | #define CFGCHIP2_OTGPWRDN (1 << 9) | ||
| 27 | #define CFGCHIP2_DATPOL (1 << 8) | ||
| 28 | #define CFGCHIP2_USB1SUSPENDM (1 << 7) | ||
| 29 | #define CFGCHIP2_PHY_PLLON (1 << 6) /* override PLL suspend */ | ||
| 30 | #define CFGCHIP2_SESENDEN (1 << 5) /* Vsess_end comparator */ | ||
| 31 | #define CFGCHIP2_VBDTCTEN (1 << 4) /* Vbus comparator */ | ||
| 32 | #define CFGCHIP2_REFFREQ (0xf << 0) | ||
| 33 | #define CFGCHIP2_REFFREQ_12MHZ (1 << 0) | ||
| 34 | #define CFGCHIP2_REFFREQ_24MHZ (2 << 0) | ||
| 35 | #define CFGCHIP2_REFFREQ_48MHZ (3 << 0) | ||
| 36 | |||
| 37 | struct da8xx_ohci_root_hub; | 14 | struct da8xx_ohci_root_hub; |
| 38 | 15 | ||
| 39 | typedef void (*da8xx_ocic_handler_t)(struct da8xx_ohci_root_hub *hub, | 16 | typedef void (*da8xx_ocic_handler_t)(struct da8xx_ohci_root_hub *hub, |
