mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 07:00:48 +00:00
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (45 commits) ARM: ux500: update defconfig ARM: u300: update defconfig ARM: at91: enable additional boards in existing soc defconfig files ARM: at91: refresh soc defconfig files for 3.2 ARM: at91: rename defconfig files appropriately ARM: OMAP2+: Fix Compilation error when omap_l3_noc built as module ARM: OMAP2+: Remove empty io.h ARM: OMAP2: select ARM_AMBA if OMAP3_EMU is defined ARM: OMAP: smartreflex: fix IRQ handling bug ARM: OMAP: PM: only register TWL with voltage layer when device is present ARM: OMAP: hwmod: Fix the addr space, irq, dma count APIs arm: mx28: fix bit operation in clock setting ARM: imx: export imx_ioremap ARM: imx/mm-imx3: conditionally compile i.MX31 and i.MX35 code ARM: mx5: Fix checkpatch warnings in cpu-imx5.c MAINTAINERS: Add missing directory ARM: imx: drop 'ARCH_MX31' and 'ARCH_MX35' ARM: imx6q: move clock register map to machine_desc.map_io ARM: pxa168/gplugd: add the correct SSP device ARM: Update mach-types to fix mxs build breakage ...
This commit is contained in:
commit
cd5b49bce3
@ -789,6 +789,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
|||||||
S: Maintained
|
S: Maintained
|
||||||
T: git git://git.pengutronix.de/git/imx/linux-2.6.git
|
T: git git://git.pengutronix.de/git/imx/linux-2.6.git
|
||||||
F: arch/arm/mach-mx*/
|
F: arch/arm/mach-mx*/
|
||||||
|
F: arch/arm/mach-imx/
|
||||||
F: arch/arm/plat-mxc/
|
F: arch/arm/plat-mxc/
|
||||||
|
|
||||||
ARM/FREESCALE IMX51
|
ARM/FREESCALE IMX51
|
||||||
@ -804,6 +805,13 @@ S: Maintained
|
|||||||
T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
|
T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
|
||||||
F: arch/arm/mach-imx/*imx6*
|
F: arch/arm/mach-imx/*imx6*
|
||||||
|
|
||||||
|
ARM/FREESCALE MXS ARM ARCHITECTURE
|
||||||
|
M: Shawn Guo <shawn.guo@linaro.org>
|
||||||
|
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
||||||
|
S: Maintained
|
||||||
|
T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
|
||||||
|
F: arch/arm/mach-mxs/
|
||||||
|
|
||||||
ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
|
ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
|
||||||
M: Lennert Buytenhek <kernel@wantstofly.org>
|
M: Lennert Buytenhek <kernel@wantstofly.org>
|
||||||
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
||||||
|
@ -38,7 +38,6 @@ CONFIG_IP_PNP_RARP=y
|
|||||||
# CONFIG_IPV6 is not set
|
# CONFIG_IPV6 is not set
|
||||||
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
||||||
CONFIG_MTD=y
|
CONFIG_MTD=y
|
||||||
CONFIG_MTD_PARTITIONS=y
|
|
||||||
CONFIG_MTD_CMDLINE_PARTS=y
|
CONFIG_MTD_CMDLINE_PARTS=y
|
||||||
CONFIG_MTD_CHAR=y
|
CONFIG_MTD_CHAR=y
|
||||||
CONFIG_MTD_BLOCK=y
|
CONFIG_MTD_BLOCK=y
|
||||||
@ -52,16 +51,12 @@ CONFIG_MTD_NAND_ATMEL=y
|
|||||||
CONFIG_BLK_DEV_LOOP=y
|
CONFIG_BLK_DEV_LOOP=y
|
||||||
CONFIG_BLK_DEV_RAM=y
|
CONFIG_BLK_DEV_RAM=y
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=8192
|
CONFIG_BLK_DEV_RAM_SIZE=8192
|
||||||
CONFIG_ATMEL_SSC=y
|
|
||||||
CONFIG_SCSI=y
|
CONFIG_SCSI=y
|
||||||
CONFIG_BLK_DEV_SD=y
|
CONFIG_BLK_DEV_SD=y
|
||||||
CONFIG_SCSI_MULTI_LUN=y
|
CONFIG_SCSI_MULTI_LUN=y
|
||||||
CONFIG_NETDEVICES=y
|
CONFIG_NETDEVICES=y
|
||||||
CONFIG_NET_ETHERNET=y
|
|
||||||
CONFIG_MII=y
|
CONFIG_MII=y
|
||||||
CONFIG_MACB=y
|
CONFIG_MACB=y
|
||||||
# CONFIG_NETDEV_1000 is not set
|
|
||||||
# CONFIG_NETDEV_10000 is not set
|
|
||||||
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
||||||
CONFIG_INPUT_EVDEV=y
|
CONFIG_INPUT_EVDEV=y
|
||||||
# CONFIG_INPUT_KEYBOARD is not set
|
# CONFIG_INPUT_KEYBOARD is not set
|
||||||
@ -81,7 +76,6 @@ CONFIG_WATCHDOG=y
|
|||||||
CONFIG_WATCHDOG_NOWAYOUT=y
|
CONFIG_WATCHDOG_NOWAYOUT=y
|
||||||
CONFIG_FB=y
|
CONFIG_FB=y
|
||||||
CONFIG_FB_ATMEL=y
|
CONFIG_FB_ATMEL=y
|
||||||
# CONFIG_VGA_CONSOLE is not set
|
|
||||||
CONFIG_LOGO=y
|
CONFIG_LOGO=y
|
||||||
# CONFIG_LOGO_LINUX_MONO is not set
|
# CONFIG_LOGO_LINUX_MONO is not set
|
||||||
# CONFIG_LOGO_LINUX_CLUT224 is not set
|
# CONFIG_LOGO_LINUX_CLUT224 is not set
|
||||||
@ -99,7 +93,6 @@ CONFIG_MMC_AT91=m
|
|||||||
CONFIG_RTC_CLASS=y
|
CONFIG_RTC_CLASS=y
|
||||||
CONFIG_RTC_DRV_AT91SAM9=y
|
CONFIG_RTC_DRV_AT91SAM9=y
|
||||||
CONFIG_EXT2_FS=y
|
CONFIG_EXT2_FS=y
|
||||||
CONFIG_INOTIFY=y
|
|
||||||
CONFIG_VFAT_FS=y
|
CONFIG_VFAT_FS=y
|
||||||
CONFIG_TMPFS=y
|
CONFIG_TMPFS=y
|
||||||
CONFIG_JFFS2_FS=y
|
CONFIG_JFFS2_FS=y
|
@ -5,7 +5,6 @@ CONFIG_SYSVIPC=y
|
|||||||
CONFIG_IKCONFIG=y
|
CONFIG_IKCONFIG=y
|
||||||
CONFIG_IKCONFIG_PROC=y
|
CONFIG_IKCONFIG_PROC=y
|
||||||
CONFIG_LOG_BUF_SHIFT=14
|
CONFIG_LOG_BUF_SHIFT=14
|
||||||
CONFIG_SYSFS_DEPRECATED_V2=y
|
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
CONFIG_MODULES=y
|
CONFIG_MODULES=y
|
||||||
CONFIG_MODULE_FORCE_LOAD=y
|
CONFIG_MODULE_FORCE_LOAD=y
|
||||||
@ -56,7 +55,6 @@ CONFIG_IP_PNP=y
|
|||||||
CONFIG_IP_PNP_DHCP=y
|
CONFIG_IP_PNP_DHCP=y
|
||||||
CONFIG_IP_PNP_BOOTP=y
|
CONFIG_IP_PNP_BOOTP=y
|
||||||
CONFIG_NET_IPIP=m
|
CONFIG_NET_IPIP=m
|
||||||
CONFIG_NET_IPGRE=m
|
|
||||||
CONFIG_INET_AH=m
|
CONFIG_INET_AH=m
|
||||||
CONFIG_INET_ESP=m
|
CONFIG_INET_ESP=m
|
||||||
CONFIG_INET_IPCOMP=m
|
CONFIG_INET_IPCOMP=m
|
||||||
@ -75,18 +73,8 @@ CONFIG_IPV6_TUNNEL=m
|
|||||||
CONFIG_BRIDGE=m
|
CONFIG_BRIDGE=m
|
||||||
CONFIG_VLAN_8021Q=m
|
CONFIG_VLAN_8021Q=m
|
||||||
CONFIG_BT=m
|
CONFIG_BT=m
|
||||||
CONFIG_BT_L2CAP=m
|
|
||||||
CONFIG_BT_SCO=m
|
|
||||||
CONFIG_BT_RFCOMM=m
|
|
||||||
CONFIG_BT_RFCOMM_TTY=y
|
|
||||||
CONFIG_BT_BNEP=m
|
|
||||||
CONFIG_BT_BNEP_MC_FILTER=y
|
|
||||||
CONFIG_BT_BNEP_PROTO_FILTER=y
|
|
||||||
CONFIG_BT_HIDP=m
|
|
||||||
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
||||||
CONFIG_MTD=y
|
CONFIG_MTD=y
|
||||||
CONFIG_MTD_CONCAT=y
|
|
||||||
CONFIG_MTD_PARTITIONS=y
|
|
||||||
CONFIG_MTD_CMDLINE_PARTS=y
|
CONFIG_MTD_CMDLINE_PARTS=y
|
||||||
CONFIG_MTD_AFS_PARTS=y
|
CONFIG_MTD_AFS_PARTS=y
|
||||||
CONFIG_MTD_CHAR=y
|
CONFIG_MTD_CHAR=y
|
||||||
@ -108,8 +96,6 @@ CONFIG_BLK_DEV_LOOP=y
|
|||||||
CONFIG_BLK_DEV_NBD=y
|
CONFIG_BLK_DEV_NBD=y
|
||||||
CONFIG_BLK_DEV_RAM=y
|
CONFIG_BLK_DEV_RAM=y
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=8192
|
CONFIG_BLK_DEV_RAM_SIZE=8192
|
||||||
CONFIG_ATMEL_TCLIB=y
|
|
||||||
CONFIG_EEPROM_LEGACY=m
|
|
||||||
CONFIG_SCSI=y
|
CONFIG_SCSI=y
|
||||||
CONFIG_BLK_DEV_SD=y
|
CONFIG_BLK_DEV_SD=y
|
||||||
CONFIG_BLK_DEV_SR=m
|
CONFIG_BLK_DEV_SR=m
|
||||||
@ -119,14 +105,23 @@ CONFIG_SCSI_MULTI_LUN=y
|
|||||||
# CONFIG_SCSI_LOWLEVEL is not set
|
# CONFIG_SCSI_LOWLEVEL is not set
|
||||||
CONFIG_NETDEVICES=y
|
CONFIG_NETDEVICES=y
|
||||||
CONFIG_TUN=m
|
CONFIG_TUN=m
|
||||||
|
CONFIG_ARM_AT91_ETHER=y
|
||||||
CONFIG_PHYLIB=y
|
CONFIG_PHYLIB=y
|
||||||
CONFIG_DAVICOM_PHY=y
|
CONFIG_DAVICOM_PHY=y
|
||||||
CONFIG_SMSC_PHY=y
|
CONFIG_SMSC_PHY=y
|
||||||
CONFIG_MICREL_PHY=y
|
CONFIG_MICREL_PHY=y
|
||||||
CONFIG_NET_ETHERNET=y
|
CONFIG_PPP=y
|
||||||
CONFIG_ARM_AT91_ETHER=y
|
CONFIG_PPP_BSDCOMP=y
|
||||||
# CONFIG_NETDEV_1000 is not set
|
CONFIG_PPP_DEFLATE=y
|
||||||
# CONFIG_NETDEV_10000 is not set
|
CONFIG_PPP_FILTER=y
|
||||||
|
CONFIG_PPP_MPPE=m
|
||||||
|
CONFIG_PPP_MULTILINK=y
|
||||||
|
CONFIG_PPPOE=m
|
||||||
|
CONFIG_PPP_ASYNC=y
|
||||||
|
CONFIG_SLIP=m
|
||||||
|
CONFIG_SLIP_COMPRESSED=y
|
||||||
|
CONFIG_SLIP_SMART=y
|
||||||
|
CONFIG_SLIP_MODE_SLIP6=y
|
||||||
CONFIG_USB_CATC=m
|
CONFIG_USB_CATC=m
|
||||||
CONFIG_USB_KAWETH=m
|
CONFIG_USB_KAWETH=m
|
||||||
CONFIG_USB_PEGASUS=m
|
CONFIG_USB_PEGASUS=m
|
||||||
@ -139,18 +134,6 @@ CONFIG_USB_NET_RNDIS_HOST=m
|
|||||||
CONFIG_USB_ALI_M5632=y
|
CONFIG_USB_ALI_M5632=y
|
||||||
CONFIG_USB_AN2720=y
|
CONFIG_USB_AN2720=y
|
||||||
CONFIG_USB_EPSON2888=y
|
CONFIG_USB_EPSON2888=y
|
||||||
CONFIG_PPP=y
|
|
||||||
CONFIG_PPP_MULTILINK=y
|
|
||||||
CONFIG_PPP_FILTER=y
|
|
||||||
CONFIG_PPP_ASYNC=y
|
|
||||||
CONFIG_PPP_DEFLATE=y
|
|
||||||
CONFIG_PPP_BSDCOMP=y
|
|
||||||
CONFIG_PPP_MPPE=m
|
|
||||||
CONFIG_PPPOE=m
|
|
||||||
CONFIG_SLIP=m
|
|
||||||
CONFIG_SLIP_COMPRESSED=y
|
|
||||||
CONFIG_SLIP_SMART=y
|
|
||||||
CONFIG_SLIP_MODE_SLIP6=y
|
|
||||||
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
||||||
CONFIG_INPUT_MOUSEDEV_SCREEN_X=640
|
CONFIG_INPUT_MOUSEDEV_SCREEN_X=640
|
||||||
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=480
|
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=480
|
||||||
@ -158,9 +141,9 @@ CONFIG_INPUT_EVDEV=y
|
|||||||
CONFIG_KEYBOARD_GPIO=y
|
CONFIG_KEYBOARD_GPIO=y
|
||||||
# CONFIG_INPUT_MOUSE is not set
|
# CONFIG_INPUT_MOUSE is not set
|
||||||
CONFIG_INPUT_TOUCHSCREEN=y
|
CONFIG_INPUT_TOUCHSCREEN=y
|
||||||
|
CONFIG_LEGACY_PTY_COUNT=32
|
||||||
CONFIG_SERIAL_ATMEL=y
|
CONFIG_SERIAL_ATMEL=y
|
||||||
CONFIG_SERIAL_ATMEL_CONSOLE=y
|
CONFIG_SERIAL_ATMEL_CONSOLE=y
|
||||||
CONFIG_LEGACY_PTY_COUNT=32
|
|
||||||
CONFIG_HW_RANDOM=y
|
CONFIG_HW_RANDOM=y
|
||||||
CONFIG_I2C=y
|
CONFIG_I2C=y
|
||||||
CONFIG_I2C_CHARDEV=y
|
CONFIG_I2C_CHARDEV=y
|
||||||
@ -290,7 +273,6 @@ CONFIG_NFS_V3_ACL=y
|
|||||||
CONFIG_NFS_V4=y
|
CONFIG_NFS_V4=y
|
||||||
CONFIG_ROOT_NFS=y
|
CONFIG_ROOT_NFS=y
|
||||||
CONFIG_NFSD=y
|
CONFIG_NFSD=y
|
||||||
CONFIG_SMB_FS=m
|
|
||||||
CONFIG_CIFS=m
|
CONFIG_CIFS=m
|
||||||
CONFIG_PARTITION_ADVANCED=y
|
CONFIG_PARTITION_ADVANCED=y
|
||||||
CONFIG_MAC_PARTITION=y
|
CONFIG_MAC_PARTITION=y
|
||||||
@ -335,7 +317,6 @@ CONFIG_NLS_UTF8=y
|
|||||||
CONFIG_MAGIC_SYSRQ=y
|
CONFIG_MAGIC_SYSRQ=y
|
||||||
CONFIG_DEBUG_FS=y
|
CONFIG_DEBUG_FS=y
|
||||||
CONFIG_DEBUG_KERNEL=y
|
CONFIG_DEBUG_KERNEL=y
|
||||||
# CONFIG_RCU_CPU_STALL_DETECTOR is not set
|
|
||||||
# CONFIG_FTRACE is not set
|
# CONFIG_FTRACE is not set
|
||||||
CONFIG_CRYPTO_PCBC=y
|
CONFIG_CRYPTO_PCBC=y
|
||||||
CONFIG_CRYPTO_SHA1=y
|
CONFIG_CRYPTO_SHA1=y
|
||||||
|
@ -12,11 +12,23 @@ CONFIG_MODULE_UNLOAD=y
|
|||||||
# CONFIG_IOSCHED_CFQ is not set
|
# CONFIG_IOSCHED_CFQ is not set
|
||||||
CONFIG_ARCH_AT91=y
|
CONFIG_ARCH_AT91=y
|
||||||
CONFIG_ARCH_AT91SAM9260=y
|
CONFIG_ARCH_AT91SAM9260=y
|
||||||
|
CONFIG_ARCH_AT91SAM9260_SAM9XE=y
|
||||||
CONFIG_MACH_AT91SAM9260EK=y
|
CONFIG_MACH_AT91SAM9260EK=y
|
||||||
|
CONFIG_MACH_CAM60=y
|
||||||
|
CONFIG_MACH_SAM9_L9260=y
|
||||||
|
CONFIG_MACH_AFEB9260=y
|
||||||
|
CONFIG_MACH_USB_A9260=y
|
||||||
|
CONFIG_MACH_QIL_A9260=y
|
||||||
|
CONFIG_MACH_CPU9260=y
|
||||||
|
CONFIG_MACH_FLEXIBITY=y
|
||||||
|
CONFIG_MACH_SNAPPER_9260=y
|
||||||
|
CONFIG_MACH_AT91SAM_DT=y
|
||||||
CONFIG_AT91_PROGRAMMABLE_CLOCKS=y
|
CONFIG_AT91_PROGRAMMABLE_CLOCKS=y
|
||||||
# CONFIG_ARM_THUMB is not set
|
# CONFIG_ARM_THUMB is not set
|
||||||
CONFIG_ZBOOT_ROM_TEXT=0x0
|
CONFIG_ZBOOT_ROM_TEXT=0x0
|
||||||
CONFIG_ZBOOT_ROM_BSS=0x0
|
CONFIG_ZBOOT_ROM_BSS=0x0
|
||||||
|
CONFIG_ARM_APPENDED_DTB=y
|
||||||
|
CONFIG_ARM_ATAG_DTB_COMPAT=y
|
||||||
CONFIG_CMDLINE="mem=64M console=ttyS0,115200 initrd=0x21100000,3145728 root=/dev/ram0 rw"
|
CONFIG_CMDLINE="mem=64M console=ttyS0,115200 initrd=0x21100000,3145728 root=/dev/ram0 rw"
|
||||||
CONFIG_FPE_NWFPE=y
|
CONFIG_FPE_NWFPE=y
|
||||||
CONFIG_NET=y
|
CONFIG_NET=y
|
||||||
@ -33,12 +45,10 @@ CONFIG_IP_PNP_BOOTP=y
|
|||||||
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
||||||
CONFIG_BLK_DEV_RAM=y
|
CONFIG_BLK_DEV_RAM=y
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=8192
|
CONFIG_BLK_DEV_RAM_SIZE=8192
|
||||||
CONFIG_ATMEL_SSC=y
|
|
||||||
CONFIG_SCSI=y
|
CONFIG_SCSI=y
|
||||||
CONFIG_BLK_DEV_SD=y
|
CONFIG_BLK_DEV_SD=y
|
||||||
CONFIG_SCSI_MULTI_LUN=y
|
CONFIG_SCSI_MULTI_LUN=y
|
||||||
CONFIG_NETDEVICES=y
|
CONFIG_NETDEVICES=y
|
||||||
CONFIG_NET_ETHERNET=y
|
|
||||||
CONFIG_MII=y
|
CONFIG_MII=y
|
||||||
CONFIG_MACB=y
|
CONFIG_MACB=y
|
||||||
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
||||||
@ -55,7 +65,6 @@ CONFIG_I2C_GPIO=y
|
|||||||
CONFIG_WATCHDOG=y
|
CONFIG_WATCHDOG=y
|
||||||
CONFIG_WATCHDOG_NOWAYOUT=y
|
CONFIG_WATCHDOG_NOWAYOUT=y
|
||||||
CONFIG_AT91SAM9X_WATCHDOG=y
|
CONFIG_AT91SAM9X_WATCHDOG=y
|
||||||
# CONFIG_VGA_CONSOLE is not set
|
|
||||||
# CONFIG_USB_HID is not set
|
# CONFIG_USB_HID is not set
|
||||||
CONFIG_USB=y
|
CONFIG_USB=y
|
||||||
CONFIG_USB_DEVICEFS=y
|
CONFIG_USB_DEVICEFS=y
|
||||||
@ -71,7 +80,6 @@ CONFIG_USB_G_SERIAL=m
|
|||||||
CONFIG_RTC_CLASS=y
|
CONFIG_RTC_CLASS=y
|
||||||
CONFIG_RTC_DRV_AT91SAM9=y
|
CONFIG_RTC_DRV_AT91SAM9=y
|
||||||
CONFIG_EXT2_FS=y
|
CONFIG_EXT2_FS=y
|
||||||
CONFIG_INOTIFY=y
|
|
||||||
CONFIG_VFAT_FS=y
|
CONFIG_VFAT_FS=y
|
||||||
CONFIG_TMPFS=y
|
CONFIG_TMPFS=y
|
||||||
CONFIG_CRAMFS=y
|
CONFIG_CRAMFS=y
|
@ -14,6 +14,15 @@ CONFIG_ARCH_AT91=y
|
|||||||
CONFIG_ARCH_AT91SAM9G20=y
|
CONFIG_ARCH_AT91SAM9G20=y
|
||||||
CONFIG_MACH_AT91SAM9G20EK=y
|
CONFIG_MACH_AT91SAM9G20EK=y
|
||||||
CONFIG_MACH_AT91SAM9G20EK_2MMC=y
|
CONFIG_MACH_AT91SAM9G20EK_2MMC=y
|
||||||
|
CONFIG_MACH_CPU9G20=y
|
||||||
|
CONFIG_MACH_ACMENETUSFOXG20=y
|
||||||
|
CONFIG_MACH_PORTUXG20=y
|
||||||
|
CONFIG_MACH_STAMP9G20=y
|
||||||
|
CONFIG_MACH_PCONTROL_G20=y
|
||||||
|
CONFIG_MACH_GSIA18S=y
|
||||||
|
CONFIG_MACH_USB_A9G20=y
|
||||||
|
CONFIG_MACH_SNAPPER_9260=y
|
||||||
|
CONFIG_MACH_AT91SAM_DT=y
|
||||||
CONFIG_AT91_PROGRAMMABLE_CLOCKS=y
|
CONFIG_AT91_PROGRAMMABLE_CLOCKS=y
|
||||||
# CONFIG_ARM_THUMB is not set
|
# CONFIG_ARM_THUMB is not set
|
||||||
CONFIG_AEABI=y
|
CONFIG_AEABI=y
|
||||||
@ -21,9 +30,10 @@ CONFIG_LEDS=y
|
|||||||
CONFIG_LEDS_CPU=y
|
CONFIG_LEDS_CPU=y
|
||||||
CONFIG_ZBOOT_ROM_TEXT=0x0
|
CONFIG_ZBOOT_ROM_TEXT=0x0
|
||||||
CONFIG_ZBOOT_ROM_BSS=0x0
|
CONFIG_ZBOOT_ROM_BSS=0x0
|
||||||
|
CONFIG_ARM_APPENDED_DTB=y
|
||||||
|
CONFIG_ARM_ATAG_DTB_COMPAT=y
|
||||||
CONFIG_CMDLINE="mem=64M console=ttyS0,115200 initrd=0x21100000,3145728 root=/dev/ram0 rw"
|
CONFIG_CMDLINE="mem=64M console=ttyS0,115200 initrd=0x21100000,3145728 root=/dev/ram0 rw"
|
||||||
CONFIG_FPE_NWFPE=y
|
CONFIG_FPE_NWFPE=y
|
||||||
CONFIG_PM=y
|
|
||||||
CONFIG_NET=y
|
CONFIG_NET=y
|
||||||
CONFIG_PACKET=y
|
CONFIG_PACKET=y
|
||||||
CONFIG_UNIX=y
|
CONFIG_UNIX=y
|
||||||
@ -37,8 +47,6 @@ CONFIG_IP_PNP_BOOTP=y
|
|||||||
# CONFIG_IPV6 is not set
|
# CONFIG_IPV6 is not set
|
||||||
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
||||||
CONFIG_MTD=y
|
CONFIG_MTD=y
|
||||||
CONFIG_MTD_CONCAT=y
|
|
||||||
CONFIG_MTD_PARTITIONS=y
|
|
||||||
CONFIG_MTD_CMDLINE_PARTS=y
|
CONFIG_MTD_CMDLINE_PARTS=y
|
||||||
CONFIG_MTD_CHAR=y
|
CONFIG_MTD_CHAR=y
|
||||||
CONFIG_MTD_BLOCK=y
|
CONFIG_MTD_BLOCK=y
|
||||||
@ -48,17 +56,13 @@ CONFIG_MTD_NAND_ATMEL=y
|
|||||||
CONFIG_BLK_DEV_LOOP=y
|
CONFIG_BLK_DEV_LOOP=y
|
||||||
CONFIG_BLK_DEV_RAM=y
|
CONFIG_BLK_DEV_RAM=y
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=8192
|
CONFIG_BLK_DEV_RAM_SIZE=8192
|
||||||
CONFIG_ATMEL_SSC=y
|
|
||||||
CONFIG_SCSI=y
|
CONFIG_SCSI=y
|
||||||
CONFIG_BLK_DEV_SD=y
|
CONFIG_BLK_DEV_SD=y
|
||||||
CONFIG_SCSI_MULTI_LUN=y
|
CONFIG_SCSI_MULTI_LUN=y
|
||||||
# CONFIG_SCSI_LOWLEVEL is not set
|
# CONFIG_SCSI_LOWLEVEL is not set
|
||||||
CONFIG_NETDEVICES=y
|
CONFIG_NETDEVICES=y
|
||||||
CONFIG_NET_ETHERNET=y
|
|
||||||
CONFIG_MII=y
|
CONFIG_MII=y
|
||||||
CONFIG_MACB=y
|
CONFIG_MACB=y
|
||||||
# CONFIG_NETDEV_1000 is not set
|
|
||||||
# CONFIG_NETDEV_10000 is not set
|
|
||||||
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
||||||
CONFIG_INPUT_MOUSEDEV_SCREEN_X=320
|
CONFIG_INPUT_MOUSEDEV_SCREEN_X=320
|
||||||
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=240
|
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=240
|
||||||
@ -66,15 +70,14 @@ CONFIG_INPUT_EVDEV=y
|
|||||||
# CONFIG_KEYBOARD_ATKBD is not set
|
# CONFIG_KEYBOARD_ATKBD is not set
|
||||||
CONFIG_KEYBOARD_GPIO=y
|
CONFIG_KEYBOARD_GPIO=y
|
||||||
# CONFIG_INPUT_MOUSE is not set
|
# CONFIG_INPUT_MOUSE is not set
|
||||||
|
CONFIG_LEGACY_PTY_COUNT=16
|
||||||
CONFIG_SERIAL_ATMEL=y
|
CONFIG_SERIAL_ATMEL=y
|
||||||
CONFIG_SERIAL_ATMEL_CONSOLE=y
|
CONFIG_SERIAL_ATMEL_CONSOLE=y
|
||||||
CONFIG_LEGACY_PTY_COUNT=16
|
|
||||||
CONFIG_HW_RANDOM=y
|
CONFIG_HW_RANDOM=y
|
||||||
CONFIG_SPI=y
|
CONFIG_SPI=y
|
||||||
CONFIG_SPI_ATMEL=y
|
CONFIG_SPI_ATMEL=y
|
||||||
CONFIG_SPI_SPIDEV=y
|
CONFIG_SPI_SPIDEV=y
|
||||||
# CONFIG_HWMON is not set
|
# CONFIG_HWMON is not set
|
||||||
# CONFIG_VGA_CONSOLE is not set
|
|
||||||
CONFIG_SOUND=y
|
CONFIG_SOUND=y
|
||||||
CONFIG_SND=y
|
CONFIG_SND=y
|
||||||
CONFIG_SND_SEQUENCER=y
|
CONFIG_SND_SEQUENCER=y
|
||||||
@ -82,7 +85,6 @@ CONFIG_SND_MIXER_OSS=y
|
|||||||
CONFIG_SND_PCM_OSS=y
|
CONFIG_SND_PCM_OSS=y
|
||||||
CONFIG_SND_SEQUENCER_OSS=y
|
CONFIG_SND_SEQUENCER_OSS=y
|
||||||
# CONFIG_SND_VERBOSE_PROCFS is not set
|
# CONFIG_SND_VERBOSE_PROCFS is not set
|
||||||
CONFIG_SND_AT73C213=y
|
|
||||||
CONFIG_USB=y
|
CONFIG_USB=y
|
||||||
CONFIG_USB_DEVICEFS=y
|
CONFIG_USB_DEVICEFS=y
|
||||||
# CONFIG_USB_DEVICE_CLASS is not set
|
# CONFIG_USB_DEVICE_CLASS is not set
|
||||||
@ -105,7 +107,6 @@ CONFIG_LEDS_TRIGGER_HEARTBEAT=y
|
|||||||
CONFIG_RTC_CLASS=y
|
CONFIG_RTC_CLASS=y
|
||||||
CONFIG_RTC_DRV_AT91SAM9=y
|
CONFIG_RTC_DRV_AT91SAM9=y
|
||||||
CONFIG_EXT2_FS=y
|
CONFIG_EXT2_FS=y
|
||||||
CONFIG_INOTIFY=y
|
|
||||||
CONFIG_MSDOS_FS=y
|
CONFIG_MSDOS_FS=y
|
||||||
CONFIG_VFAT_FS=y
|
CONFIG_VFAT_FS=y
|
||||||
CONFIG_TMPFS=y
|
CONFIG_TMPFS=y
|
@ -18,6 +18,7 @@ CONFIG_MODULE_UNLOAD=y
|
|||||||
CONFIG_ARCH_AT91=y
|
CONFIG_ARCH_AT91=y
|
||||||
CONFIG_ARCH_AT91SAM9G45=y
|
CONFIG_ARCH_AT91SAM9G45=y
|
||||||
CONFIG_MACH_AT91SAM9M10G45EK=y
|
CONFIG_MACH_AT91SAM9M10G45EK=y
|
||||||
|
CONFIG_MACH_AT91SAM_DT=y
|
||||||
CONFIG_AT91_PROGRAMMABLE_CLOCKS=y
|
CONFIG_AT91_PROGRAMMABLE_CLOCKS=y
|
||||||
CONFIG_AT91_SLOW_CLOCK=y
|
CONFIG_AT91_SLOW_CLOCK=y
|
||||||
CONFIG_AEABI=y
|
CONFIG_AEABI=y
|
||||||
@ -73,11 +74,8 @@ CONFIG_SCSI_MULTI_LUN=y
|
|||||||
# CONFIG_SCSI_LOWLEVEL is not set
|
# CONFIG_SCSI_LOWLEVEL is not set
|
||||||
CONFIG_NETDEVICES=y
|
CONFIG_NETDEVICES=y
|
||||||
CONFIG_MII=y
|
CONFIG_MII=y
|
||||||
CONFIG_DAVICOM_PHY=y
|
|
||||||
CONFIG_NET_ETHERNET=y
|
|
||||||
CONFIG_MACB=y
|
CONFIG_MACB=y
|
||||||
# CONFIG_NETDEV_1000 is not set
|
CONFIG_DAVICOM_PHY=y
|
||||||
# CONFIG_NETDEV_10000 is not set
|
|
||||||
CONFIG_LIBERTAS_THINFIRM=m
|
CONFIG_LIBERTAS_THINFIRM=m
|
||||||
CONFIG_LIBERTAS_THINFIRM_USB=m
|
CONFIG_LIBERTAS_THINFIRM_USB=m
|
||||||
CONFIG_AT76C50X_USB=m
|
CONFIG_AT76C50X_USB=m
|
||||||
@ -131,7 +129,6 @@ CONFIG_I2C_GPIO=y
|
|||||||
CONFIG_SPI=y
|
CONFIG_SPI=y
|
||||||
CONFIG_SPI_ATMEL=y
|
CONFIG_SPI_ATMEL=y
|
||||||
# CONFIG_HWMON is not set
|
# CONFIG_HWMON is not set
|
||||||
# CONFIG_MFD_SUPPORT is not set
|
|
||||||
CONFIG_FB=y
|
CONFIG_FB=y
|
||||||
CONFIG_FB_ATMEL=y
|
CONFIG_FB_ATMEL=y
|
||||||
CONFIG_FB_UDL=m
|
CONFIG_FB_UDL=m
|
||||||
|
@ -23,8 +23,6 @@ CONFIG_NET=y
|
|||||||
CONFIG_UNIX=y
|
CONFIG_UNIX=y
|
||||||
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
||||||
CONFIG_MTD=y
|
CONFIG_MTD=y
|
||||||
CONFIG_MTD_CONCAT=y
|
|
||||||
CONFIG_MTD_PARTITIONS=y
|
|
||||||
CONFIG_MTD_CMDLINE_PARTS=y
|
CONFIG_MTD_CMDLINE_PARTS=y
|
||||||
CONFIG_MTD_CHAR=y
|
CONFIG_MTD_CHAR=y
|
||||||
CONFIG_MTD_BLOCK=y
|
CONFIG_MTD_BLOCK=y
|
||||||
@ -35,7 +33,6 @@ CONFIG_BLK_DEV_LOOP=y
|
|||||||
CONFIG_BLK_DEV_RAM=y
|
CONFIG_BLK_DEV_RAM=y
|
||||||
CONFIG_BLK_DEV_RAM_COUNT=4
|
CONFIG_BLK_DEV_RAM_COUNT=4
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=24576
|
CONFIG_BLK_DEV_RAM_SIZE=24576
|
||||||
CONFIG_ATMEL_SSC=y
|
|
||||||
CONFIG_SCSI=y
|
CONFIG_SCSI=y
|
||||||
CONFIG_BLK_DEV_SD=y
|
CONFIG_BLK_DEV_SD=y
|
||||||
CONFIG_SCSI_MULTI_LUN=y
|
CONFIG_SCSI_MULTI_LUN=y
|
||||||
@ -62,13 +59,11 @@ CONFIG_WATCHDOG_NOWAYOUT=y
|
|||||||
CONFIG_AT91SAM9X_WATCHDOG=y
|
CONFIG_AT91SAM9X_WATCHDOG=y
|
||||||
CONFIG_FB=y
|
CONFIG_FB=y
|
||||||
CONFIG_FB_ATMEL=y
|
CONFIG_FB_ATMEL=y
|
||||||
# CONFIG_VGA_CONSOLE is not set
|
|
||||||
CONFIG_MMC=y
|
CONFIG_MMC=y
|
||||||
CONFIG_MMC_AT91=m
|
CONFIG_MMC_AT91=m
|
||||||
CONFIG_RTC_CLASS=y
|
CONFIG_RTC_CLASS=y
|
||||||
CONFIG_RTC_DRV_AT91SAM9=y
|
CONFIG_RTC_DRV_AT91SAM9=y
|
||||||
CONFIG_EXT2_FS=y
|
CONFIG_EXT2_FS=y
|
||||||
CONFIG_INOTIFY=y
|
|
||||||
CONFIG_MSDOS_FS=y
|
CONFIG_MSDOS_FS=y
|
||||||
CONFIG_VFAT_FS=y
|
CONFIG_VFAT_FS=y
|
||||||
CONFIG_TMPFS=y
|
CONFIG_TMPFS=y
|
@ -287,7 +287,7 @@ CONFIG_USB=y
|
|||||||
# CONFIG_USB_DEVICE_CLASS is not set
|
# CONFIG_USB_DEVICE_CLASS is not set
|
||||||
CONFIG_USB_OHCI_HCD=y
|
CONFIG_USB_OHCI_HCD=y
|
||||||
CONFIG_USB_GADGET=y
|
CONFIG_USB_GADGET=y
|
||||||
CONFIG_USB_GADGET_PXA27X=y
|
CONFIG_USB_PXA27X=y
|
||||||
CONFIG_USB_ETH=m
|
CONFIG_USB_ETH=m
|
||||||
# CONFIG_USB_ETH_RNDIS is not set
|
# CONFIG_USB_ETH_RNDIS is not set
|
||||||
CONFIG_MMC=y
|
CONFIG_MMC=y
|
||||||
|
@ -263,7 +263,7 @@ CONFIG_USB=y
|
|||||||
# CONFIG_USB_DEVICE_CLASS is not set
|
# CONFIG_USB_DEVICE_CLASS is not set
|
||||||
CONFIG_USB_OHCI_HCD=y
|
CONFIG_USB_OHCI_HCD=y
|
||||||
CONFIG_USB_GADGET=y
|
CONFIG_USB_GADGET=y
|
||||||
CONFIG_USB_GADGET_PXA27X=y
|
CONFIG_USB_PXA27X=y
|
||||||
CONFIG_USB_ETH=m
|
CONFIG_USB_ETH=m
|
||||||
# CONFIG_USB_ETH_RNDIS is not set
|
# CONFIG_USB_ETH_RNDIS is not set
|
||||||
CONFIG_MMC=y
|
CONFIG_MMC=y
|
||||||
|
@ -132,7 +132,7 @@ CONFIG_USB_MON=m
|
|||||||
CONFIG_USB_OHCI_HCD=y
|
CONFIG_USB_OHCI_HCD=y
|
||||||
CONFIG_USB_GADGET=y
|
CONFIG_USB_GADGET=y
|
||||||
CONFIG_USB_GADGET_VBUS_DRAW=500
|
CONFIG_USB_GADGET_VBUS_DRAW=500
|
||||||
CONFIG_USB_GADGET_PXA27X=y
|
CONFIG_USB_PXA27X=y
|
||||||
CONFIG_USB_ETH=m
|
CONFIG_USB_ETH=m
|
||||||
# CONFIG_USB_ETH_RNDIS is not set
|
# CONFIG_USB_ETH_RNDIS is not set
|
||||||
CONFIG_USB_GADGETFS=m
|
CONFIG_USB_GADGETFS=m
|
||||||
|
@ -48,7 +48,6 @@ CONFIG_MACH_SX1=y
|
|||||||
CONFIG_MACH_NOKIA770=y
|
CONFIG_MACH_NOKIA770=y
|
||||||
CONFIG_MACH_AMS_DELTA=y
|
CONFIG_MACH_AMS_DELTA=y
|
||||||
CONFIG_MACH_OMAP_GENERIC=y
|
CONFIG_MACH_OMAP_GENERIC=y
|
||||||
CONFIG_OMAP_CLOCKS_SET_BY_BOOTLOADER=y
|
|
||||||
CONFIG_OMAP_ARM_216MHZ=y
|
CONFIG_OMAP_ARM_216MHZ=y
|
||||||
CONFIG_OMAP_ARM_195MHZ=y
|
CONFIG_OMAP_ARM_195MHZ=y
|
||||||
CONFIG_OMAP_ARM_192MHZ=y
|
CONFIG_OMAP_ARM_192MHZ=y
|
||||||
|
@ -14,8 +14,6 @@ CONFIG_MODULE_UNLOAD=y
|
|||||||
CONFIG_ARCH_U300=y
|
CONFIG_ARCH_U300=y
|
||||||
CONFIG_MACH_U300=y
|
CONFIG_MACH_U300=y
|
||||||
CONFIG_MACH_U300_BS335=y
|
CONFIG_MACH_U300_BS335=y
|
||||||
CONFIG_MACH_U300_DUAL_RAM=y
|
|
||||||
CONFIG_U300_DEBUG=y
|
|
||||||
CONFIG_MACH_U300_SPIDUMMY=y
|
CONFIG_MACH_U300_SPIDUMMY=y
|
||||||
CONFIG_NO_HZ=y
|
CONFIG_NO_HZ=y
|
||||||
CONFIG_HIGH_RES_TIMERS=y
|
CONFIG_HIGH_RES_TIMERS=y
|
||||||
@ -26,19 +24,21 @@ CONFIG_ZBOOT_ROM_BSS=0x0
|
|||||||
CONFIG_CMDLINE="root=/dev/ram0 rw rootfstype=rootfs console=ttyAMA0,115200n8 lpj=515072"
|
CONFIG_CMDLINE="root=/dev/ram0 rw rootfstype=rootfs console=ttyAMA0,115200n8 lpj=515072"
|
||||||
CONFIG_CPU_IDLE=y
|
CONFIG_CPU_IDLE=y
|
||||||
CONFIG_FPE_NWFPE=y
|
CONFIG_FPE_NWFPE=y
|
||||||
CONFIG_PM=y
|
|
||||||
# CONFIG_SUSPEND is not set
|
# CONFIG_SUSPEND is not set
|
||||||
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
||||||
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
|
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
|
||||||
# CONFIG_MISC_DEVICES is not set
|
CONFIG_MTD=y
|
||||||
|
CONFIG_MTD_CMDLINE_PARTS=y
|
||||||
|
CONFIG_MTD_NAND=y
|
||||||
|
CONFIG_MTD_NAND_FSMC=y
|
||||||
# CONFIG_INPUT_MOUSEDEV is not set
|
# CONFIG_INPUT_MOUSEDEV is not set
|
||||||
CONFIG_INPUT_EVDEV=y
|
CONFIG_INPUT_EVDEV=y
|
||||||
# CONFIG_KEYBOARD_ATKBD is not set
|
# CONFIG_KEYBOARD_ATKBD is not set
|
||||||
# CONFIG_INPUT_MOUSE is not set
|
# CONFIG_INPUT_MOUSE is not set
|
||||||
# CONFIG_SERIO is not set
|
# CONFIG_SERIO is not set
|
||||||
|
CONFIG_LEGACY_PTY_COUNT=16
|
||||||
CONFIG_SERIAL_AMBA_PL011=y
|
CONFIG_SERIAL_AMBA_PL011=y
|
||||||
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
|
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
|
||||||
CONFIG_LEGACY_PTY_COUNT=16
|
|
||||||
# CONFIG_HW_RANDOM is not set
|
# CONFIG_HW_RANDOM is not set
|
||||||
CONFIG_I2C=y
|
CONFIG_I2C=y
|
||||||
# CONFIG_HWMON is not set
|
# CONFIG_HWMON is not set
|
||||||
@ -51,6 +51,7 @@ CONFIG_BACKLIGHT_CLASS_DEVICE=y
|
|||||||
# CONFIG_HID_SUPPORT is not set
|
# CONFIG_HID_SUPPORT is not set
|
||||||
# CONFIG_USB_SUPPORT is not set
|
# CONFIG_USB_SUPPORT is not set
|
||||||
CONFIG_MMC=y
|
CONFIG_MMC=y
|
||||||
|
CONFIG_MMC_CLKGATE=y
|
||||||
CONFIG_MMC_ARMMMCI=y
|
CONFIG_MMC_ARMMMCI=y
|
||||||
CONFIG_RTC_CLASS=y
|
CONFIG_RTC_CLASS=y
|
||||||
# CONFIG_RTC_HCTOSYS is not set
|
# CONFIG_RTC_HCTOSYS is not set
|
||||||
@ -65,10 +66,8 @@ CONFIG_NLS_CODEPAGE_437=y
|
|||||||
CONFIG_NLS_ISO8859_1=y
|
CONFIG_NLS_ISO8859_1=y
|
||||||
CONFIG_PRINTK_TIME=y
|
CONFIG_PRINTK_TIME=y
|
||||||
CONFIG_DEBUG_FS=y
|
CONFIG_DEBUG_FS=y
|
||||||
CONFIG_DEBUG_KERNEL=y
|
|
||||||
# CONFIG_SCHED_DEBUG is not set
|
# CONFIG_SCHED_DEBUG is not set
|
||||||
CONFIG_TIMER_STATS=y
|
CONFIG_TIMER_STATS=y
|
||||||
# CONFIG_DEBUG_PREEMPT is not set
|
# CONFIG_DEBUG_PREEMPT is not set
|
||||||
CONFIG_DEBUG_INFO=y
|
CONFIG_DEBUG_INFO=y
|
||||||
# CONFIG_RCU_CPU_STALL_DETECTOR is not set
|
|
||||||
# CONFIG_CRC32 is not set
|
# CONFIG_CRC32 is not set
|
||||||
|
@ -10,7 +10,7 @@ CONFIG_MODULE_UNLOAD=y
|
|||||||
CONFIG_ARCH_U8500=y
|
CONFIG_ARCH_U8500=y
|
||||||
CONFIG_UX500_SOC_DB5500=y
|
CONFIG_UX500_SOC_DB5500=y
|
||||||
CONFIG_UX500_SOC_DB8500=y
|
CONFIG_UX500_SOC_DB8500=y
|
||||||
CONFIG_MACH_U8500=y
|
CONFIG_MACH_HREFV60=y
|
||||||
CONFIG_MACH_SNOWBALL=y
|
CONFIG_MACH_SNOWBALL=y
|
||||||
CONFIG_MACH_U5500=y
|
CONFIG_MACH_U5500=y
|
||||||
CONFIG_NO_HZ=y
|
CONFIG_NO_HZ=y
|
||||||
@ -24,6 +24,7 @@ CONFIG_CPU_FREQ=y
|
|||||||
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
|
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
|
||||||
CONFIG_VFP=y
|
CONFIG_VFP=y
|
||||||
CONFIG_NEON=y
|
CONFIG_NEON=y
|
||||||
|
CONFIG_PM_RUNTIME=y
|
||||||
CONFIG_NET=y
|
CONFIG_NET=y
|
||||||
CONFIG_PACKET=y
|
CONFIG_PACKET=y
|
||||||
CONFIG_UNIX=y
|
CONFIG_UNIX=y
|
||||||
@ -41,11 +42,8 @@ CONFIG_MISC_DEVICES=y
|
|||||||
CONFIG_AB8500_PWM=y
|
CONFIG_AB8500_PWM=y
|
||||||
CONFIG_SENSORS_BH1780=y
|
CONFIG_SENSORS_BH1780=y
|
||||||
CONFIG_NETDEVICES=y
|
CONFIG_NETDEVICES=y
|
||||||
CONFIG_SMSC_PHY=y
|
|
||||||
CONFIG_NET_ETHERNET=y
|
|
||||||
CONFIG_SMSC911X=y
|
CONFIG_SMSC911X=y
|
||||||
# CONFIG_NETDEV_1000 is not set
|
CONFIG_SMSC_PHY=y
|
||||||
# CONFIG_NETDEV_10000 is not set
|
|
||||||
# CONFIG_WLAN is not set
|
# CONFIG_WLAN is not set
|
||||||
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
||||||
CONFIG_INPUT_EVDEV=y
|
CONFIG_INPUT_EVDEV=y
|
||||||
@ -72,15 +70,12 @@ CONFIG_SPI=y
|
|||||||
CONFIG_SPI_PL022=y
|
CONFIG_SPI_PL022=y
|
||||||
CONFIG_GPIO_STMPE=y
|
CONFIG_GPIO_STMPE=y
|
||||||
CONFIG_GPIO_TC3589X=y
|
CONFIG_GPIO_TC3589X=y
|
||||||
# CONFIG_HWMON is not set
|
|
||||||
CONFIG_MFD_STMPE=y
|
CONFIG_MFD_STMPE=y
|
||||||
CONFIG_MFD_TC3589X=y
|
CONFIG_MFD_TC3589X=y
|
||||||
|
CONFIG_AB5500_CORE=y
|
||||||
CONFIG_AB8500_CORE=y
|
CONFIG_AB8500_CORE=y
|
||||||
CONFIG_REGULATOR_AB8500=y
|
CONFIG_REGULATOR_AB8500=y
|
||||||
# CONFIG_HID_SUPPORT is not set
|
# CONFIG_HID_SUPPORT is not set
|
||||||
CONFIG_USB_MUSB_HDRC=y
|
|
||||||
CONFIG_USB_GADGET_MUSB_HDRC=y
|
|
||||||
CONFIG_MUSB_PIO_ONLY=y
|
|
||||||
CONFIG_USB_GADGET=y
|
CONFIG_USB_GADGET=y
|
||||||
CONFIG_AB8500_USB=y
|
CONFIG_AB8500_USB=y
|
||||||
CONFIG_MMC=y
|
CONFIG_MMC=y
|
||||||
@ -97,6 +92,7 @@ CONFIG_DMADEVICES=y
|
|||||||
CONFIG_STE_DMA40=y
|
CONFIG_STE_DMA40=y
|
||||||
CONFIG_STAGING=y
|
CONFIG_STAGING=y
|
||||||
CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4=y
|
CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4=y
|
||||||
|
CONFIG_HSEM_U8500=y
|
||||||
CONFIG_EXT2_FS=y
|
CONFIG_EXT2_FS=y
|
||||||
CONFIG_EXT2_FS_XATTR=y
|
CONFIG_EXT2_FS_XATTR=y
|
||||||
CONFIG_EXT2_FS_POSIX_ACL=y
|
CONFIG_EXT2_FS_POSIX_ACL=y
|
||||||
|
@ -140,7 +140,7 @@ CONFIG_USB_SERIAL=m
|
|||||||
CONFIG_USB_SERIAL_GENERIC=y
|
CONFIG_USB_SERIAL_GENERIC=y
|
||||||
CONFIG_USB_SERIAL_MCT_U232=m
|
CONFIG_USB_SERIAL_MCT_U232=m
|
||||||
CONFIG_USB_GADGET=m
|
CONFIG_USB_GADGET=m
|
||||||
CONFIG_USB_GADGET_PXA27X=y
|
CONFIG_USB_PXA27X=y
|
||||||
CONFIG_USB_ETH=m
|
CONFIG_USB_ETH=m
|
||||||
CONFIG_USB_GADGETFS=m
|
CONFIG_USB_GADGETFS=m
|
||||||
CONFIG_USB_FILE_STORAGE=m
|
CONFIG_USB_FILE_STORAGE=m
|
||||||
|
@ -12,6 +12,8 @@
|
|||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/cpuidle.h>
|
#include <linux/cpuidle.h>
|
||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
|
#include <linux/export.h>
|
||||||
|
#include <linux/time.h>
|
||||||
|
|
||||||
#include <asm/proc-fns.h>
|
#include <asm/proc-fns.h>
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
#include <linux/of_irq.h>
|
#include <linux/of_irq.h>
|
||||||
#include <linux/of_platform.h>
|
#include <linux/of_platform.h>
|
||||||
#include <linux/of_address.h>
|
#include <linux/of_address.h>
|
||||||
|
#include <linux/smp.h>
|
||||||
|
|
||||||
#include <asm/cacheflush.h>
|
#include <asm/cacheflush.h>
|
||||||
#include <asm/unified.h>
|
#include <asm/unified.h>
|
||||||
@ -72,6 +73,9 @@ static void __init highbank_map_io(void)
|
|||||||
|
|
||||||
void highbank_set_cpu_jump(int cpu, void *jump_addr)
|
void highbank_set_cpu_jump(int cpu, void *jump_addr)
|
||||||
{
|
{
|
||||||
|
#ifdef CONFIG_SMP
|
||||||
|
cpu = cpu_logical_map(cpu);
|
||||||
|
#endif
|
||||||
writel(BSYM(virt_to_phys(jump_addr)), HB_JUMP_TABLE_VIRT(cpu));
|
writel(BSYM(virt_to_phys(jump_addr)), HB_JUMP_TABLE_VIRT(cpu));
|
||||||
__cpuc_flush_dcache_area(HB_JUMP_TABLE_VIRT(cpu), 16);
|
__cpuc_flush_dcache_area(HB_JUMP_TABLE_VIRT(cpu), 16);
|
||||||
outer_clean_range(HB_JUMP_TABLE_PHYS(cpu),
|
outer_clean_range(HB_JUMP_TABLE_PHYS(cpu),
|
||||||
|
@ -10,11 +10,6 @@ config HAVE_IMX_MMDC
|
|||||||
config HAVE_IMX_SRC
|
config HAVE_IMX_SRC
|
||||||
bool
|
bool
|
||||||
|
|
||||||
#
|
|
||||||
# ARCH_MX31 and ARCH_MX35 are left for compatibility
|
|
||||||
# Some usages assume that having one of them implies not having (e.g.) ARCH_MX2.
|
|
||||||
# To easily distinguish good and reviewed from unreviewed usages new (and IMHO
|
|
||||||
# more sensible) names are used: SOC_IMX31 and SOC_IMX35
|
|
||||||
config ARCH_MX1
|
config ARCH_MX1
|
||||||
bool
|
bool
|
||||||
|
|
||||||
@ -27,12 +22,6 @@ config ARCH_MX25
|
|||||||
config MACH_MX27
|
config MACH_MX27
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config ARCH_MX31
|
|
||||||
bool
|
|
||||||
|
|
||||||
config ARCH_MX35
|
|
||||||
bool
|
|
||||||
|
|
||||||
config SOC_IMX1
|
config SOC_IMX1
|
||||||
bool
|
bool
|
||||||
select ARCH_MX1
|
select ARCH_MX1
|
||||||
@ -72,7 +61,6 @@ config SOC_IMX31
|
|||||||
select CPU_V6
|
select CPU_V6
|
||||||
select IMX_HAVE_PLATFORM_MXC_RNGA
|
select IMX_HAVE_PLATFORM_MXC_RNGA
|
||||||
select ARCH_MXC_AUDMUX_V2
|
select ARCH_MXC_AUDMUX_V2
|
||||||
select ARCH_MX31
|
|
||||||
select MXC_AVIC
|
select MXC_AVIC
|
||||||
select SMP_ON_UP if SMP
|
select SMP_ON_UP if SMP
|
||||||
|
|
||||||
@ -82,7 +70,6 @@ config SOC_IMX35
|
|||||||
select ARCH_MXC_IOMUX_V3
|
select ARCH_MXC_IOMUX_V3
|
||||||
select ARCH_MXC_AUDMUX_V2
|
select ARCH_MXC_AUDMUX_V2
|
||||||
select HAVE_EPIT
|
select HAVE_EPIT
|
||||||
select ARCH_MX35
|
|
||||||
select MXC_AVIC
|
select MXC_AVIC
|
||||||
select SMP_ON_UP if SMP
|
select SMP_ON_UP if SMP
|
||||||
|
|
||||||
|
@ -1953,14 +1953,17 @@ static struct map_desc imx6q_clock_desc[] = {
|
|||||||
imx_map_entry(MX6Q, ANATOP, MT_DEVICE),
|
imx_map_entry(MX6Q, ANATOP, MT_DEVICE),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
void __init imx6q_clock_map_io(void)
|
||||||
|
{
|
||||||
|
iotable_init(imx6q_clock_desc, ARRAY_SIZE(imx6q_clock_desc));
|
||||||
|
}
|
||||||
|
|
||||||
int __init mx6q_clocks_init(void)
|
int __init mx6q_clocks_init(void)
|
||||||
{
|
{
|
||||||
struct device_node *np;
|
struct device_node *np;
|
||||||
void __iomem *base;
|
void __iomem *base;
|
||||||
int i, irq;
|
int i, irq;
|
||||||
|
|
||||||
iotable_init(imx6q_clock_desc, ARRAY_SIZE(imx6q_clock_desc));
|
|
||||||
|
|
||||||
/* retrieve the freqency of fixed clocks from device tree */
|
/* retrieve the freqency of fixed clocks from device tree */
|
||||||
for_each_compatible_node(np, NULL, "fixed-clock") {
|
for_each_compatible_node(np, NULL, "fixed-clock") {
|
||||||
u32 rate;
|
u32 rate;
|
||||||
|
@ -34,6 +34,7 @@ static void __init imx6q_map_io(void)
|
|||||||
{
|
{
|
||||||
imx_lluart_map_io();
|
imx_lluart_map_io();
|
||||||
imx_scu_map_io();
|
imx_scu_map_io();
|
||||||
|
imx6q_clock_map_io();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void __init imx6q_gpio_add_irq_domain(struct device_node *np,
|
static void __init imx6q_gpio_add_irq_domain(struct device_node *np,
|
||||||
|
@ -33,6 +33,8 @@
|
|||||||
static void imx3_idle(void)
|
static void imx3_idle(void)
|
||||||
{
|
{
|
||||||
unsigned long reg = 0;
|
unsigned long reg = 0;
|
||||||
|
|
||||||
|
if (!need_resched())
|
||||||
__asm__ __volatile__(
|
__asm__ __volatile__(
|
||||||
/* disable I and D cache */
|
/* disable I and D cache */
|
||||||
"mrc p15, 0, %0, c1, c0, 0\n"
|
"mrc p15, 0, %0, c1, c0, 0\n"
|
||||||
@ -56,6 +58,7 @@ static void imx3_idle(void)
|
|||||||
"orr %0, %0, #0x00000004\n"
|
"orr %0, %0, #0x00000004\n"
|
||||||
"mcr p15, 0, %0, c1, c0, 0\n"
|
"mcr p15, 0, %0, c1, c0, 0\n"
|
||||||
: "=r" (reg));
|
: "=r" (reg));
|
||||||
|
local_irq_enable();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void __iomem *imx3_ioremap(unsigned long phys_addr, size_t size,
|
static void __iomem *imx3_ioremap(unsigned long phys_addr, size_t size,
|
||||||
@ -108,6 +111,7 @@ void imx3_init_l2x0(void)
|
|||||||
l2x0_init(l2x0_base, 0x00030024, 0x00000000);
|
l2x0_init(l2x0_base, 0x00030024, 0x00000000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef CONFIG_SOC_IMX31
|
||||||
static struct map_desc mx31_io_desc[] __initdata = {
|
static struct map_desc mx31_io_desc[] __initdata = {
|
||||||
imx_map_entry(MX31, X_MEMC, MT_DEVICE),
|
imx_map_entry(MX31, X_MEMC, MT_DEVICE),
|
||||||
imx_map_entry(MX31, AVIC, MT_DEVICE_NONSHARED),
|
imx_map_entry(MX31, AVIC, MT_DEVICE_NONSHARED),
|
||||||
@ -126,33 +130,11 @@ void __init mx31_map_io(void)
|
|||||||
iotable_init(mx31_io_desc, ARRAY_SIZE(mx31_io_desc));
|
iotable_init(mx31_io_desc, ARRAY_SIZE(mx31_io_desc));
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct map_desc mx35_io_desc[] __initdata = {
|
|
||||||
imx_map_entry(MX35, X_MEMC, MT_DEVICE),
|
|
||||||
imx_map_entry(MX35, AVIC, MT_DEVICE_NONSHARED),
|
|
||||||
imx_map_entry(MX35, AIPS1, MT_DEVICE_NONSHARED),
|
|
||||||
imx_map_entry(MX35, AIPS2, MT_DEVICE_NONSHARED),
|
|
||||||
imx_map_entry(MX35, SPBA0, MT_DEVICE_NONSHARED),
|
|
||||||
};
|
|
||||||
|
|
||||||
void __init mx35_map_io(void)
|
|
||||||
{
|
|
||||||
iotable_init(mx35_io_desc, ARRAY_SIZE(mx35_io_desc));
|
|
||||||
}
|
|
||||||
|
|
||||||
void __init imx31_init_early(void)
|
void __init imx31_init_early(void)
|
||||||
{
|
{
|
||||||
mxc_set_cpu_type(MXC_CPU_MX31);
|
mxc_set_cpu_type(MXC_CPU_MX31);
|
||||||
mxc_arch_reset_init(MX31_IO_ADDRESS(MX31_WDOG_BASE_ADDR));
|
mxc_arch_reset_init(MX31_IO_ADDRESS(MX31_WDOG_BASE_ADDR));
|
||||||
imx_idle = imx3_idle;
|
pm_idle = imx3_idle;
|
||||||
imx_ioremap = imx3_ioremap;
|
|
||||||
}
|
|
||||||
|
|
||||||
void __init imx35_init_early(void)
|
|
||||||
{
|
|
||||||
mxc_set_cpu_type(MXC_CPU_MX35);
|
|
||||||
mxc_iomux_v3_init(MX35_IO_ADDRESS(MX35_IOMUXC_BASE_ADDR));
|
|
||||||
mxc_arch_reset_init(MX35_IO_ADDRESS(MX35_WDOG_BASE_ADDR));
|
|
||||||
imx_idle = imx3_idle;
|
|
||||||
imx_ioremap = imx3_ioremap;
|
imx_ioremap = imx3_ioremap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -161,11 +143,6 @@ void __init mx31_init_irq(void)
|
|||||||
mxc_init_irq(MX31_IO_ADDRESS(MX31_AVIC_BASE_ADDR));
|
mxc_init_irq(MX31_IO_ADDRESS(MX31_AVIC_BASE_ADDR));
|
||||||
}
|
}
|
||||||
|
|
||||||
void __init mx35_init_irq(void)
|
|
||||||
{
|
|
||||||
mxc_init_irq(MX35_IO_ADDRESS(MX35_AVIC_BASE_ADDR));
|
|
||||||
}
|
|
||||||
|
|
||||||
static struct sdma_script_start_addrs imx31_to1_sdma_script __initdata = {
|
static struct sdma_script_start_addrs imx31_to1_sdma_script __initdata = {
|
||||||
.per_2_per_addr = 1677,
|
.per_2_per_addr = 1677,
|
||||||
};
|
};
|
||||||
@ -199,6 +176,35 @@ void __init imx31_soc_init(void)
|
|||||||
|
|
||||||
imx_add_imx_sdma("imx31-sdma", MX31_SDMA_BASE_ADDR, MX31_INT_SDMA, &imx31_sdma_pdata);
|
imx_add_imx_sdma("imx31-sdma", MX31_SDMA_BASE_ADDR, MX31_INT_SDMA, &imx31_sdma_pdata);
|
||||||
}
|
}
|
||||||
|
#endif /* ifdef CONFIG_SOC_IMX31 */
|
||||||
|
|
||||||
|
#ifdef CONFIG_SOC_IMX35
|
||||||
|
static struct map_desc mx35_io_desc[] __initdata = {
|
||||||
|
imx_map_entry(MX35, X_MEMC, MT_DEVICE),
|
||||||
|
imx_map_entry(MX35, AVIC, MT_DEVICE_NONSHARED),
|
||||||
|
imx_map_entry(MX35, AIPS1, MT_DEVICE_NONSHARED),
|
||||||
|
imx_map_entry(MX35, AIPS2, MT_DEVICE_NONSHARED),
|
||||||
|
imx_map_entry(MX35, SPBA0, MT_DEVICE_NONSHARED),
|
||||||
|
};
|
||||||
|
|
||||||
|
void __init mx35_map_io(void)
|
||||||
|
{
|
||||||
|
iotable_init(mx35_io_desc, ARRAY_SIZE(mx35_io_desc));
|
||||||
|
}
|
||||||
|
|
||||||
|
void __init imx35_init_early(void)
|
||||||
|
{
|
||||||
|
mxc_set_cpu_type(MXC_CPU_MX35);
|
||||||
|
mxc_iomux_v3_init(MX35_IO_ADDRESS(MX35_IOMUXC_BASE_ADDR));
|
||||||
|
mxc_arch_reset_init(MX35_IO_ADDRESS(MX35_WDOG_BASE_ADDR));
|
||||||
|
pm_idle = imx3_idle;
|
||||||
|
imx_ioremap = imx3_ioremap;
|
||||||
|
}
|
||||||
|
|
||||||
|
void __init mx35_init_irq(void)
|
||||||
|
{
|
||||||
|
mxc_init_irq(MX35_IO_ADDRESS(MX35_AVIC_BASE_ADDR));
|
||||||
|
}
|
||||||
|
|
||||||
static struct sdma_script_start_addrs imx35_to1_sdma_script __initdata = {
|
static struct sdma_script_start_addrs imx35_to1_sdma_script __initdata = {
|
||||||
.ap_2_ap_addr = 642,
|
.ap_2_ap_addr = 642,
|
||||||
@ -254,3 +260,4 @@ void __init imx35_soc_init(void)
|
|||||||
|
|
||||||
imx_add_imx_sdma("imx35-sdma", MX35_SDMA_BASE_ADDR, MX35_INT_SDMA, &imx35_sdma_pdata);
|
imx_add_imx_sdma("imx35-sdma", MX35_SDMA_BASE_ADDR, MX35_INT_SDMA, &imx35_sdma_pdata);
|
||||||
}
|
}
|
||||||
|
#endif /* ifdef CONFIG_SOC_IMX35 */
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
#include <linux/of.h>
|
#include <linux/of.h>
|
||||||
#include <linux/of_address.h>
|
#include <linux/of_address.h>
|
||||||
|
#include <linux/smp.h>
|
||||||
#include <asm/unified.h>
|
#include <asm/unified.h>
|
||||||
|
|
||||||
#define SRC_SCR 0x000
|
#define SRC_SCR 0x000
|
||||||
@ -23,10 +24,15 @@
|
|||||||
|
|
||||||
static void __iomem *src_base;
|
static void __iomem *src_base;
|
||||||
|
|
||||||
|
#ifndef CONFIG_SMP
|
||||||
|
#define cpu_logical_map(cpu) 0
|
||||||
|
#endif
|
||||||
|
|
||||||
void imx_enable_cpu(int cpu, bool enable)
|
void imx_enable_cpu(int cpu, bool enable)
|
||||||
{
|
{
|
||||||
u32 mask, val;
|
u32 mask, val;
|
||||||
|
|
||||||
|
cpu = cpu_logical_map(cpu);
|
||||||
mask = 1 << (BP_SRC_SCR_CORE1_ENABLE + cpu - 1);
|
mask = 1 << (BP_SRC_SCR_CORE1_ENABLE + cpu - 1);
|
||||||
val = readl_relaxed(src_base + SRC_SCR);
|
val = readl_relaxed(src_base + SRC_SCR);
|
||||||
val = enable ? val | mask : val & ~mask;
|
val = enable ? val | mask : val & ~mask;
|
||||||
@ -35,6 +41,7 @@ void imx_enable_cpu(int cpu, bool enable)
|
|||||||
|
|
||||||
void imx_set_cpu_jump(int cpu, void *jump_addr)
|
void imx_set_cpu_jump(int cpu, void *jump_addr)
|
||||||
{
|
{
|
||||||
|
cpu = cpu_logical_map(cpu);
|
||||||
writel_relaxed(BSYM(virt_to_phys(jump_addr)),
|
writel_relaxed(BSYM(virt_to_phys(jump_addr)),
|
||||||
src_base + SRC_GPR1 + cpu * 8);
|
src_base + SRC_GPR1 + cpu * 8);
|
||||||
}
|
}
|
||||||
|
@ -182,7 +182,7 @@ static void __init gplugd_init(void)
|
|||||||
|
|
||||||
/* on-chip devices */
|
/* on-chip devices */
|
||||||
pxa168_add_uart(3);
|
pxa168_add_uart(3);
|
||||||
pxa168_add_ssp(0);
|
pxa168_add_ssp(1);
|
||||||
pxa168_add_twsi(0, NULL, ARRAY_AND_SIZE(gplugd_i2c_board_info));
|
pxa168_add_twsi(0, NULL, ARRAY_AND_SIZE(gplugd_i2c_board_info));
|
||||||
|
|
||||||
pxa168_add_eth(&gplugd_eth_platform_data);
|
pxa168_add_eth(&gplugd_eth_platform_data);
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#define GPIO_REGS_VIRT (APB_VIRT_BASE + 0x19000)
|
#define GPIO_REGS_VIRT (APB_VIRT_BASE + 0x19000)
|
||||||
|
|
||||||
#define BANK_OFF(n) (((n) < 3) ? (n) << 2 : 0x100 + (((n) - 3) << 2))
|
#define BANK_OFF(n) (((n) < 3) ? (n) << 2 : 0x100 + (((n) - 3) << 2))
|
||||||
#define GPIO_REG(x) (GPIO_REGS_VIRT + (x))
|
#define GPIO_REG(x) (*(volatile u32 *)(GPIO_REGS_VIRT + (x)))
|
||||||
|
|
||||||
#define NR_BUILTIN_GPIO IRQ_GPIO_NUM
|
#define NR_BUILTIN_GPIO IRQ_GPIO_NUM
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <mach/hardware.h>
|
#include <mach/hardware.h>
|
||||||
#include <asm/io.h>
|
#include <linux/io.h>
|
||||||
|
|
||||||
static int mx5_cpu_rev = -1;
|
static int mx5_cpu_rev = -1;
|
||||||
|
|
||||||
@ -67,7 +67,8 @@ static int __init mx51_neon_fixup(void)
|
|||||||
if (!cpu_is_mx51())
|
if (!cpu_is_mx51())
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
if (mx51_revision() < IMX_CHIP_REVISION_3_0 && (elf_hwcap & HWCAP_NEON)) {
|
if (mx51_revision() < IMX_CHIP_REVISION_3_0 &&
|
||||||
|
(elf_hwcap & HWCAP_NEON)) {
|
||||||
elf_hwcap &= ~HWCAP_NEON;
|
elf_hwcap &= ~HWCAP_NEON;
|
||||||
pr_info("Turning off NEON support, detected broken NEON implementation\n");
|
pr_info("Turning off NEON support, detected broken NEON implementation\n");
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,9 @@
|
|||||||
|
|
||||||
static void imx5_idle(void)
|
static void imx5_idle(void)
|
||||||
{
|
{
|
||||||
|
if (!need_resched())
|
||||||
mx5_cpu_lp_set(WAIT_UNCLOCKED_POWER_OFF);
|
mx5_cpu_lp_set(WAIT_UNCLOCKED_POWER_OFF);
|
||||||
|
local_irq_enable();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -89,7 +91,7 @@ void __init imx51_init_early(void)
|
|||||||
mxc_set_cpu_type(MXC_CPU_MX51);
|
mxc_set_cpu_type(MXC_CPU_MX51);
|
||||||
mxc_iomux_v3_init(MX51_IO_ADDRESS(MX51_IOMUXC_BASE_ADDR));
|
mxc_iomux_v3_init(MX51_IO_ADDRESS(MX51_IOMUXC_BASE_ADDR));
|
||||||
mxc_arch_reset_init(MX51_IO_ADDRESS(MX51_WDOG1_BASE_ADDR));
|
mxc_arch_reset_init(MX51_IO_ADDRESS(MX51_WDOG1_BASE_ADDR));
|
||||||
imx_idle = imx5_idle;
|
pm_idle = imx5_idle;
|
||||||
}
|
}
|
||||||
|
|
||||||
void __init imx53_init_early(void)
|
void __init imx53_init_early(void)
|
||||||
|
@ -404,7 +404,7 @@ static int name##_set_rate(struct clk *clk, unsigned long rate) \
|
|||||||
reg = __raw_readl(CLKCTRL_BASE_ADDR + HW_CLKCTRL_##dr); \
|
reg = __raw_readl(CLKCTRL_BASE_ADDR + HW_CLKCTRL_##dr); \
|
||||||
reg &= ~BM_CLKCTRL_##dr##_DIV; \
|
reg &= ~BM_CLKCTRL_##dr##_DIV; \
|
||||||
reg |= div << BP_CLKCTRL_##dr##_DIV; \
|
reg |= div << BP_CLKCTRL_##dr##_DIV; \
|
||||||
if (reg | (1 << clk->enable_shift)) { \
|
if (reg & (1 << clk->enable_shift)) { \
|
||||||
pr_err("%s: clock is gated\n", __func__); \
|
pr_err("%s: clock is gated\n", __func__); \
|
||||||
return -EINVAL; \
|
return -EINVAL; \
|
||||||
} \
|
} \
|
||||||
|
@ -171,14 +171,6 @@ config MACH_OMAP_GENERIC
|
|||||||
comment "OMAP CPU Speed"
|
comment "OMAP CPU Speed"
|
||||||
depends on ARCH_OMAP1
|
depends on ARCH_OMAP1
|
||||||
|
|
||||||
config OMAP_CLOCKS_SET_BY_BOOTLOADER
|
|
||||||
bool "OMAP clocks set by bootloader"
|
|
||||||
depends on ARCH_OMAP1
|
|
||||||
help
|
|
||||||
Enable this option to prevent the kernel from overriding the clock
|
|
||||||
frequencies programmed by bootloader for MPU, DSP, MMUs, TC,
|
|
||||||
internal LCD controller and MPU peripherals.
|
|
||||||
|
|
||||||
config OMAP_ARM_216MHZ
|
config OMAP_ARM_216MHZ
|
||||||
bool "OMAP ARM 216 MHz CPU (1710 only)"
|
bool "OMAP ARM 216 MHz CPU (1710 only)"
|
||||||
depends on ARCH_OMAP1 && ARCH_OMAP16XX
|
depends on ARCH_OMAP1 && ARCH_OMAP16XX
|
||||||
|
@ -302,8 +302,6 @@ static void __init ams_delta_init(void)
|
|||||||
omap_cfg_reg(J19_1610_CAM_D6);
|
omap_cfg_reg(J19_1610_CAM_D6);
|
||||||
omap_cfg_reg(J18_1610_CAM_D7);
|
omap_cfg_reg(J18_1610_CAM_D7);
|
||||||
|
|
||||||
iotable_init(ams_delta_io_desc, ARRAY_SIZE(ams_delta_io_desc));
|
|
||||||
|
|
||||||
omap_board_config = ams_delta_config;
|
omap_board_config = ams_delta_config;
|
||||||
omap_board_config_size = ARRAY_SIZE(ams_delta_config);
|
omap_board_config_size = ARRAY_SIZE(ams_delta_config);
|
||||||
omap_serial_init();
|
omap_serial_init();
|
||||||
@ -373,10 +371,16 @@ static int __init ams_delta_modem_init(void)
|
|||||||
}
|
}
|
||||||
arch_initcall(ams_delta_modem_init);
|
arch_initcall(ams_delta_modem_init);
|
||||||
|
|
||||||
|
static void __init ams_delta_map_io(void)
|
||||||
|
{
|
||||||
|
omap15xx_map_io();
|
||||||
|
iotable_init(ams_delta_io_desc, ARRAY_SIZE(ams_delta_io_desc));
|
||||||
|
}
|
||||||
|
|
||||||
MACHINE_START(AMS_DELTA, "Amstrad E3 (Delta)")
|
MACHINE_START(AMS_DELTA, "Amstrad E3 (Delta)")
|
||||||
/* Maintainer: Jonathan McDowell <noodles@earth.li> */
|
/* Maintainer: Jonathan McDowell <noodles@earth.li> */
|
||||||
.atag_offset = 0x100,
|
.atag_offset = 0x100,
|
||||||
.map_io = omap15xx_map_io,
|
.map_io = ams_delta_map_io,
|
||||||
.init_early = omap1_init_early,
|
.init_early = omap1_init_early,
|
||||||
.reserve = omap_reserve,
|
.reserve = omap_reserve,
|
||||||
.init_irq = omap1_init_irq,
|
.init_irq = omap1_init_irq,
|
||||||
|
@ -17,7 +17,8 @@
|
|||||||
|
|
||||||
#include <plat/clock.h>
|
#include <plat/clock.h>
|
||||||
|
|
||||||
extern int __init omap1_clk_init(void);
|
int omap1_clk_init(void);
|
||||||
|
void omap1_clk_late_init(void);
|
||||||
extern int omap1_clk_enable(struct clk *clk);
|
extern int omap1_clk_enable(struct clk *clk);
|
||||||
extern void omap1_clk_disable(struct clk *clk);
|
extern void omap1_clk_disable(struct clk *clk);
|
||||||
extern long omap1_clk_round_rate(struct clk *clk, unsigned long rate);
|
extern long omap1_clk_round_rate(struct clk *clk, unsigned long rate);
|
||||||
|
@ -767,6 +767,15 @@ static struct clk_functions omap1_clk_functions = {
|
|||||||
.clk_disable_unused = omap1_clk_disable_unused,
|
.clk_disable_unused = omap1_clk_disable_unused,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static void __init omap1_show_rates(void)
|
||||||
|
{
|
||||||
|
pr_notice("Clocking rate (xtal/DPLL1/MPU): "
|
||||||
|
"%ld.%01ld/%ld.%01ld/%ld.%01ld MHz\n",
|
||||||
|
ck_ref.rate / 1000000, (ck_ref.rate / 100000) % 10,
|
||||||
|
ck_dpll1.rate / 1000000, (ck_dpll1.rate / 100000) % 10,
|
||||||
|
arm_ck.rate / 1000000, (arm_ck.rate / 100000) % 10);
|
||||||
|
}
|
||||||
|
|
||||||
int __init omap1_clk_init(void)
|
int __init omap1_clk_init(void)
|
||||||
{
|
{
|
||||||
struct omap_clk *c;
|
struct omap_clk *c;
|
||||||
@ -835,9 +844,12 @@ int __init omap1_clk_init(void)
|
|||||||
/* We want to be in syncronous scalable mode */
|
/* We want to be in syncronous scalable mode */
|
||||||
omap_writew(0x1000, ARM_SYSST);
|
omap_writew(0x1000, ARM_SYSST);
|
||||||
|
|
||||||
#ifdef CONFIG_OMAP_CLOCKS_SET_BY_BOOTLOADER
|
|
||||||
/* Use values set by bootloader. Determine PLL rate and recalculate
|
/*
|
||||||
* dependent clocks as if kernel had changed PLL or divisors.
|
* Initially use the values set by bootloader. Determine PLL rate and
|
||||||
|
* recalculate dependent clocks as if kernel had changed PLL or
|
||||||
|
* divisors. See also omap1_clk_late_init() that can reprogram dpll1
|
||||||
|
* after the SRAM is initialized.
|
||||||
*/
|
*/
|
||||||
{
|
{
|
||||||
unsigned pll_ctl_val = omap_readw(DPLL_CTL);
|
unsigned pll_ctl_val = omap_readw(DPLL_CTL);
|
||||||
@ -862,25 +874,10 @@ int __init omap1_clk_init(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
/* Find the highest supported frequency and enable it */
|
|
||||||
if (omap1_select_table_rate(&virtual_ck_mpu, ~0)) {
|
|
||||||
printk(KERN_ERR "System frequencies not set. Check your config.\n");
|
|
||||||
/* Guess sane values (60MHz) */
|
|
||||||
omap_writew(0x2290, DPLL_CTL);
|
|
||||||
omap_writew(cpu_is_omap7xx() ? 0x3005 : 0x1005, ARM_CKCTL);
|
|
||||||
ck_dpll1.rate = 60000000;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
propagate_rate(&ck_dpll1);
|
propagate_rate(&ck_dpll1);
|
||||||
/* Cache rates for clocks connected to ck_ref (not dpll1) */
|
/* Cache rates for clocks connected to ck_ref (not dpll1) */
|
||||||
propagate_rate(&ck_ref);
|
propagate_rate(&ck_ref);
|
||||||
printk(KERN_INFO "Clocking rate (xtal/DPLL1/MPU): "
|
omap1_show_rates();
|
||||||
"%ld.%01ld/%ld.%01ld/%ld.%01ld MHz\n",
|
|
||||||
ck_ref.rate / 1000000, (ck_ref.rate / 100000) % 10,
|
|
||||||
ck_dpll1.rate / 1000000, (ck_dpll1.rate / 100000) % 10,
|
|
||||||
arm_ck.rate / 1000000, (arm_ck.rate / 100000) % 10);
|
|
||||||
|
|
||||||
if (machine_is_omap_perseus2() || machine_is_omap_fsample()) {
|
if (machine_is_omap_perseus2() || machine_is_omap_fsample()) {
|
||||||
/* Select slicer output as OMAP input clock */
|
/* Select slicer output as OMAP input clock */
|
||||||
omap_writew(omap_readw(OMAP7XX_PCC_UPLD_CTRL) & ~0x1,
|
omap_writew(omap_readw(OMAP7XX_PCC_UPLD_CTRL) & ~0x1,
|
||||||
@ -925,3 +922,21 @@ int __init omap1_clk_init(void)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define OMAP1_DPLL1_SANE_VALUE 60000000
|
||||||
|
|
||||||
|
void __init omap1_clk_late_init(void)
|
||||||
|
{
|
||||||
|
if (ck_dpll1.rate >= OMAP1_DPLL1_SANE_VALUE)
|
||||||
|
return;
|
||||||
|
|
||||||
|
/* Find the highest supported frequency and enable it */
|
||||||
|
if (omap1_select_table_rate(&virtual_ck_mpu, ~0)) {
|
||||||
|
pr_err("System frequencies not set, using default. Check your config.\n");
|
||||||
|
omap_writew(0x2290, DPLL_CTL);
|
||||||
|
omap_writew(cpu_is_omap7xx() ? 0x3005 : 0x1005, ARM_CKCTL);
|
||||||
|
ck_dpll1.rate = OMAP1_DPLL1_SANE_VALUE;
|
||||||
|
}
|
||||||
|
propagate_rate(&ck_dpll1);
|
||||||
|
omap1_show_rates();
|
||||||
|
}
|
||||||
|
@ -30,6 +30,8 @@
|
|||||||
#include <plat/omap7xx.h>
|
#include <plat/omap7xx.h>
|
||||||
#include <plat/mcbsp.h>
|
#include <plat/mcbsp.h>
|
||||||
|
|
||||||
|
#include "clock.h"
|
||||||
|
|
||||||
/*-------------------------------------------------------------------------*/
|
/*-------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#if defined(CONFIG_RTC_DRV_OMAP) || defined(CONFIG_RTC_DRV_OMAP_MODULE)
|
#if defined(CONFIG_RTC_DRV_OMAP) || defined(CONFIG_RTC_DRV_OMAP_MODULE)
|
||||||
@ -293,6 +295,7 @@ static int __init omap1_init_devices(void)
|
|||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
|
|
||||||
omap_sram_init();
|
omap_sram_init();
|
||||||
|
omap1_clk_late_init();
|
||||||
|
|
||||||
/* please keep these calls, and their implementations above,
|
/* please keep these calls, and their implementations above,
|
||||||
* in alphabetical order so they're easier to sort through.
|
* in alphabetical order so they're easier to sort through.
|
||||||
|
@ -334,6 +334,7 @@ config MACH_OMAP4_PANDA
|
|||||||
config OMAP3_EMU
|
config OMAP3_EMU
|
||||||
bool "OMAP3 debugging peripherals"
|
bool "OMAP3 debugging peripherals"
|
||||||
depends on ARCH_OMAP3
|
depends on ARCH_OMAP3
|
||||||
|
select ARM_AMBA
|
||||||
select OC_ETM
|
select OC_ETM
|
||||||
help
|
help
|
||||||
Say Y here to enable debugging hardware of omap3
|
Say Y here to enable debugging hardware of omap3
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
# Common support
|
# Common support
|
||||||
obj-y := id.o io.o control.o mux.o devices.o serial.o gpmc.o timer.o pm.o \
|
obj-y := id.o io.o control.o mux.o devices.o serial.o gpmc.o timer.o pm.o \
|
||||||
common.o gpio.o dma.o wd_timer.o
|
common.o gpio.o dma.o wd_timer.o display.o
|
||||||
|
|
||||||
omap-2-3-common = irq.o sdrc.o
|
omap-2-3-common = irq.o sdrc.o
|
||||||
hwmod-common = omap_hwmod.o \
|
hwmod-common = omap_hwmod.o \
|
||||||
@ -264,7 +264,4 @@ smsc911x-$(CONFIG_SMSC911X) := gpmc-smsc911x.o
|
|||||||
obj-y += $(smsc911x-m) $(smsc911x-y)
|
obj-y += $(smsc911x-m) $(smsc911x-y)
|
||||||
obj-$(CONFIG_ARCH_OMAP4) += hwspinlock.o
|
obj-$(CONFIG_ARCH_OMAP4) += hwspinlock.o
|
||||||
|
|
||||||
disp-$(CONFIG_OMAP2_DSS) := display.o
|
|
||||||
obj-y += $(disp-m) $(disp-y)
|
|
||||||
|
|
||||||
obj-y += common-board-devices.o twl-common.o
|
obj-y += common-board-devices.o twl-common.o
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
|
|
||||||
#include <linux/sched.h>
|
#include <linux/sched.h>
|
||||||
#include <linux/cpuidle.h>
|
#include <linux/cpuidle.h>
|
||||||
|
#include <linux/export.h>
|
||||||
|
|
||||||
#include <plat/prcm.h>
|
#include <plat/prcm.h>
|
||||||
#include <plat/irqs.h>
|
#include <plat/irqs.h>
|
||||||
|
@ -27,8 +27,35 @@
|
|||||||
#include <plat/omap_hwmod.h>
|
#include <plat/omap_hwmod.h>
|
||||||
#include <plat/omap_device.h>
|
#include <plat/omap_device.h>
|
||||||
#include <plat/omap-pm.h>
|
#include <plat/omap-pm.h>
|
||||||
|
#include <plat/common.h>
|
||||||
|
|
||||||
#include "control.h"
|
#include "control.h"
|
||||||
|
#include "display.h"
|
||||||
|
|
||||||
|
#define DISPC_CONTROL 0x0040
|
||||||
|
#define DISPC_CONTROL2 0x0238
|
||||||
|
#define DISPC_IRQSTATUS 0x0018
|
||||||
|
|
||||||
|
#define DSS_SYSCONFIG 0x10
|
||||||
|
#define DSS_SYSSTATUS 0x14
|
||||||
|
#define DSS_CONTROL 0x40
|
||||||
|
#define DSS_SDI_CONTROL 0x44
|
||||||
|
#define DSS_PLL_CONTROL 0x48
|
||||||
|
|
||||||
|
#define LCD_EN_MASK (0x1 << 0)
|
||||||
|
#define DIGIT_EN_MASK (0x1 << 1)
|
||||||
|
|
||||||
|
#define FRAMEDONE_IRQ_SHIFT 0
|
||||||
|
#define EVSYNC_EVEN_IRQ_SHIFT 2
|
||||||
|
#define EVSYNC_ODD_IRQ_SHIFT 3
|
||||||
|
#define FRAMEDONE2_IRQ_SHIFT 22
|
||||||
|
#define FRAMEDONETV_IRQ_SHIFT 24
|
||||||
|
|
||||||
|
/*
|
||||||
|
* FRAMEDONE_IRQ_TIMEOUT: how long (in milliseconds) to wait during DISPC
|
||||||
|
* reset before deciding that something has gone wrong
|
||||||
|
*/
|
||||||
|
#define FRAMEDONE_IRQ_TIMEOUT 100
|
||||||
|
|
||||||
static struct platform_device omap_display_device = {
|
static struct platform_device omap_display_device = {
|
||||||
.name = "omapdss",
|
.name = "omapdss",
|
||||||
@ -172,3 +199,135 @@ int __init omap_display_init(struct omap_dss_board_info *board_data)
|
|||||||
|
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static void dispc_disable_outputs(void)
|
||||||
|
{
|
||||||
|
u32 v, irq_mask = 0;
|
||||||
|
bool lcd_en, digit_en, lcd2_en = false;
|
||||||
|
int i;
|
||||||
|
struct omap_dss_dispc_dev_attr *da;
|
||||||
|
struct omap_hwmod *oh;
|
||||||
|
|
||||||
|
oh = omap_hwmod_lookup("dss_dispc");
|
||||||
|
if (!oh) {
|
||||||
|
WARN(1, "display: could not disable outputs during reset - could not find dss_dispc hwmod\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!oh->dev_attr) {
|
||||||
|
pr_err("display: could not disable outputs during reset due to missing dev_attr\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
da = (struct omap_dss_dispc_dev_attr *)oh->dev_attr;
|
||||||
|
|
||||||
|
/* store value of LCDENABLE and DIGITENABLE bits */
|
||||||
|
v = omap_hwmod_read(oh, DISPC_CONTROL);
|
||||||
|
lcd_en = v & LCD_EN_MASK;
|
||||||
|
digit_en = v & DIGIT_EN_MASK;
|
||||||
|
|
||||||
|
/* store value of LCDENABLE for LCD2 */
|
||||||
|
if (da->manager_count > 2) {
|
||||||
|
v = omap_hwmod_read(oh, DISPC_CONTROL2);
|
||||||
|
lcd2_en = v & LCD_EN_MASK;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!(lcd_en | digit_en | lcd2_en))
|
||||||
|
return; /* no managers currently enabled */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* If any manager was enabled, we need to disable it before
|
||||||
|
* DSS clocks are disabled or DISPC module is reset
|
||||||
|
*/
|
||||||
|
if (lcd_en)
|
||||||
|
irq_mask |= 1 << FRAMEDONE_IRQ_SHIFT;
|
||||||
|
|
||||||
|
if (digit_en) {
|
||||||
|
if (da->has_framedonetv_irq) {
|
||||||
|
irq_mask |= 1 << FRAMEDONETV_IRQ_SHIFT;
|
||||||
|
} else {
|
||||||
|
irq_mask |= 1 << EVSYNC_EVEN_IRQ_SHIFT |
|
||||||
|
1 << EVSYNC_ODD_IRQ_SHIFT;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (lcd2_en)
|
||||||
|
irq_mask |= 1 << FRAMEDONE2_IRQ_SHIFT;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* clear any previous FRAMEDONE, FRAMEDONETV,
|
||||||
|
* EVSYNC_EVEN/ODD or FRAMEDONE2 interrupts
|
||||||
|
*/
|
||||||
|
omap_hwmod_write(irq_mask, oh, DISPC_IRQSTATUS);
|
||||||
|
|
||||||
|
/* disable LCD and TV managers */
|
||||||
|
v = omap_hwmod_read(oh, DISPC_CONTROL);
|
||||||
|
v &= ~(LCD_EN_MASK | DIGIT_EN_MASK);
|
||||||
|
omap_hwmod_write(v, oh, DISPC_CONTROL);
|
||||||
|
|
||||||
|
/* disable LCD2 manager */
|
||||||
|
if (da->manager_count > 2) {
|
||||||
|
v = omap_hwmod_read(oh, DISPC_CONTROL2);
|
||||||
|
v &= ~LCD_EN_MASK;
|
||||||
|
omap_hwmod_write(v, oh, DISPC_CONTROL2);
|
||||||
|
}
|
||||||
|
|
||||||
|
i = 0;
|
||||||
|
while ((omap_hwmod_read(oh, DISPC_IRQSTATUS) & irq_mask) !=
|
||||||
|
irq_mask) {
|
||||||
|
i++;
|
||||||
|
if (i > FRAMEDONE_IRQ_TIMEOUT) {
|
||||||
|
pr_err("didn't get FRAMEDONE1/2 or TV interrupt\n");
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
mdelay(1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#define MAX_MODULE_SOFTRESET_WAIT 10000
|
||||||
|
int omap_dss_reset(struct omap_hwmod *oh)
|
||||||
|
{
|
||||||
|
struct omap_hwmod_opt_clk *oc;
|
||||||
|
int c = 0;
|
||||||
|
int i, r;
|
||||||
|
|
||||||
|
if (!(oh->class->sysc->sysc_flags & SYSS_HAS_RESET_STATUS)) {
|
||||||
|
pr_err("dss_core: hwmod data doesn't contain reset data\n");
|
||||||
|
return -EINVAL;
|
||||||
|
}
|
||||||
|
|
||||||
|
for (i = oh->opt_clks_cnt, oc = oh->opt_clks; i > 0; i--, oc++)
|
||||||
|
if (oc->_clk)
|
||||||
|
clk_enable(oc->_clk);
|
||||||
|
|
||||||
|
dispc_disable_outputs();
|
||||||
|
|
||||||
|
/* clear SDI registers */
|
||||||
|
if (cpu_is_omap3430()) {
|
||||||
|
omap_hwmod_write(0x0, oh, DSS_SDI_CONTROL);
|
||||||
|
omap_hwmod_write(0x0, oh, DSS_PLL_CONTROL);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* clear DSS_CONTROL register to switch DSS clock sources to
|
||||||
|
* PRCM clock, if any
|
||||||
|
*/
|
||||||
|
omap_hwmod_write(0x0, oh, DSS_CONTROL);
|
||||||
|
|
||||||
|
omap_test_timeout((omap_hwmod_read(oh, oh->class->sysc->syss_offs)
|
||||||
|
& SYSS_RESETDONE_MASK),
|
||||||
|
MAX_MODULE_SOFTRESET_WAIT, c);
|
||||||
|
|
||||||
|
if (c == MAX_MODULE_SOFTRESET_WAIT)
|
||||||
|
pr_warning("dss_core: waiting for reset to finish failed\n");
|
||||||
|
else
|
||||||
|
pr_debug("dss_core: softreset done\n");
|
||||||
|
|
||||||
|
for (i = oh->opt_clks_cnt, oc = oh->opt_clks; i > 0; i--, oc++)
|
||||||
|
if (oc->_clk)
|
||||||
|
clk_disable(oc->_clk);
|
||||||
|
|
||||||
|
r = (c == MAX_MODULE_SOFTRESET_WAIT) ? -ETIMEDOUT : 0;
|
||||||
|
|
||||||
|
return r;
|
||||||
|
}
|
||||||
|
29
arch/arm/mach-omap2/display.h
Normal file
29
arch/arm/mach-omap2/display.h
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
/*
|
||||||
|
* display.h - OMAP2+ integration-specific DSS header
|
||||||
|
*
|
||||||
|
* Copyright (C) 2011 Texas Instruments, Inc.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
* under the terms of the GNU General Public License version 2 as published by
|
||||||
|
* the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
|
* more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License along with
|
||||||
|
* this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ARCH_ARM_MACH_OMAP2_DISPLAY_H
|
||||||
|
#define __ARCH_ARM_MACH_OMAP2_DISPLAY_H
|
||||||
|
|
||||||
|
#include <linux/kernel.h>
|
||||||
|
|
||||||
|
struct omap_dss_dispc_dev_attr {
|
||||||
|
u8 manager_count;
|
||||||
|
bool has_framedonetv_irq;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
@ -749,7 +749,7 @@ static int _count_mpu_irqs(struct omap_hwmod *oh)
|
|||||||
ohii = &oh->mpu_irqs[i++];
|
ohii = &oh->mpu_irqs[i++];
|
||||||
} while (ohii->irq != -1);
|
} while (ohii->irq != -1);
|
||||||
|
|
||||||
return i;
|
return i-1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -772,7 +772,7 @@ static int _count_sdma_reqs(struct omap_hwmod *oh)
|
|||||||
ohdi = &oh->sdma_reqs[i++];
|
ohdi = &oh->sdma_reqs[i++];
|
||||||
} while (ohdi->dma_req != -1);
|
} while (ohdi->dma_req != -1);
|
||||||
|
|
||||||
return i;
|
return i-1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -795,7 +795,7 @@ static int _count_ocp_if_addr_spaces(struct omap_hwmod_ocp_if *os)
|
|||||||
mem = &os->addr[i++];
|
mem = &os->addr[i++];
|
||||||
} while (mem->pa_start != mem->pa_end);
|
} while (mem->pa_start != mem->pa_end);
|
||||||
|
|
||||||
return i;
|
return i-1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -875,6 +875,10 @@ static struct omap_hwmod_ocp_if *omap2420_dss_slaves[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static struct omap_hwmod_opt_clk dss_opt_clks[] = {
|
static struct omap_hwmod_opt_clk dss_opt_clks[] = {
|
||||||
|
/*
|
||||||
|
* The DSS HW needs all DSS clocks enabled during reset. The dss_core
|
||||||
|
* driver does not use these clocks.
|
||||||
|
*/
|
||||||
{ .role = "tv_clk", .clk = "dss_54m_fck" },
|
{ .role = "tv_clk", .clk = "dss_54m_fck" },
|
||||||
{ .role = "sys_clk", .clk = "dss2_fck" },
|
{ .role = "sys_clk", .clk = "dss2_fck" },
|
||||||
};
|
};
|
||||||
@ -899,7 +903,7 @@ static struct omap_hwmod omap2420_dss_core_hwmod = {
|
|||||||
.slaves_cnt = ARRAY_SIZE(omap2420_dss_slaves),
|
.slaves_cnt = ARRAY_SIZE(omap2420_dss_slaves),
|
||||||
.masters = omap2420_dss_masters,
|
.masters = omap2420_dss_masters,
|
||||||
.masters_cnt = ARRAY_SIZE(omap2420_dss_masters),
|
.masters_cnt = ARRAY_SIZE(omap2420_dss_masters),
|
||||||
.flags = HWMOD_NO_IDLEST,
|
.flags = HWMOD_NO_IDLEST | HWMOD_CONTROL_OPT_CLKS_IN_RESET,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* l4_core -> dss_dispc */
|
/* l4_core -> dss_dispc */
|
||||||
@ -939,6 +943,7 @@ static struct omap_hwmod omap2420_dss_dispc_hwmod = {
|
|||||||
.slaves = omap2420_dss_dispc_slaves,
|
.slaves = omap2420_dss_dispc_slaves,
|
||||||
.slaves_cnt = ARRAY_SIZE(omap2420_dss_dispc_slaves),
|
.slaves_cnt = ARRAY_SIZE(omap2420_dss_dispc_slaves),
|
||||||
.flags = HWMOD_NO_IDLEST,
|
.flags = HWMOD_NO_IDLEST,
|
||||||
|
.dev_attr = &omap2_3_dss_dispc_dev_attr
|
||||||
};
|
};
|
||||||
|
|
||||||
/* l4_core -> dss_rfbi */
|
/* l4_core -> dss_rfbi */
|
||||||
@ -961,6 +966,10 @@ static struct omap_hwmod_ocp_if *omap2420_dss_rfbi_slaves[] = {
|
|||||||
&omap2420_l4_core__dss_rfbi,
|
&omap2420_l4_core__dss_rfbi,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static struct omap_hwmod_opt_clk dss_rfbi_opt_clks[] = {
|
||||||
|
{ .role = "ick", .clk = "dss_ick" },
|
||||||
|
};
|
||||||
|
|
||||||
static struct omap_hwmod omap2420_dss_rfbi_hwmod = {
|
static struct omap_hwmod omap2420_dss_rfbi_hwmod = {
|
||||||
.name = "dss_rfbi",
|
.name = "dss_rfbi",
|
||||||
.class = &omap2_rfbi_hwmod_class,
|
.class = &omap2_rfbi_hwmod_class,
|
||||||
@ -972,6 +981,8 @@ static struct omap_hwmod omap2420_dss_rfbi_hwmod = {
|
|||||||
.module_offs = CORE_MOD,
|
.module_offs = CORE_MOD,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
.opt_clks = dss_rfbi_opt_clks,
|
||||||
|
.opt_clks_cnt = ARRAY_SIZE(dss_rfbi_opt_clks),
|
||||||
.slaves = omap2420_dss_rfbi_slaves,
|
.slaves = omap2420_dss_rfbi_slaves,
|
||||||
.slaves_cnt = ARRAY_SIZE(omap2420_dss_rfbi_slaves),
|
.slaves_cnt = ARRAY_SIZE(omap2420_dss_rfbi_slaves),
|
||||||
.flags = HWMOD_NO_IDLEST,
|
.flags = HWMOD_NO_IDLEST,
|
||||||
@ -981,7 +992,7 @@ static struct omap_hwmod omap2420_dss_rfbi_hwmod = {
|
|||||||
static struct omap_hwmod_ocp_if omap2420_l4_core__dss_venc = {
|
static struct omap_hwmod_ocp_if omap2420_l4_core__dss_venc = {
|
||||||
.master = &omap2420_l4_core_hwmod,
|
.master = &omap2420_l4_core_hwmod,
|
||||||
.slave = &omap2420_dss_venc_hwmod,
|
.slave = &omap2420_dss_venc_hwmod,
|
||||||
.clk = "dss_54m_fck",
|
.clk = "dss_ick",
|
||||||
.addr = omap2_dss_venc_addrs,
|
.addr = omap2_dss_venc_addrs,
|
||||||
.fw = {
|
.fw = {
|
||||||
.omap2 = {
|
.omap2 = {
|
||||||
@ -1001,7 +1012,7 @@ static struct omap_hwmod_ocp_if *omap2420_dss_venc_slaves[] = {
|
|||||||
static struct omap_hwmod omap2420_dss_venc_hwmod = {
|
static struct omap_hwmod omap2420_dss_venc_hwmod = {
|
||||||
.name = "dss_venc",
|
.name = "dss_venc",
|
||||||
.class = &omap2_venc_hwmod_class,
|
.class = &omap2_venc_hwmod_class,
|
||||||
.main_clk = "dss1_fck",
|
.main_clk = "dss_54m_fck",
|
||||||
.prcm = {
|
.prcm = {
|
||||||
.omap2 = {
|
.omap2 = {
|
||||||
.prcm_reg_id = 1,
|
.prcm_reg_id = 1,
|
||||||
|
@ -942,6 +942,10 @@ static struct omap_hwmod_ocp_if *omap2430_dss_slaves[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static struct omap_hwmod_opt_clk dss_opt_clks[] = {
|
static struct omap_hwmod_opt_clk dss_opt_clks[] = {
|
||||||
|
/*
|
||||||
|
* The DSS HW needs all DSS clocks enabled during reset. The dss_core
|
||||||
|
* driver does not use these clocks.
|
||||||
|
*/
|
||||||
{ .role = "tv_clk", .clk = "dss_54m_fck" },
|
{ .role = "tv_clk", .clk = "dss_54m_fck" },
|
||||||
{ .role = "sys_clk", .clk = "dss2_fck" },
|
{ .role = "sys_clk", .clk = "dss2_fck" },
|
||||||
};
|
};
|
||||||
@ -966,7 +970,7 @@ static struct omap_hwmod omap2430_dss_core_hwmod = {
|
|||||||
.slaves_cnt = ARRAY_SIZE(omap2430_dss_slaves),
|
.slaves_cnt = ARRAY_SIZE(omap2430_dss_slaves),
|
||||||
.masters = omap2430_dss_masters,
|
.masters = omap2430_dss_masters,
|
||||||
.masters_cnt = ARRAY_SIZE(omap2430_dss_masters),
|
.masters_cnt = ARRAY_SIZE(omap2430_dss_masters),
|
||||||
.flags = HWMOD_NO_IDLEST,
|
.flags = HWMOD_NO_IDLEST | HWMOD_CONTROL_OPT_CLKS_IN_RESET,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* l4_core -> dss_dispc */
|
/* l4_core -> dss_dispc */
|
||||||
@ -1000,6 +1004,7 @@ static struct omap_hwmod omap2430_dss_dispc_hwmod = {
|
|||||||
.slaves = omap2430_dss_dispc_slaves,
|
.slaves = omap2430_dss_dispc_slaves,
|
||||||
.slaves_cnt = ARRAY_SIZE(omap2430_dss_dispc_slaves),
|
.slaves_cnt = ARRAY_SIZE(omap2430_dss_dispc_slaves),
|
||||||
.flags = HWMOD_NO_IDLEST,
|
.flags = HWMOD_NO_IDLEST,
|
||||||
|
.dev_attr = &omap2_3_dss_dispc_dev_attr
|
||||||
};
|
};
|
||||||
|
|
||||||
/* l4_core -> dss_rfbi */
|
/* l4_core -> dss_rfbi */
|
||||||
@ -1016,6 +1021,10 @@ static struct omap_hwmod_ocp_if *omap2430_dss_rfbi_slaves[] = {
|
|||||||
&omap2430_l4_core__dss_rfbi,
|
&omap2430_l4_core__dss_rfbi,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static struct omap_hwmod_opt_clk dss_rfbi_opt_clks[] = {
|
||||||
|
{ .role = "ick", .clk = "dss_ick" },
|
||||||
|
};
|
||||||
|
|
||||||
static struct omap_hwmod omap2430_dss_rfbi_hwmod = {
|
static struct omap_hwmod omap2430_dss_rfbi_hwmod = {
|
||||||
.name = "dss_rfbi",
|
.name = "dss_rfbi",
|
||||||
.class = &omap2_rfbi_hwmod_class,
|
.class = &omap2_rfbi_hwmod_class,
|
||||||
@ -1027,6 +1036,8 @@ static struct omap_hwmod omap2430_dss_rfbi_hwmod = {
|
|||||||
.module_offs = CORE_MOD,
|
.module_offs = CORE_MOD,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
.opt_clks = dss_rfbi_opt_clks,
|
||||||
|
.opt_clks_cnt = ARRAY_SIZE(dss_rfbi_opt_clks),
|
||||||
.slaves = omap2430_dss_rfbi_slaves,
|
.slaves = omap2430_dss_rfbi_slaves,
|
||||||
.slaves_cnt = ARRAY_SIZE(omap2430_dss_rfbi_slaves),
|
.slaves_cnt = ARRAY_SIZE(omap2430_dss_rfbi_slaves),
|
||||||
.flags = HWMOD_NO_IDLEST,
|
.flags = HWMOD_NO_IDLEST,
|
||||||
@ -1036,7 +1047,7 @@ static struct omap_hwmod omap2430_dss_rfbi_hwmod = {
|
|||||||
static struct omap_hwmod_ocp_if omap2430_l4_core__dss_venc = {
|
static struct omap_hwmod_ocp_if omap2430_l4_core__dss_venc = {
|
||||||
.master = &omap2430_l4_core_hwmod,
|
.master = &omap2430_l4_core_hwmod,
|
||||||
.slave = &omap2430_dss_venc_hwmod,
|
.slave = &omap2430_dss_venc_hwmod,
|
||||||
.clk = "dss_54m_fck",
|
.clk = "dss_ick",
|
||||||
.addr = omap2_dss_venc_addrs,
|
.addr = omap2_dss_venc_addrs,
|
||||||
.flags = OCPIF_SWSUP_IDLE,
|
.flags = OCPIF_SWSUP_IDLE,
|
||||||
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
||||||
@ -1050,7 +1061,7 @@ static struct omap_hwmod_ocp_if *omap2430_dss_venc_slaves[] = {
|
|||||||
static struct omap_hwmod omap2430_dss_venc_hwmod = {
|
static struct omap_hwmod omap2430_dss_venc_hwmod = {
|
||||||
.name = "dss_venc",
|
.name = "dss_venc",
|
||||||
.class = &omap2_venc_hwmod_class,
|
.class = &omap2_venc_hwmod_class,
|
||||||
.main_clk = "dss1_fck",
|
.main_clk = "dss_54m_fck",
|
||||||
.prcm = {
|
.prcm = {
|
||||||
.omap2 = {
|
.omap2 = {
|
||||||
.prcm_reg_id = 1,
|
.prcm_reg_id = 1,
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
#include <plat/omap_hwmod.h>
|
#include <plat/omap_hwmod.h>
|
||||||
#include <plat/serial.h>
|
#include <plat/serial.h>
|
||||||
#include <plat/dma.h>
|
#include <plat/dma.h>
|
||||||
|
#include <plat/common.h>
|
||||||
|
|
||||||
#include <mach/irqs.h>
|
#include <mach/irqs.h>
|
||||||
|
|
||||||
@ -43,13 +44,15 @@ static struct omap_hwmod_class_sysconfig omap2_dss_sysc = {
|
|||||||
.rev_offs = 0x0000,
|
.rev_offs = 0x0000,
|
||||||
.sysc_offs = 0x0010,
|
.sysc_offs = 0x0010,
|
||||||
.syss_offs = 0x0014,
|
.syss_offs = 0x0014,
|
||||||
.sysc_flags = (SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE),
|
.sysc_flags = (SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE |
|
||||||
|
SYSS_HAS_RESET_STATUS),
|
||||||
.sysc_fields = &omap_hwmod_sysc_type1,
|
.sysc_fields = &omap_hwmod_sysc_type1,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct omap_hwmod_class omap2_dss_hwmod_class = {
|
struct omap_hwmod_class omap2_dss_hwmod_class = {
|
||||||
.name = "dss",
|
.name = "dss",
|
||||||
.sysc = &omap2_dss_sysc,
|
.sysc = &omap2_dss_sysc,
|
||||||
|
.reset = omap_dss_reset,
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1369,9 +1369,14 @@ static struct omap_hwmod_ocp_if *omap3xxx_dss_slaves[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static struct omap_hwmod_opt_clk dss_opt_clks[] = {
|
static struct omap_hwmod_opt_clk dss_opt_clks[] = {
|
||||||
{ .role = "tv_clk", .clk = "dss_tv_fck" },
|
/*
|
||||||
{ .role = "video_clk", .clk = "dss_96m_fck" },
|
* The DSS HW needs all DSS clocks enabled during reset. The dss_core
|
||||||
|
* driver does not use these clocks.
|
||||||
|
*/
|
||||||
{ .role = "sys_clk", .clk = "dss2_alwon_fck" },
|
{ .role = "sys_clk", .clk = "dss2_alwon_fck" },
|
||||||
|
{ .role = "tv_clk", .clk = "dss_tv_fck" },
|
||||||
|
/* required only on OMAP3430 */
|
||||||
|
{ .role = "tv_dac_clk", .clk = "dss_96m_fck" },
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct omap_hwmod omap3430es1_dss_core_hwmod = {
|
static struct omap_hwmod omap3430es1_dss_core_hwmod = {
|
||||||
@ -1394,11 +1399,12 @@ static struct omap_hwmod omap3430es1_dss_core_hwmod = {
|
|||||||
.slaves_cnt = ARRAY_SIZE(omap3430es1_dss_slaves),
|
.slaves_cnt = ARRAY_SIZE(omap3430es1_dss_slaves),
|
||||||
.masters = omap3xxx_dss_masters,
|
.masters = omap3xxx_dss_masters,
|
||||||
.masters_cnt = ARRAY_SIZE(omap3xxx_dss_masters),
|
.masters_cnt = ARRAY_SIZE(omap3xxx_dss_masters),
|
||||||
.flags = HWMOD_NO_IDLEST,
|
.flags = HWMOD_NO_IDLEST | HWMOD_CONTROL_OPT_CLKS_IN_RESET,
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct omap_hwmod omap3xxx_dss_core_hwmod = {
|
static struct omap_hwmod omap3xxx_dss_core_hwmod = {
|
||||||
.name = "dss_core",
|
.name = "dss_core",
|
||||||
|
.flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
|
||||||
.class = &omap2_dss_hwmod_class,
|
.class = &omap2_dss_hwmod_class,
|
||||||
.main_clk = "dss1_alwon_fck", /* instead of dss_fck */
|
.main_clk = "dss1_alwon_fck", /* instead of dss_fck */
|
||||||
.sdma_reqs = omap3xxx_dss_sdma_chs,
|
.sdma_reqs = omap3xxx_dss_sdma_chs,
|
||||||
@ -1456,6 +1462,7 @@ static struct omap_hwmod omap3xxx_dss_dispc_hwmod = {
|
|||||||
.slaves = omap3xxx_dss_dispc_slaves,
|
.slaves = omap3xxx_dss_dispc_slaves,
|
||||||
.slaves_cnt = ARRAY_SIZE(omap3xxx_dss_dispc_slaves),
|
.slaves_cnt = ARRAY_SIZE(omap3xxx_dss_dispc_slaves),
|
||||||
.flags = HWMOD_NO_IDLEST,
|
.flags = HWMOD_NO_IDLEST,
|
||||||
|
.dev_attr = &omap2_3_dss_dispc_dev_attr
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -1486,6 +1493,7 @@ static struct omap_hwmod_addr_space omap3xxx_dss_dsi1_addrs[] = {
|
|||||||
static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_dsi1 = {
|
static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_dsi1 = {
|
||||||
.master = &omap3xxx_l4_core_hwmod,
|
.master = &omap3xxx_l4_core_hwmod,
|
||||||
.slave = &omap3xxx_dss_dsi1_hwmod,
|
.slave = &omap3xxx_dss_dsi1_hwmod,
|
||||||
|
.clk = "dss_ick",
|
||||||
.addr = omap3xxx_dss_dsi1_addrs,
|
.addr = omap3xxx_dss_dsi1_addrs,
|
||||||
.fw = {
|
.fw = {
|
||||||
.omap2 = {
|
.omap2 = {
|
||||||
@ -1502,6 +1510,10 @@ static struct omap_hwmod_ocp_if *omap3xxx_dss_dsi1_slaves[] = {
|
|||||||
&omap3xxx_l4_core__dss_dsi1,
|
&omap3xxx_l4_core__dss_dsi1,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static struct omap_hwmod_opt_clk dss_dsi1_opt_clks[] = {
|
||||||
|
{ .role = "sys_clk", .clk = "dss2_alwon_fck" },
|
||||||
|
};
|
||||||
|
|
||||||
static struct omap_hwmod omap3xxx_dss_dsi1_hwmod = {
|
static struct omap_hwmod omap3xxx_dss_dsi1_hwmod = {
|
||||||
.name = "dss_dsi1",
|
.name = "dss_dsi1",
|
||||||
.class = &omap3xxx_dsi_hwmod_class,
|
.class = &omap3xxx_dsi_hwmod_class,
|
||||||
@ -1514,6 +1526,8 @@ static struct omap_hwmod omap3xxx_dss_dsi1_hwmod = {
|
|||||||
.module_offs = OMAP3430_DSS_MOD,
|
.module_offs = OMAP3430_DSS_MOD,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
.opt_clks = dss_dsi1_opt_clks,
|
||||||
|
.opt_clks_cnt = ARRAY_SIZE(dss_dsi1_opt_clks),
|
||||||
.slaves = omap3xxx_dss_dsi1_slaves,
|
.slaves = omap3xxx_dss_dsi1_slaves,
|
||||||
.slaves_cnt = ARRAY_SIZE(omap3xxx_dss_dsi1_slaves),
|
.slaves_cnt = ARRAY_SIZE(omap3xxx_dss_dsi1_slaves),
|
||||||
.flags = HWMOD_NO_IDLEST,
|
.flags = HWMOD_NO_IDLEST,
|
||||||
@ -1540,6 +1554,10 @@ static struct omap_hwmod_ocp_if *omap3xxx_dss_rfbi_slaves[] = {
|
|||||||
&omap3xxx_l4_core__dss_rfbi,
|
&omap3xxx_l4_core__dss_rfbi,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static struct omap_hwmod_opt_clk dss_rfbi_opt_clks[] = {
|
||||||
|
{ .role = "ick", .clk = "dss_ick" },
|
||||||
|
};
|
||||||
|
|
||||||
static struct omap_hwmod omap3xxx_dss_rfbi_hwmod = {
|
static struct omap_hwmod omap3xxx_dss_rfbi_hwmod = {
|
||||||
.name = "dss_rfbi",
|
.name = "dss_rfbi",
|
||||||
.class = &omap2_rfbi_hwmod_class,
|
.class = &omap2_rfbi_hwmod_class,
|
||||||
@ -1551,6 +1569,8 @@ static struct omap_hwmod omap3xxx_dss_rfbi_hwmod = {
|
|||||||
.module_offs = OMAP3430_DSS_MOD,
|
.module_offs = OMAP3430_DSS_MOD,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
.opt_clks = dss_rfbi_opt_clks,
|
||||||
|
.opt_clks_cnt = ARRAY_SIZE(dss_rfbi_opt_clks),
|
||||||
.slaves = omap3xxx_dss_rfbi_slaves,
|
.slaves = omap3xxx_dss_rfbi_slaves,
|
||||||
.slaves_cnt = ARRAY_SIZE(omap3xxx_dss_rfbi_slaves),
|
.slaves_cnt = ARRAY_SIZE(omap3xxx_dss_rfbi_slaves),
|
||||||
.flags = HWMOD_NO_IDLEST,
|
.flags = HWMOD_NO_IDLEST,
|
||||||
@ -1560,7 +1580,7 @@ static struct omap_hwmod omap3xxx_dss_rfbi_hwmod = {
|
|||||||
static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_venc = {
|
static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_venc = {
|
||||||
.master = &omap3xxx_l4_core_hwmod,
|
.master = &omap3xxx_l4_core_hwmod,
|
||||||
.slave = &omap3xxx_dss_venc_hwmod,
|
.slave = &omap3xxx_dss_venc_hwmod,
|
||||||
.clk = "dss_tv_fck",
|
.clk = "dss_ick",
|
||||||
.addr = omap2_dss_venc_addrs,
|
.addr = omap2_dss_venc_addrs,
|
||||||
.fw = {
|
.fw = {
|
||||||
.omap2 = {
|
.omap2 = {
|
||||||
@ -1578,10 +1598,15 @@ static struct omap_hwmod_ocp_if *omap3xxx_dss_venc_slaves[] = {
|
|||||||
&omap3xxx_l4_core__dss_venc,
|
&omap3xxx_l4_core__dss_venc,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static struct omap_hwmod_opt_clk dss_venc_opt_clks[] = {
|
||||||
|
/* required only on OMAP3430 */
|
||||||
|
{ .role = "tv_dac_clk", .clk = "dss_96m_fck" },
|
||||||
|
};
|
||||||
|
|
||||||
static struct omap_hwmod omap3xxx_dss_venc_hwmod = {
|
static struct omap_hwmod omap3xxx_dss_venc_hwmod = {
|
||||||
.name = "dss_venc",
|
.name = "dss_venc",
|
||||||
.class = &omap2_venc_hwmod_class,
|
.class = &omap2_venc_hwmod_class,
|
||||||
.main_clk = "dss1_alwon_fck",
|
.main_clk = "dss_tv_fck",
|
||||||
.prcm = {
|
.prcm = {
|
||||||
.omap2 = {
|
.omap2 = {
|
||||||
.prcm_reg_id = 1,
|
.prcm_reg_id = 1,
|
||||||
@ -1589,6 +1614,8 @@ static struct omap_hwmod omap3xxx_dss_venc_hwmod = {
|
|||||||
.module_offs = OMAP3430_DSS_MOD,
|
.module_offs = OMAP3430_DSS_MOD,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
.opt_clks = dss_venc_opt_clks,
|
||||||
|
.opt_clks_cnt = ARRAY_SIZE(dss_venc_opt_clks),
|
||||||
.slaves = omap3xxx_dss_venc_slaves,
|
.slaves = omap3xxx_dss_venc_slaves,
|
||||||
.slaves_cnt = ARRAY_SIZE(omap3xxx_dss_venc_slaves),
|
.slaves_cnt = ARRAY_SIZE(omap3xxx_dss_venc_slaves),
|
||||||
.flags = HWMOD_NO_IDLEST,
|
.flags = HWMOD_NO_IDLEST,
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
#include <plat/mmc.h>
|
#include <plat/mmc.h>
|
||||||
#include <plat/i2c.h>
|
#include <plat/i2c.h>
|
||||||
#include <plat/dmtimer.h>
|
#include <plat/dmtimer.h>
|
||||||
|
#include <plat/common.h>
|
||||||
|
|
||||||
#include "omap_hwmod_common_data.h"
|
#include "omap_hwmod_common_data.h"
|
||||||
|
|
||||||
@ -1187,6 +1188,7 @@ static struct omap_hwmod_class_sysconfig omap44xx_dss_sysc = {
|
|||||||
static struct omap_hwmod_class omap44xx_dss_hwmod_class = {
|
static struct omap_hwmod_class omap44xx_dss_hwmod_class = {
|
||||||
.name = "dss",
|
.name = "dss",
|
||||||
.sysc = &omap44xx_dss_sysc,
|
.sysc = &omap44xx_dss_sysc,
|
||||||
|
.reset = omap_dss_reset,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* dss */
|
/* dss */
|
||||||
@ -1240,12 +1242,12 @@ static struct omap_hwmod_ocp_if *omap44xx_dss_slaves[] = {
|
|||||||
static struct omap_hwmod_opt_clk dss_opt_clks[] = {
|
static struct omap_hwmod_opt_clk dss_opt_clks[] = {
|
||||||
{ .role = "sys_clk", .clk = "dss_sys_clk" },
|
{ .role = "sys_clk", .clk = "dss_sys_clk" },
|
||||||
{ .role = "tv_clk", .clk = "dss_tv_clk" },
|
{ .role = "tv_clk", .clk = "dss_tv_clk" },
|
||||||
{ .role = "dss_clk", .clk = "dss_dss_clk" },
|
{ .role = "hdmi_clk", .clk = "dss_48mhz_clk" },
|
||||||
{ .role = "video_clk", .clk = "dss_48mhz_clk" },
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct omap_hwmod omap44xx_dss_hwmod = {
|
static struct omap_hwmod omap44xx_dss_hwmod = {
|
||||||
.name = "dss_core",
|
.name = "dss_core",
|
||||||
|
.flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
|
||||||
.class = &omap44xx_dss_hwmod_class,
|
.class = &omap44xx_dss_hwmod_class,
|
||||||
.clkdm_name = "l3_dss_clkdm",
|
.clkdm_name = "l3_dss_clkdm",
|
||||||
.main_clk = "dss_dss_clk",
|
.main_clk = "dss_dss_clk",
|
||||||
@ -1325,6 +1327,11 @@ static struct omap_hwmod_addr_space omap44xx_dss_dispc_addrs[] = {
|
|||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static struct omap_dss_dispc_dev_attr omap44xx_dss_dispc_dev_attr = {
|
||||||
|
.manager_count = 3,
|
||||||
|
.has_framedonetv_irq = 1
|
||||||
|
};
|
||||||
|
|
||||||
/* l4_per -> dss_dispc */
|
/* l4_per -> dss_dispc */
|
||||||
static struct omap_hwmod_ocp_if omap44xx_l4_per__dss_dispc = {
|
static struct omap_hwmod_ocp_if omap44xx_l4_per__dss_dispc = {
|
||||||
.master = &omap44xx_l4_per_hwmod,
|
.master = &omap44xx_l4_per_hwmod,
|
||||||
@ -1340,12 +1347,6 @@ static struct omap_hwmod_ocp_if *omap44xx_dss_dispc_slaves[] = {
|
|||||||
&omap44xx_l4_per__dss_dispc,
|
&omap44xx_l4_per__dss_dispc,
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct omap_hwmod_opt_clk dss_dispc_opt_clks[] = {
|
|
||||||
{ .role = "sys_clk", .clk = "dss_sys_clk" },
|
|
||||||
{ .role = "tv_clk", .clk = "dss_tv_clk" },
|
|
||||||
{ .role = "hdmi_clk", .clk = "dss_48mhz_clk" },
|
|
||||||
};
|
|
||||||
|
|
||||||
static struct omap_hwmod omap44xx_dss_dispc_hwmod = {
|
static struct omap_hwmod omap44xx_dss_dispc_hwmod = {
|
||||||
.name = "dss_dispc",
|
.name = "dss_dispc",
|
||||||
.class = &omap44xx_dispc_hwmod_class,
|
.class = &omap44xx_dispc_hwmod_class,
|
||||||
@ -1359,10 +1360,9 @@ static struct omap_hwmod omap44xx_dss_dispc_hwmod = {
|
|||||||
.context_offs = OMAP4_RM_DSS_DSS_CONTEXT_OFFSET,
|
.context_offs = OMAP4_RM_DSS_DSS_CONTEXT_OFFSET,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
.opt_clks = dss_dispc_opt_clks,
|
|
||||||
.opt_clks_cnt = ARRAY_SIZE(dss_dispc_opt_clks),
|
|
||||||
.slaves = omap44xx_dss_dispc_slaves,
|
.slaves = omap44xx_dss_dispc_slaves,
|
||||||
.slaves_cnt = ARRAY_SIZE(omap44xx_dss_dispc_slaves),
|
.slaves_cnt = ARRAY_SIZE(omap44xx_dss_dispc_slaves),
|
||||||
|
.dev_attr = &omap44xx_dss_dispc_dev_attr
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -1624,7 +1624,7 @@ static struct omap_hwmod omap44xx_dss_hdmi_hwmod = {
|
|||||||
.clkdm_name = "l3_dss_clkdm",
|
.clkdm_name = "l3_dss_clkdm",
|
||||||
.mpu_irqs = omap44xx_dss_hdmi_irqs,
|
.mpu_irqs = omap44xx_dss_hdmi_irqs,
|
||||||
.sdma_reqs = omap44xx_dss_hdmi_sdma_reqs,
|
.sdma_reqs = omap44xx_dss_hdmi_sdma_reqs,
|
||||||
.main_clk = "dss_dss_clk",
|
.main_clk = "dss_48mhz_clk",
|
||||||
.prcm = {
|
.prcm = {
|
||||||
.omap4 = {
|
.omap4 = {
|
||||||
.clkctrl_offs = OMAP4_CM_DSS_DSS_CLKCTRL_OFFSET,
|
.clkctrl_offs = OMAP4_CM_DSS_DSS_CLKCTRL_OFFSET,
|
||||||
@ -1785,7 +1785,7 @@ static struct omap_hwmod omap44xx_dss_venc_hwmod = {
|
|||||||
.name = "dss_venc",
|
.name = "dss_venc",
|
||||||
.class = &omap44xx_venc_hwmod_class,
|
.class = &omap44xx_venc_hwmod_class,
|
||||||
.clkdm_name = "l3_dss_clkdm",
|
.clkdm_name = "l3_dss_clkdm",
|
||||||
.main_clk = "dss_dss_clk",
|
.main_clk = "dss_tv_clk",
|
||||||
.prcm = {
|
.prcm = {
|
||||||
.omap4 = {
|
.omap4 = {
|
||||||
.clkctrl_offs = OMAP4_CM_DSS_DSS_CLKCTRL_OFFSET,
|
.clkctrl_offs = OMAP4_CM_DSS_DSS_CLKCTRL_OFFSET,
|
||||||
|
@ -49,3 +49,7 @@ struct omap_hwmod_sysc_fields omap_hwmod_sysc_type2 = {
|
|||||||
.srst_shift = SYSC_TYPE2_SOFTRESET_SHIFT,
|
.srst_shift = SYSC_TYPE2_SOFTRESET_SHIFT,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct omap_dss_dispc_dev_attr omap2_3_dss_dispc_dev_attr = {
|
||||||
|
.manager_count = 2,
|
||||||
|
.has_framedonetv_irq = 0
|
||||||
|
};
|
||||||
|
@ -16,6 +16,8 @@
|
|||||||
|
|
||||||
#include <plat/omap_hwmod.h>
|
#include <plat/omap_hwmod.h>
|
||||||
|
|
||||||
|
#include "display.h"
|
||||||
|
|
||||||
/* Common address space across OMAP2xxx */
|
/* Common address space across OMAP2xxx */
|
||||||
extern struct omap_hwmod_addr_space omap2xxx_uart1_addr_space[];
|
extern struct omap_hwmod_addr_space omap2xxx_uart1_addr_space[];
|
||||||
extern struct omap_hwmod_addr_space omap2xxx_uart2_addr_space[];
|
extern struct omap_hwmod_addr_space omap2xxx_uart2_addr_space[];
|
||||||
@ -111,4 +113,6 @@ extern struct omap_hwmod_class omap2xxx_dma_hwmod_class;
|
|||||||
extern struct omap_hwmod_class omap2xxx_mailbox_hwmod_class;
|
extern struct omap_hwmod_class omap2xxx_mailbox_hwmod_class;
|
||||||
extern struct omap_hwmod_class omap2xxx_mcspi_class;
|
extern struct omap_hwmod_class omap2xxx_mcspi_class;
|
||||||
|
|
||||||
|
extern struct omap_dss_dispc_dev_attr omap2_3_dss_dispc_dev_attr;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -237,7 +237,7 @@ static int __devexit omap4_l3_remove(struct platform_device *pdev)
|
|||||||
static const struct of_device_id l3_noc_match[] = {
|
static const struct of_device_id l3_noc_match[] = {
|
||||||
{.compatible = "ti,omap4-l3-noc", },
|
{.compatible = "ti,omap4-l3-noc", },
|
||||||
{},
|
{},
|
||||||
}
|
};
|
||||||
MODULE_DEVICE_TABLE(of, l3_noc_match);
|
MODULE_DEVICE_TABLE(of, l3_noc_match);
|
||||||
#else
|
#else
|
||||||
#define l3_noc_match NULL
|
#define l3_noc_match NULL
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
#include "powerdomain.h"
|
#include "powerdomain.h"
|
||||||
#include "clockdomain.h"
|
#include "clockdomain.h"
|
||||||
#include "pm.h"
|
#include "pm.h"
|
||||||
|
#include "twl-common.h"
|
||||||
|
|
||||||
static struct omap_device_pm_latency *pm_lats;
|
static struct omap_device_pm_latency *pm_lats;
|
||||||
|
|
||||||
@ -226,11 +227,8 @@ postcore_initcall(omap2_common_pm_init);
|
|||||||
|
|
||||||
static int __init omap2_common_pm_late_init(void)
|
static int __init omap2_common_pm_late_init(void)
|
||||||
{
|
{
|
||||||
/* Init the OMAP TWL parameters */
|
|
||||||
omap3_twl_init();
|
|
||||||
omap4_twl_init();
|
|
||||||
|
|
||||||
/* Init the voltage layer */
|
/* Init the voltage layer */
|
||||||
|
omap_pmic_late_init();
|
||||||
omap_voltage_late_init();
|
omap_voltage_late_init();
|
||||||
|
|
||||||
/* Initialize the voltages */
|
/* Initialize the voltages */
|
||||||
|
@ -139,7 +139,7 @@ static irqreturn_t sr_interrupt(int irq, void *data)
|
|||||||
sr_write_reg(sr_info, ERRCONFIG_V1, status);
|
sr_write_reg(sr_info, ERRCONFIG_V1, status);
|
||||||
} else if (sr_info->ip_type == SR_TYPE_V2) {
|
} else if (sr_info->ip_type == SR_TYPE_V2) {
|
||||||
/* Read the status bits */
|
/* Read the status bits */
|
||||||
sr_read_reg(sr_info, IRQSTATUS);
|
status = sr_read_reg(sr_info, IRQSTATUS);
|
||||||
|
|
||||||
/* Clear them by writing back */
|
/* Clear them by writing back */
|
||||||
sr_write_reg(sr_info, IRQSTATUS, status);
|
sr_write_reg(sr_info, IRQSTATUS, status);
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
#include <plat/usb.h>
|
#include <plat/usb.h>
|
||||||
|
|
||||||
#include "twl-common.h"
|
#include "twl-common.h"
|
||||||
|
#include "pm.h"
|
||||||
|
|
||||||
static struct i2c_board_info __initdata pmic_i2c_board_info = {
|
static struct i2c_board_info __initdata pmic_i2c_board_info = {
|
||||||
.addr = 0x48,
|
.addr = 0x48,
|
||||||
@ -48,6 +49,16 @@ void __init omap_pmic_init(int bus, u32 clkrate,
|
|||||||
omap_register_i2c_bus(bus, clkrate, &pmic_i2c_board_info, 1);
|
omap_register_i2c_bus(bus, clkrate, &pmic_i2c_board_info, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void __init omap_pmic_late_init(void)
|
||||||
|
{
|
||||||
|
/* Init the OMAP TWL parameters (if PMIC has been registerd) */
|
||||||
|
if (!pmic_i2c_board_info.irq)
|
||||||
|
return;
|
||||||
|
|
||||||
|
omap3_twl_init();
|
||||||
|
omap4_twl_init();
|
||||||
|
}
|
||||||
|
|
||||||
#if defined(CONFIG_ARCH_OMAP3)
|
#if defined(CONFIG_ARCH_OMAP3)
|
||||||
static struct twl4030_usb_data omap3_usb_pdata = {
|
static struct twl4030_usb_data omap3_usb_pdata = {
|
||||||
.usb_mode = T2_USB_MODE_ULPI,
|
.usb_mode = T2_USB_MODE_ULPI,
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
#ifndef __OMAP_PMIC_COMMON__
|
#ifndef __OMAP_PMIC_COMMON__
|
||||||
#define __OMAP_PMIC_COMMON__
|
#define __OMAP_PMIC_COMMON__
|
||||||
|
|
||||||
|
#include <plat/irqs.h>
|
||||||
|
|
||||||
#define TWL_COMMON_PDATA_USB (1 << 0)
|
#define TWL_COMMON_PDATA_USB (1 << 0)
|
||||||
#define TWL_COMMON_PDATA_BCI (1 << 1)
|
#define TWL_COMMON_PDATA_BCI (1 << 1)
|
||||||
#define TWL_COMMON_PDATA_MADC (1 << 2)
|
#define TWL_COMMON_PDATA_MADC (1 << 2)
|
||||||
@ -30,6 +32,7 @@ struct twl4030_platform_data;
|
|||||||
|
|
||||||
void omap_pmic_init(int bus, u32 clkrate, const char *pmic_type, int pmic_irq,
|
void omap_pmic_init(int bus, u32 clkrate, const char *pmic_type, int pmic_irq,
|
||||||
struct twl4030_platform_data *pmic_data);
|
struct twl4030_platform_data *pmic_data);
|
||||||
|
void omap_pmic_late_init(void);
|
||||||
|
|
||||||
static inline void omap2_pmic_init(const char *pmic_type,
|
static inline void omap2_pmic_init(const char *pmic_type,
|
||||||
struct twl4030_platform_data *pmic_data)
|
struct twl4030_platform_data *pmic_data)
|
||||||
|
@ -307,7 +307,7 @@ static inline void balloon3_mmc_init(void) {}
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* USB Gadget
|
* USB Gadget
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
#if defined(CONFIG_USB_GADGET_PXA27X)||defined(CONFIG_USB_GADGET_PXA27X_MODULE)
|
#if defined(CONFIG_USB_PXA27X)||defined(CONFIG_USB_PXA27X_MODULE)
|
||||||
static void balloon3_udc_command(int cmd)
|
static void balloon3_udc_command(int cmd)
|
||||||
{
|
{
|
||||||
if (cmd == PXA2XX_UDC_CMD_CONNECT)
|
if (cmd == PXA2XX_UDC_CMD_CONNECT)
|
||||||
|
@ -146,7 +146,7 @@ static void __init colibri_pxa320_init_eth(void)
|
|||||||
static inline void __init colibri_pxa320_init_eth(void) {}
|
static inline void __init colibri_pxa320_init_eth(void) {}
|
||||||
#endif /* CONFIG_AX88796 */
|
#endif /* CONFIG_AX88796 */
|
||||||
|
|
||||||
#if defined(CONFIG_USB_GADGET_PXA27X)||defined(CONFIG_USB_GADGET_PXA27X_MODULE)
|
#if defined(CONFIG_USB_PXA27X)||defined(CONFIG_USB_PXA27X_MODULE)
|
||||||
static struct gpio_vbus_mach_info colibri_pxa320_gpio_vbus_info = {
|
static struct gpio_vbus_mach_info colibri_pxa320_gpio_vbus_info = {
|
||||||
.gpio_vbus = mfp_to_gpio(MFP_PIN_GPIO96),
|
.gpio_vbus = mfp_to_gpio(MFP_PIN_GPIO96),
|
||||||
.gpio_pullup = -1,
|
.gpio_pullup = -1,
|
||||||
|
@ -106,7 +106,7 @@ static void __init gumstix_mmc_init(void)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_USB_GADGET_PXA25X
|
#ifdef CONFIG_USB_PXA25X
|
||||||
static struct gpio_vbus_mach_info gumstix_udc_info = {
|
static struct gpio_vbus_mach_info gumstix_udc_info = {
|
||||||
.gpio_vbus = GPIO_GUMSTIX_USB_GPIOn,
|
.gpio_vbus = GPIO_GUMSTIX_USB_GPIOn,
|
||||||
.gpio_pullup = GPIO_GUMSTIX_USB_GPIOx,
|
.gpio_pullup = GPIO_GUMSTIX_USB_GPIOx,
|
||||||
|
@ -37,8 +37,8 @@ extern void __init palm27x_lcd_init(int power,
|
|||||||
#define palm27x_lcd_init(power, mode) do {} while (0)
|
#define palm27x_lcd_init(power, mode) do {} while (0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_USB_GADGET_PXA27X) || \
|
#if defined(CONFIG_USB_PXA27X) || \
|
||||||
defined(CONFIG_USB_GADGET_PXA27X_MODULE)
|
defined(CONFIG_USB_PXA27X_MODULE)
|
||||||
extern void __init palm27x_udc_init(int vbus, int pullup,
|
extern void __init palm27x_udc_init(int vbus, int pullup,
|
||||||
int vbus_inverted);
|
int vbus_inverted);
|
||||||
#else
|
#else
|
||||||
|
@ -164,8 +164,8 @@ void __init palm27x_lcd_init(int power, struct pxafb_mode_info *mode)
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* USB Gadget
|
* USB Gadget
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
#if defined(CONFIG_USB_GADGET_PXA27X) || \
|
#if defined(CONFIG_USB_PXA27X) || \
|
||||||
defined(CONFIG_USB_GADGET_PXA27X_MODULE)
|
defined(CONFIG_USB_PXA27X_MODULE)
|
||||||
static struct gpio_vbus_mach_info palm27x_udc_info = {
|
static struct gpio_vbus_mach_info palm27x_udc_info = {
|
||||||
.gpio_vbus_inverted = 1,
|
.gpio_vbus_inverted = 1,
|
||||||
};
|
};
|
||||||
|
@ -338,7 +338,7 @@ static inline void palmtc_mkp_init(void) {}
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* UDC
|
* UDC
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
#if defined(CONFIG_USB_GADGET_PXA25X)||defined(CONFIG_USB_GADGET_PXA25X_MODULE)
|
#if defined(CONFIG_USB_PXA25X)||defined(CONFIG_USB_PXA25X_MODULE)
|
||||||
static struct gpio_vbus_mach_info palmtc_udc_info = {
|
static struct gpio_vbus_mach_info palmtc_udc_info = {
|
||||||
.gpio_vbus = GPIO_NR_PALMTC_USB_DETECT_N,
|
.gpio_vbus = GPIO_NR_PALMTC_USB_DETECT_N,
|
||||||
.gpio_vbus_inverted = 1,
|
.gpio_vbus_inverted = 1,
|
||||||
|
@ -343,7 +343,7 @@ static inline void vpac270_uhc_init(void) {}
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* USB Gadget
|
* USB Gadget
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
#if defined(CONFIG_USB_GADGET_PXA27X)||defined(CONFIG_USB_GADGET_PXA27X_MODULE)
|
#if defined(CONFIG_USB_PXA27X)||defined(CONFIG_USB_PXA27X_MODULE)
|
||||||
static struct gpio_vbus_mach_info vpac270_gpio_vbus_info = {
|
static struct gpio_vbus_mach_info vpac270_gpio_vbus_info = {
|
||||||
.gpio_vbus = GPIO41_VPAC270_UDC_DETECT,
|
.gpio_vbus = GPIO41_VPAC270_UDC_DETECT,
|
||||||
.gpio_pullup = -1,
|
.gpio_pullup = -1,
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/export.h>
|
||||||
#include <linux/interrupt.h>
|
#include <linux/interrupt.h>
|
||||||
#include <linux/i2c.h>
|
#include <linux/i2c.h>
|
||||||
|
|
||||||
|
@ -85,7 +85,6 @@ enum mxc_cpu_pwr_mode {
|
|||||||
};
|
};
|
||||||
|
|
||||||
extern void mx5_cpu_lp_set(enum mxc_cpu_pwr_mode mode);
|
extern void mx5_cpu_lp_set(enum mxc_cpu_pwr_mode mode);
|
||||||
extern void (*imx_idle)(void);
|
|
||||||
extern void imx_print_silicon_rev(const char *cpu, int srev);
|
extern void imx_print_silicon_rev(const char *cpu, int srev);
|
||||||
|
|
||||||
void avic_handle_irq(struct pt_regs *);
|
void avic_handle_irq(struct pt_regs *);
|
||||||
@ -133,4 +132,5 @@ extern void imx53_qsb_common_init(void);
|
|||||||
extern void imx53_smd_common_init(void);
|
extern void imx53_smd_common_init(void);
|
||||||
extern int imx6q_set_lpm(enum mxc_cpu_pwr_mode mode);
|
extern int imx6q_set_lpm(enum mxc_cpu_pwr_mode mode);
|
||||||
extern void imx6q_pm_init(void);
|
extern void imx6q_pm_init(void);
|
||||||
|
extern void imx6q_clock_map_io(void);
|
||||||
#endif
|
#endif
|
||||||
|
@ -50,20 +50,6 @@
|
|||||||
#define IMX_CHIP_REVISION_3_3 0x33
|
#define IMX_CHIP_REVISION_3_3 0x33
|
||||||
#define IMX_CHIP_REVISION_UNKNOWN 0xff
|
#define IMX_CHIP_REVISION_UNKNOWN 0xff
|
||||||
|
|
||||||
#define IMX_CHIP_REVISION_1_0_STRING "1.0"
|
|
||||||
#define IMX_CHIP_REVISION_1_1_STRING "1.1"
|
|
||||||
#define IMX_CHIP_REVISION_1_2_STRING "1.2"
|
|
||||||
#define IMX_CHIP_REVISION_1_3_STRING "1.3"
|
|
||||||
#define IMX_CHIP_REVISION_2_0_STRING "2.0"
|
|
||||||
#define IMX_CHIP_REVISION_2_1_STRING "2.1"
|
|
||||||
#define IMX_CHIP_REVISION_2_2_STRING "2.2"
|
|
||||||
#define IMX_CHIP_REVISION_2_3_STRING "2.3"
|
|
||||||
#define IMX_CHIP_REVISION_3_0_STRING "3.0"
|
|
||||||
#define IMX_CHIP_REVISION_3_1_STRING "3.1"
|
|
||||||
#define IMX_CHIP_REVISION_3_2_STRING "3.2"
|
|
||||||
#define IMX_CHIP_REVISION_3_3_STRING "3.3"
|
|
||||||
#define IMX_CHIP_REVISION_UNKNOWN_STRING "unknown"
|
|
||||||
|
|
||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
extern unsigned int __mxc_cpu_type;
|
extern unsigned int __mxc_cpu_type;
|
||||||
#endif
|
#endif
|
||||||
|
@ -17,13 +17,8 @@
|
|||||||
#ifndef __ASM_ARCH_MXC_SYSTEM_H__
|
#ifndef __ASM_ARCH_MXC_SYSTEM_H__
|
||||||
#define __ASM_ARCH_MXC_SYSTEM_H__
|
#define __ASM_ARCH_MXC_SYSTEM_H__
|
||||||
|
|
||||||
extern void (*imx_idle)(void);
|
|
||||||
|
|
||||||
static inline void arch_idle(void)
|
static inline void arch_idle(void)
|
||||||
{
|
{
|
||||||
if (imx_idle != NULL)
|
|
||||||
(imx_idle)();
|
|
||||||
else
|
|
||||||
cpu_do_idle();
|
cpu_do_idle();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
|
#include <linux/module.h>
|
||||||
|
|
||||||
#include <mach/hardware.h>
|
#include <mach/hardware.h>
|
||||||
#include <mach/common.h>
|
#include <mach/common.h>
|
||||||
@ -28,8 +29,8 @@
|
|||||||
#include <asm/system.h>
|
#include <asm/system.h>
|
||||||
#include <asm/mach-types.h>
|
#include <asm/mach-types.h>
|
||||||
|
|
||||||
void (*imx_idle)(void) = NULL;
|
|
||||||
void __iomem *(*imx_ioremap)(unsigned long, size_t, unsigned int) = NULL;
|
void __iomem *(*imx_ioremap)(unsigned long, size_t, unsigned int) = NULL;
|
||||||
|
EXPORT_SYMBOL_GPL(imx_ioremap);
|
||||||
|
|
||||||
static void __iomem *wdog_base;
|
static void __iomem *wdog_base;
|
||||||
|
|
||||||
|
@ -165,8 +165,8 @@ struct dpll_data {
|
|||||||
u8 auto_recal_bit;
|
u8 auto_recal_bit;
|
||||||
u8 recal_en_bit;
|
u8 recal_en_bit;
|
||||||
u8 recal_st_bit;
|
u8 recal_st_bit;
|
||||||
u8 flags;
|
|
||||||
# endif
|
# endif
|
||||||
|
u8 flags;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
|
|
||||||
#include <plat/i2c.h>
|
#include <plat/i2c.h>
|
||||||
|
#include <plat/omap_hwmod.h>
|
||||||
|
|
||||||
struct sys_timer;
|
struct sys_timer;
|
||||||
|
|
||||||
@ -55,6 +56,8 @@ void am35xx_init_early(void);
|
|||||||
void ti816x_init_early(void);
|
void ti816x_init_early(void);
|
||||||
void omap4430_init_early(void);
|
void omap4430_init_early(void);
|
||||||
|
|
||||||
|
extern int omap_dss_reset(struct omap_hwmod *);
|
||||||
|
|
||||||
void omap_sram_init(void);
|
void omap_sram_init(void);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/module.h>
|
#include <linux/export.h>
|
||||||
#include <linux/interrupt.h>
|
#include <linux/interrupt.h>
|
||||||
#include <linux/ioport.h>
|
#include <linux/ioport.h>
|
||||||
#include <linux/cpufreq.h>
|
#include <linux/cpufreq.h>
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
#include <linux/interrupt.h>
|
#include <linux/interrupt.h>
|
||||||
#include <linux/platform_device.h>
|
#include <linux/platform_device.h>
|
||||||
|
#include <linux/export.h>
|
||||||
|
|
||||||
#include <asm/pgtable.h>
|
#include <asm/pgtable.h>
|
||||||
|
|
||||||
|
@ -24,6 +24,8 @@
|
|||||||
#ifndef __PLAT_GPIO_CFG_H
|
#ifndef __PLAT_GPIO_CFG_H
|
||||||
#define __PLAT_GPIO_CFG_H __FILE__
|
#define __PLAT_GPIO_CFG_H __FILE__
|
||||||
|
|
||||||
|
#include<linux/types.h>
|
||||||
|
|
||||||
typedef unsigned int __bitwise__ samsung_gpio_pull_t;
|
typedef unsigned int __bitwise__ samsung_gpio_pull_t;
|
||||||
typedef unsigned int __bitwise__ s5p_gpio_drvstr_t;
|
typedef unsigned int __bitwise__ s5p_gpio_drvstr_t;
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/module.h>
|
#include <linux/export.h>
|
||||||
#include <linux/platform_device.h>
|
#include <linux/platform_device.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <linux/pm_runtime.h>
|
#include <linux/pm_runtime.h>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
* the Free Software Foundation; either version 2 of the License.
|
* the Free Software Foundation; either version 2 of the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/export.h>
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/platform_device.h>
|
#include <linux/platform_device.h>
|
||||||
#include <linux/slab.h>
|
#include <linux/slab.h>
|
||||||
|
@ -1123,5 +1123,6 @@ blissc MACH_BLISSC BLISSC 3491
|
|||||||
thales_adc MACH_THALES_ADC THALES_ADC 3492
|
thales_adc MACH_THALES_ADC THALES_ADC 3492
|
||||||
ubisys_p9d_evp MACH_UBISYS_P9D_EVP UBISYS_P9D_EVP 3493
|
ubisys_p9d_evp MACH_UBISYS_P9D_EVP UBISYS_P9D_EVP 3493
|
||||||
atdgp318 MACH_ATDGP318 ATDGP318 3494
|
atdgp318 MACH_ATDGP318 ATDGP318 3494
|
||||||
|
m28evk MACH_M28EVK M28EVK 3613
|
||||||
smdk4212 MACH_SMDK4212 SMDK4212 3638
|
smdk4212 MACH_SMDK4212 SMDK4212 3638
|
||||||
smdk4412 MACH_SMDK4412 SMDK4412 3765
|
smdk4412 MACH_SMDK4412 SMDK4412 3765
|
||||||
|
@ -307,15 +307,8 @@ struct omap_dss_board_info {
|
|||||||
void (*dsi_disable_pads)(int dsi_id, unsigned lane_mask);
|
void (*dsi_disable_pads)(int dsi_id, unsigned lane_mask);
|
||||||
};
|
};
|
||||||
|
|
||||||
#if defined(CONFIG_OMAP2_DSS_MODULE) || defined(CONFIG_OMAP2_DSS)
|
|
||||||
/* Init with the board info */
|
/* Init with the board info */
|
||||||
extern int omap_display_init(struct omap_dss_board_info *board_data);
|
extern int omap_display_init(struct omap_dss_board_info *board_data);
|
||||||
#else
|
|
||||||
static inline int omap_display_init(struct omap_dss_board_info *board_data)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
struct omap_display_platform_data {
|
struct omap_display_platform_data {
|
||||||
struct omap_dss_board_info *board_data;
|
struct omap_dss_board_info *board_data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user