* [PATCH 0/1] ARM: OMAP: Enable TSC2301 drivers in N800 defconfig @ 2008-04-28 8:08 Jarkko Nikula 2008-04-28 8:08 ` [PATCH] " Jarkko Nikula 2008-04-28 23:23 ` [PATCH 0/1] " Tony Lindgren 0 siblings, 2 replies; 9+ messages in thread From: Jarkko Nikula @ 2008-04-28 8:08 UTC (permalink / raw) To: linux-omap; +Cc: Felipe Balbi Patch because N800 didn't work anymore with n800_defconfig... Note that camera driver doesn't compile at the moment so please disable CONFIG_VIDEO_OMAP2 manually before trying. Felipe, can you test does this config still work on N810? -- Jarkko ^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] ARM: OMAP: Enable TSC2301 drivers in N800 defconfig 2008-04-28 8:08 [PATCH 0/1] ARM: OMAP: Enable TSC2301 drivers in N800 defconfig Jarkko Nikula @ 2008-04-28 8:08 ` Jarkko Nikula 2008-04-28 9:48 ` Felipe Balbi 2008-04-28 23:23 ` [PATCH 0/1] " Tony Lindgren 1 sibling, 1 reply; 9+ messages in thread From: Jarkko Nikula @ 2008-04-28 8:08 UTC (permalink / raw) To: linux-omap; +Cc: Felipe Balbi, Jarkko Nikula Commit b11689b7a741b18d612ace8dac231a030f947b90 enable drivers for chips used in Nokia N810 but disable drivers for TSC2301 which is used in N800. This patch enable them back. Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com> --- arch/arm/configs/n800_defconfig | 136 ++++++++++++++++++++++++++------------- 1 files changed, 91 insertions(+), 45 deletions(-) diff --git a/arch/arm/configs/n800_defconfig b/arch/arm/configs/n800_defconfig index a8e133c..98b4db0 100644 --- a/arch/arm/configs/n800_defconfig +++ b/arch/arm/configs/n800_defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.25-rc8-omap1 -# Tue Apr 8 15:34:27 2008 +# Linux kernel version: 2.6.25-omap1 +# Mon Apr 28 10:58:14 2008 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -148,7 +148,7 @@ CONFIG_CLASSIC_RCU=y # CONFIG_ARCH_KS8695 is not set # CONFIG_ARCH_NS9XXX is not set # CONFIG_ARCH_MXC is not set -# CONFIG_ARCH_ORION is not set +# CONFIG_ARCH_ORION5X is not set # CONFIG_ARCH_PNX4008 is not set # CONFIG_ARCH_PXA is not set # CONFIG_ARCH_RPC is not set @@ -172,6 +172,8 @@ CONFIG_ARCH_OMAP2=y # OMAP Feature Selections # CONFIG_OMAP_DEBUG_SRAM_PATCH=y +# CONFIG_OMAP_DEBUG_POWERDOMAIN is not set +# CONFIG_OMAP_DEBUG_CLOCKDOMAIN is not set CONFIG_OMAP_RESET_CLOCKS=y CONFIG_OMAP_BOOT_TAG=y CONFIG_OMAP_BOOT_REASON=y @@ -366,8 +368,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic" # CONFIG_TCP_MD5SIG is not set # CONFIG_IP_VS is not set # CONFIG_IPV6 is not set -# CONFIG_INET6_XFRM_TUNNEL is not set -# CONFIG_INET6_TUNNEL is not set # CONFIG_NETLABEL is not set # CONFIG_NETWORK_SECMARK is not set CONFIG_NETFILTER=y @@ -657,6 +657,7 @@ CONFIG_NETDEV_10000=y # # CONFIG_WLAN_PRE80211 is not set # CONFIG_WLAN_80211 is not set +# CONFIG_IWLWIFI_LEDS is not set # # USB Network Adapters @@ -713,6 +714,7 @@ CONFIG_INPUT_KEYBOARD=y # CONFIG_KEYBOARD_NEWTON is not set # CONFIG_KEYBOARD_STOWAWAY is not set # CONFIG_KEYBOARD_OMAP is not set +CONFIG_KEYBOARD_TSC2301=y CONFIG_KEYBOARD_LM8323=y # CONFIG_KEYBOARD_GPIO is not set # CONFIG_INPUT_MOUSE is not set @@ -732,6 +734,7 @@ CONFIG_INPUT_TOUCHSCREEN=y CONFIG_TOUCHSCREEN_TSC2005=y # CONFIG_TOUCHSCREEN_TSC2102 is not set # CONFIG_TOUCHSCREEN_TSC210X is not set +CONFIG_TOUCHSCREEN_TSC2301=y # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set # CONFIG_INPUT_MISC is not set @@ -784,13 +787,6 @@ CONFIG_I2C_BOARDINFO=y # CONFIG_I2C_CHARDEV is not set # -# I2C Algorithms -# -# CONFIG_I2C_ALGOBIT is not set -# CONFIG_I2C_ALGOPCF is not set -# CONFIG_I2C_ALGOPCA is not set - -# # I2C Hardware Bus support # # CONFIG_I2C_GPIO is not set @@ -801,6 +797,7 @@ CONFIG_I2C_OMAP=y # CONFIG_I2C_TAOS_EVM is not set # CONFIG_I2C_STUB is not set # CONFIG_I2C_TINY_USB is not set +# CONFIG_I2C_PCA_PLATFORM is not set # # Miscellaneous I2C Chip support @@ -845,7 +842,8 @@ CONFIG_SPI_OMAP24XX=y # CONFIG_SPI_TSC2101 is not set # CONFIG_SPI_TSC2102 is not set # CONFIG_SPI_TSC210X is not set -# CONFIG_SPI_TSC2301 is not set +CONFIG_SPI_TSC2301=y +CONFIG_SPI_TSC2301_AUDIO=y # CONFIG_SPI_SPIDEV is not set # CONFIG_SPI_TLE62X0 is not set CONFIG_HAVE_GPIO_LIB=y @@ -944,33 +942,51 @@ CONFIG_SSB_POSSIBLE=y # # CONFIG_MFD_SM501 is not set # CONFIG_MFD_ASIC3 is not set +# CONFIG_HTC_EGPIO is not set +# CONFIG_HTC_PASIC3 is not set # # Multimedia devices # CONFIG_VIDEO_DEV=y CONFIG_VIDEO_V4L2_COMMON=y -# CONFIG_VIDEO_V4L1 is not set -# CONFIG_VIDEO_V4L1_COMPAT is not set +CONFIG_VIDEO_ALLOW_V4L1=y +CONFIG_VIDEO_V4L1_COMPAT=y CONFIG_VIDEO_V4L2=y +CONFIG_VIDEO_V4L1=y CONFIG_VIDEO_CAPTURE_DRIVERS=y # CONFIG_VIDEO_ADV_DEBUG is not set CONFIG_VIDEO_HELPER_CHIPS_AUTO=y CONFIG_VIDEO_TCM825X=y # CONFIG_VIDEO_VIVI is not set +# CONFIG_VIDEO_CPIA is not set +# CONFIG_VIDEO_CPIA2 is not set # CONFIG_VIDEO_SAA5246A is not set # CONFIG_VIDEO_SAA5249 is not set +# CONFIG_TUNER_3036 is not set +# CONFIG_VIDEO_AU0828 is not set # CONFIG_VIDEO_OMAP_CAMERA is not set CONFIG_VIDEO_OMAP2=y CONFIG_V4L_USB_DRIVERS=y # CONFIG_VIDEO_PVRUSB2 is not set # CONFIG_VIDEO_EM28XX is not set # CONFIG_VIDEO_USBVISION is not set +# CONFIG_USB_VICAM is not set +# CONFIG_USB_IBMCAM is not set +# CONFIG_USB_KONICAWC is not set +# CONFIG_USB_QUICKCAM_MESSENGER is not set # CONFIG_USB_ET61X251 is not set +# CONFIG_VIDEO_OVCAMCHIP is not set +# CONFIG_USB_W9968CF is not set +# CONFIG_USB_OV511 is not set +# CONFIG_USB_SE401 is not set # CONFIG_USB_SN9C102 is not set +# CONFIG_USB_STV680 is not set # CONFIG_USB_ZC0301 is not set +# CONFIG_USB_PWC is not set # CONFIG_USB_ZR364XX is not set # CONFIG_USB_STKWEBCAM is not set +# CONFIG_SOC_CAMERA is not set CONFIG_RADIO_ADAPTERS=y CONFIG_RADIO_TEA5761=y # CONFIG_USB_DSBR is not set @@ -1083,11 +1099,11 @@ CONFIG_SND_OMAP24XX_EAC=y # CONFIG_SND_SOC is not set # -# SoC Audio support for SuperH +# ALSA SoC audio for Freescale SOCs # # -# ALSA SoC audio for Freescale SOCs +# SoC Audio for the Texas Instruments OMAP # # @@ -1267,6 +1283,7 @@ CONFIG_LEDS_TRIGGER_TIMER=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_RTC_LIB=y # CONFIG_RTC_CLASS is not set +# CONFIG_UIO is not set # # CBUS support @@ -1304,7 +1321,6 @@ CONFIG_FS_MBCACHE=m # CONFIG_JFS_FS is not set # CONFIG_FS_POSIX_ACL is not set # CONFIG_XFS_FS is not set -# CONFIG_GFS2_FS is not set # CONFIG_OCFS2_FS is not set CONFIG_DNOTIFY=y CONFIG_INOTIFY=y @@ -1460,6 +1476,7 @@ CONFIG_SCHED_DEBUG=y CONFIG_DEBUG_BUGVERBOSE=y # CONFIG_DEBUG_INFO is not set # CONFIG_DEBUG_VM is not set +# CONFIG_DEBUG_WRITECOUNT is not set # CONFIG_DEBUG_LIST is not set # CONFIG_DEBUG_SG is not set CONFIG_FRAME_POINTER=y @@ -1484,48 +1501,77 @@ CONFIG_SECURITY=y # CONFIG_SECURITY_LOWMEM is not set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0 CONFIG_CRYPTO=y -# CONFIG_CRYPTO_SEQIV is not set + +# +# Crypto core or helper +# # CONFIG_CRYPTO_MANAGER is not set +# CONFIG_CRYPTO_GF128MUL is not set +# CONFIG_CRYPTO_NULL is not set +# CONFIG_CRYPTO_CRYPTD is not set +# CONFIG_CRYPTO_AUTHENC is not set +# CONFIG_CRYPTO_TEST is not set + +# +# Authenticated Encryption with Associated Data +# +# CONFIG_CRYPTO_CCM is not set +# CONFIG_CRYPTO_GCM is not set +# CONFIG_CRYPTO_SEQIV is not set + +# +# Block modes +# +# CONFIG_CRYPTO_CBC is not set +# CONFIG_CRYPTO_CTR is not set +# CONFIG_CRYPTO_CTS is not set +# CONFIG_CRYPTO_ECB is not set +# CONFIG_CRYPTO_LRW is not set +# CONFIG_CRYPTO_PCBC is not set +# CONFIG_CRYPTO_XTS is not set + +# +# Hash modes +# # CONFIG_CRYPTO_HMAC is not set # CONFIG_CRYPTO_XCBC is not set -# CONFIG_CRYPTO_NULL is not set + +# +# Digest +# +# CONFIG_CRYPTO_CRC32C is not set # CONFIG_CRYPTO_MD4 is not set # CONFIG_CRYPTO_MD5 is not set +# CONFIG_CRYPTO_MICHAEL_MIC is not set # CONFIG_CRYPTO_SHA1 is not set # CONFIG_CRYPTO_SHA256 is not set # CONFIG_CRYPTO_SHA512 is not set -# CONFIG_CRYPTO_WP512 is not set # CONFIG_CRYPTO_TGR192 is not set -# CONFIG_CRYPTO_GF128MUL is not set -# CONFIG_CRYPTO_ECB is not set -# CONFIG_CRYPTO_CBC is not set -# CONFIG_CRYPTO_PCBC is not set -# CONFIG_CRYPTO_LRW is not set -# CONFIG_CRYPTO_XTS is not set -# CONFIG_CRYPTO_CTR is not set -# CONFIG_CRYPTO_GCM is not set -# CONFIG_CRYPTO_CCM is not set -# CONFIG_CRYPTO_CRYPTD is not set -# CONFIG_CRYPTO_DES is not set -# CONFIG_CRYPTO_FCRYPT is not set -# CONFIG_CRYPTO_BLOWFISH is not set -# CONFIG_CRYPTO_TWOFISH is not set -# CONFIG_CRYPTO_SERPENT is not set +# CONFIG_CRYPTO_WP512 is not set + +# +# Ciphers +# # CONFIG_CRYPTO_AES is not set +# CONFIG_CRYPTO_ANUBIS is not set +# CONFIG_CRYPTO_ARC4 is not set +# CONFIG_CRYPTO_BLOWFISH is not set +# CONFIG_CRYPTO_CAMELLIA is not set # CONFIG_CRYPTO_CAST5 is not set # CONFIG_CRYPTO_CAST6 is not set -# CONFIG_CRYPTO_TEA is not set -# CONFIG_CRYPTO_ARC4 is not set +# CONFIG_CRYPTO_DES is not set +# CONFIG_CRYPTO_FCRYPT is not set # CONFIG_CRYPTO_KHAZAD is not set -# CONFIG_CRYPTO_ANUBIS is not set -# CONFIG_CRYPTO_SEED is not set # CONFIG_CRYPTO_SALSA20 is not set +# CONFIG_CRYPTO_SEED is not set +# CONFIG_CRYPTO_SERPENT is not set +# CONFIG_CRYPTO_TEA is not set +# CONFIG_CRYPTO_TWOFISH is not set + +# +# Compression +# # CONFIG_CRYPTO_DEFLATE is not set -# CONFIG_CRYPTO_MICHAEL_MIC is not set -# CONFIG_CRYPTO_CRC32C is not set -# CONFIG_CRYPTO_CAMELLIA is not set -# CONFIG_CRYPTO_TEST is not set -# CONFIG_CRYPTO_AUTHENC is not set # CONFIG_CRYPTO_LZO is not set CONFIG_CRYPTO_HW=y -- 1.5.4.4 ^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH] ARM: OMAP: Enable TSC2301 drivers in N800 defconfig 2008-04-28 8:08 ` [PATCH] " Jarkko Nikula @ 2008-04-28 9:48 ` Felipe Balbi 2008-04-28 10:21 ` [PATCH] OMAP: EHCI: Wrong ehci init for 2430 Pandita, Vikram 2008-05-02 23:26 ` [PATCH] ARM: OMAP: Enable TSC2301 drivers in N800 defconfig Tony Lindgren 0 siblings, 2 replies; 9+ messages in thread From: Felipe Balbi @ 2008-04-28 9:48 UTC (permalink / raw) To: Jarkko Nikula; +Cc: linux-omap, Felipe Balbi On Mon, Apr 28, 2008 at 11:08:34AM +0300, Jarkko Nikula wrote: > Commit b11689b7a741b18d612ace8dac231a030f947b90 enable drivers for chips > used in Nokia N810 but disable drivers for TSC2301 which is used in N800. > This patch enable them back. > > Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com> Acked-by: Felipe Balbi <felipe.balbi@nokia.com> > --- > arch/arm/configs/n800_defconfig | 136 ++++++++++++++++++++++++++------------- > 1 files changed, 91 insertions(+), 45 deletions(-) > > diff --git a/arch/arm/configs/n800_defconfig b/arch/arm/configs/n800_defconfig > index a8e133c..98b4db0 100644 > --- a/arch/arm/configs/n800_defconfig > +++ b/arch/arm/configs/n800_defconfig > @@ -1,7 +1,7 @@ > # > # Automatically generated make config: don't edit > -# Linux kernel version: 2.6.25-rc8-omap1 > -# Tue Apr 8 15:34:27 2008 > +# Linux kernel version: 2.6.25-omap1 > +# Mon Apr 28 10:58:14 2008 > # > CONFIG_ARM=y > CONFIG_SYS_SUPPORTS_APM_EMULATION=y > @@ -148,7 +148,7 @@ CONFIG_CLASSIC_RCU=y > # CONFIG_ARCH_KS8695 is not set > # CONFIG_ARCH_NS9XXX is not set > # CONFIG_ARCH_MXC is not set > -# CONFIG_ARCH_ORION is not set > +# CONFIG_ARCH_ORION5X is not set > # CONFIG_ARCH_PNX4008 is not set > # CONFIG_ARCH_PXA is not set > # CONFIG_ARCH_RPC is not set > @@ -172,6 +172,8 @@ CONFIG_ARCH_OMAP2=y > # OMAP Feature Selections > # > CONFIG_OMAP_DEBUG_SRAM_PATCH=y > +# CONFIG_OMAP_DEBUG_POWERDOMAIN is not set > +# CONFIG_OMAP_DEBUG_CLOCKDOMAIN is not set > CONFIG_OMAP_RESET_CLOCKS=y > CONFIG_OMAP_BOOT_TAG=y > CONFIG_OMAP_BOOT_REASON=y > @@ -366,8 +368,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic" > # CONFIG_TCP_MD5SIG is not set > # CONFIG_IP_VS is not set > # CONFIG_IPV6 is not set > -# CONFIG_INET6_XFRM_TUNNEL is not set > -# CONFIG_INET6_TUNNEL is not set > # CONFIG_NETLABEL is not set > # CONFIG_NETWORK_SECMARK is not set > CONFIG_NETFILTER=y > @@ -657,6 +657,7 @@ CONFIG_NETDEV_10000=y > # > # CONFIG_WLAN_PRE80211 is not set > # CONFIG_WLAN_80211 is not set > +# CONFIG_IWLWIFI_LEDS is not set > > # > # USB Network Adapters > @@ -713,6 +714,7 @@ CONFIG_INPUT_KEYBOARD=y > # CONFIG_KEYBOARD_NEWTON is not set > # CONFIG_KEYBOARD_STOWAWAY is not set > # CONFIG_KEYBOARD_OMAP is not set > +CONFIG_KEYBOARD_TSC2301=y > CONFIG_KEYBOARD_LM8323=y > # CONFIG_KEYBOARD_GPIO is not set > # CONFIG_INPUT_MOUSE is not set > @@ -732,6 +734,7 @@ CONFIG_INPUT_TOUCHSCREEN=y > CONFIG_TOUCHSCREEN_TSC2005=y > # CONFIG_TOUCHSCREEN_TSC2102 is not set > # CONFIG_TOUCHSCREEN_TSC210X is not set > +CONFIG_TOUCHSCREEN_TSC2301=y > # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set > # CONFIG_INPUT_MISC is not set > > @@ -784,13 +787,6 @@ CONFIG_I2C_BOARDINFO=y > # CONFIG_I2C_CHARDEV is not set > > # > -# I2C Algorithms > -# > -# CONFIG_I2C_ALGOBIT is not set > -# CONFIG_I2C_ALGOPCF is not set > -# CONFIG_I2C_ALGOPCA is not set > - > -# > # I2C Hardware Bus support > # > # CONFIG_I2C_GPIO is not set > @@ -801,6 +797,7 @@ CONFIG_I2C_OMAP=y > # CONFIG_I2C_TAOS_EVM is not set > # CONFIG_I2C_STUB is not set > # CONFIG_I2C_TINY_USB is not set > +# CONFIG_I2C_PCA_PLATFORM is not set > > # > # Miscellaneous I2C Chip support > @@ -845,7 +842,8 @@ CONFIG_SPI_OMAP24XX=y > # CONFIG_SPI_TSC2101 is not set > # CONFIG_SPI_TSC2102 is not set > # CONFIG_SPI_TSC210X is not set > -# CONFIG_SPI_TSC2301 is not set > +CONFIG_SPI_TSC2301=y > +CONFIG_SPI_TSC2301_AUDIO=y > # CONFIG_SPI_SPIDEV is not set > # CONFIG_SPI_TLE62X0 is not set > CONFIG_HAVE_GPIO_LIB=y > @@ -944,33 +942,51 @@ CONFIG_SSB_POSSIBLE=y > # > # CONFIG_MFD_SM501 is not set > # CONFIG_MFD_ASIC3 is not set > +# CONFIG_HTC_EGPIO is not set > +# CONFIG_HTC_PASIC3 is not set > > # > # Multimedia devices > # > CONFIG_VIDEO_DEV=y > CONFIG_VIDEO_V4L2_COMMON=y > -# CONFIG_VIDEO_V4L1 is not set > -# CONFIG_VIDEO_V4L1_COMPAT is not set > +CONFIG_VIDEO_ALLOW_V4L1=y > +CONFIG_VIDEO_V4L1_COMPAT=y > CONFIG_VIDEO_V4L2=y > +CONFIG_VIDEO_V4L1=y > CONFIG_VIDEO_CAPTURE_DRIVERS=y > # CONFIG_VIDEO_ADV_DEBUG is not set > CONFIG_VIDEO_HELPER_CHIPS_AUTO=y > CONFIG_VIDEO_TCM825X=y > # CONFIG_VIDEO_VIVI is not set > +# CONFIG_VIDEO_CPIA is not set > +# CONFIG_VIDEO_CPIA2 is not set > # CONFIG_VIDEO_SAA5246A is not set > # CONFIG_VIDEO_SAA5249 is not set > +# CONFIG_TUNER_3036 is not set > +# CONFIG_VIDEO_AU0828 is not set > # CONFIG_VIDEO_OMAP_CAMERA is not set > CONFIG_VIDEO_OMAP2=y > CONFIG_V4L_USB_DRIVERS=y > # CONFIG_VIDEO_PVRUSB2 is not set > # CONFIG_VIDEO_EM28XX is not set > # CONFIG_VIDEO_USBVISION is not set > +# CONFIG_USB_VICAM is not set > +# CONFIG_USB_IBMCAM is not set > +# CONFIG_USB_KONICAWC is not set > +# CONFIG_USB_QUICKCAM_MESSENGER is not set > # CONFIG_USB_ET61X251 is not set > +# CONFIG_VIDEO_OVCAMCHIP is not set > +# CONFIG_USB_W9968CF is not set > +# CONFIG_USB_OV511 is not set > +# CONFIG_USB_SE401 is not set > # CONFIG_USB_SN9C102 is not set > +# CONFIG_USB_STV680 is not set > # CONFIG_USB_ZC0301 is not set > +# CONFIG_USB_PWC is not set > # CONFIG_USB_ZR364XX is not set > # CONFIG_USB_STKWEBCAM is not set > +# CONFIG_SOC_CAMERA is not set > CONFIG_RADIO_ADAPTERS=y > CONFIG_RADIO_TEA5761=y > # CONFIG_USB_DSBR is not set > @@ -1083,11 +1099,11 @@ CONFIG_SND_OMAP24XX_EAC=y > # CONFIG_SND_SOC is not set > > # > -# SoC Audio support for SuperH > +# ALSA SoC audio for Freescale SOCs > # > > # > -# ALSA SoC audio for Freescale SOCs > +# SoC Audio for the Texas Instruments OMAP > # > > # > @@ -1267,6 +1283,7 @@ CONFIG_LEDS_TRIGGER_TIMER=y > CONFIG_LEDS_TRIGGER_HEARTBEAT=y > CONFIG_RTC_LIB=y > # CONFIG_RTC_CLASS is not set > +# CONFIG_UIO is not set > > # > # CBUS support > @@ -1304,7 +1321,6 @@ CONFIG_FS_MBCACHE=m > # CONFIG_JFS_FS is not set > # CONFIG_FS_POSIX_ACL is not set > # CONFIG_XFS_FS is not set > -# CONFIG_GFS2_FS is not set > # CONFIG_OCFS2_FS is not set > CONFIG_DNOTIFY=y > CONFIG_INOTIFY=y > @@ -1460,6 +1476,7 @@ CONFIG_SCHED_DEBUG=y > CONFIG_DEBUG_BUGVERBOSE=y > # CONFIG_DEBUG_INFO is not set > # CONFIG_DEBUG_VM is not set > +# CONFIG_DEBUG_WRITECOUNT is not set > # CONFIG_DEBUG_LIST is not set > # CONFIG_DEBUG_SG is not set > CONFIG_FRAME_POINTER=y > @@ -1484,48 +1501,77 @@ CONFIG_SECURITY=y > # CONFIG_SECURITY_LOWMEM is not set > CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0 > CONFIG_CRYPTO=y > -# CONFIG_CRYPTO_SEQIV is not set > + > +# > +# Crypto core or helper > +# > # CONFIG_CRYPTO_MANAGER is not set > +# CONFIG_CRYPTO_GF128MUL is not set > +# CONFIG_CRYPTO_NULL is not set > +# CONFIG_CRYPTO_CRYPTD is not set > +# CONFIG_CRYPTO_AUTHENC is not set > +# CONFIG_CRYPTO_TEST is not set > + > +# > +# Authenticated Encryption with Associated Data > +# > +# CONFIG_CRYPTO_CCM is not set > +# CONFIG_CRYPTO_GCM is not set > +# CONFIG_CRYPTO_SEQIV is not set > + > +# > +# Block modes > +# > +# CONFIG_CRYPTO_CBC is not set > +# CONFIG_CRYPTO_CTR is not set > +# CONFIG_CRYPTO_CTS is not set > +# CONFIG_CRYPTO_ECB is not set > +# CONFIG_CRYPTO_LRW is not set > +# CONFIG_CRYPTO_PCBC is not set > +# CONFIG_CRYPTO_XTS is not set > + > +# > +# Hash modes > +# > # CONFIG_CRYPTO_HMAC is not set > # CONFIG_CRYPTO_XCBC is not set > -# CONFIG_CRYPTO_NULL is not set > + > +# > +# Digest > +# > +# CONFIG_CRYPTO_CRC32C is not set > # CONFIG_CRYPTO_MD4 is not set > # CONFIG_CRYPTO_MD5 is not set > +# CONFIG_CRYPTO_MICHAEL_MIC is not set > # CONFIG_CRYPTO_SHA1 is not set > # CONFIG_CRYPTO_SHA256 is not set > # CONFIG_CRYPTO_SHA512 is not set > -# CONFIG_CRYPTO_WP512 is not set > # CONFIG_CRYPTO_TGR192 is not set > -# CONFIG_CRYPTO_GF128MUL is not set > -# CONFIG_CRYPTO_ECB is not set > -# CONFIG_CRYPTO_CBC is not set > -# CONFIG_CRYPTO_PCBC is not set > -# CONFIG_CRYPTO_LRW is not set > -# CONFIG_CRYPTO_XTS is not set > -# CONFIG_CRYPTO_CTR is not set > -# CONFIG_CRYPTO_GCM is not set > -# CONFIG_CRYPTO_CCM is not set > -# CONFIG_CRYPTO_CRYPTD is not set > -# CONFIG_CRYPTO_DES is not set > -# CONFIG_CRYPTO_FCRYPT is not set > -# CONFIG_CRYPTO_BLOWFISH is not set > -# CONFIG_CRYPTO_TWOFISH is not set > -# CONFIG_CRYPTO_SERPENT is not set > +# CONFIG_CRYPTO_WP512 is not set > + > +# > +# Ciphers > +# > # CONFIG_CRYPTO_AES is not set > +# CONFIG_CRYPTO_ANUBIS is not set > +# CONFIG_CRYPTO_ARC4 is not set > +# CONFIG_CRYPTO_BLOWFISH is not set > +# CONFIG_CRYPTO_CAMELLIA is not set > # CONFIG_CRYPTO_CAST5 is not set > # CONFIG_CRYPTO_CAST6 is not set > -# CONFIG_CRYPTO_TEA is not set > -# CONFIG_CRYPTO_ARC4 is not set > +# CONFIG_CRYPTO_DES is not set > +# CONFIG_CRYPTO_FCRYPT is not set > # CONFIG_CRYPTO_KHAZAD is not set > -# CONFIG_CRYPTO_ANUBIS is not set > -# CONFIG_CRYPTO_SEED is not set > # CONFIG_CRYPTO_SALSA20 is not set > +# CONFIG_CRYPTO_SEED is not set > +# CONFIG_CRYPTO_SERPENT is not set > +# CONFIG_CRYPTO_TEA is not set > +# CONFIG_CRYPTO_TWOFISH is not set > + > +# > +# Compression > +# > # CONFIG_CRYPTO_DEFLATE is not set > -# CONFIG_CRYPTO_MICHAEL_MIC is not set > -# CONFIG_CRYPTO_CRC32C is not set > -# CONFIG_CRYPTO_CAMELLIA is not set > -# CONFIG_CRYPTO_TEST is not set > -# CONFIG_CRYPTO_AUTHENC is not set > # CONFIG_CRYPTO_LZO is not set > CONFIG_CRYPTO_HW=y > > -- > 1.5.4.4 -- - Balbi ^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] OMAP: EHCI: Wrong ehci init for 2430 2008-04-28 9:48 ` Felipe Balbi @ 2008-04-28 10:21 ` Pandita, Vikram 2008-04-28 10:31 ` Felipe Balbi 2008-04-28 10:41 ` Felipe Balbi 2008-05-02 23:26 ` [PATCH] ARM: OMAP: Enable TSC2301 drivers in N800 defconfig Tony Lindgren 1 sibling, 2 replies; 9+ messages in thread From: Pandita, Vikram @ 2008-04-28 10:21 UTC (permalink / raw) To: linux-omap@vger.kernel.org; +Cc: felipe.balbi@nokia.com OMAP2430 does not have USB EHCI controller. EHCI core was introduced with OMAP3430 ES2.0 onwards. The ehci_init() call has been wrongly introduced for OMAP2430, so removing it. Signed-off-by: Vikram Pandita <vikram.pandita@ti.com> --- arch/arm/mach-omap2/board-2430sdp.c | 2 -- 1 file changed, 2 deletions(-) Index: linux-omap-2.6/arch/arm/mach-omap2/board-2430sdp.c =================================================================== --- linux-omap-2.6.orig/arch/arm/mach-omap2/board-2430sdp.c 2008-04-28 14:27:26.000000000 +0530 +++ linux-omap-2.6/arch/arm/mach-omap2/board-2430sdp.c 2008-04-28 15:05:34.000000000 +0530 @@ -36,7 +36,6 @@ #include <asm/arch/mux.h> #include <asm/arch/board.h> #include <asm/arch/usb-musb.h> -#include <asm/arch/usb-ehci.h> #include <asm/arch/hsmmc.h> #include <asm/arch/common.h> #include <asm/arch/keypad.h> @@ -394,7 +393,6 @@ static void __init omap_2430sdp_init(voi sdp2430_flash_init(); usb_musb_init(); - usb_ehci_init(); spi_register_board_info(sdp2430_spi_board_info, ARRAY_SIZE(sdp2430_spi_board_info)); ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] OMAP: EHCI: Wrong ehci init for 2430 2008-04-28 10:21 ` [PATCH] OMAP: EHCI: Wrong ehci init for 2430 Pandita, Vikram @ 2008-04-28 10:31 ` Felipe Balbi 2008-04-30 0:28 ` Tony Lindgren 2008-04-28 10:41 ` Felipe Balbi 1 sibling, 1 reply; 9+ messages in thread From: Felipe Balbi @ 2008-04-28 10:31 UTC (permalink / raw) To: ext Pandita, Vikram; +Cc: linux-omap@vger.kernel.org, felipe.balbi@nokia.com On Mon, Apr 28, 2008 at 03:51:11PM +0530, ext Pandita, Vikram wrote: > OMAP2430 does not have USB EHCI controller. > EHCI core was introduced with OMAP3430 ES2.0 onwards. > The ehci_init() call has been wrongly introduced for OMAP2430, so removing it. Good, I was unsure about it and that's why I asked people to give the original patch a good review. Seems that this one came too late. Anyway, good that you saw it :-) > Signed-off-by: Vikram Pandita <vikram.pandita@ti.com> > --- > arch/arm/mach-omap2/board-2430sdp.c | 2 -- > 1 file changed, 2 deletions(-) > > Index: linux-omap-2.6/arch/arm/mach-omap2/board-2430sdp.c > =================================================================== > --- linux-omap-2.6.orig/arch/arm/mach-omap2/board-2430sdp.c 2008-04-28 14:27:26.000000000 +0530 > +++ linux-omap-2.6/arch/arm/mach-omap2/board-2430sdp.c 2008-04-28 15:05:34.000000000 +0530 > @@ -36,7 +36,6 @@ > #include <asm/arch/mux.h> > #include <asm/arch/board.h> > #include <asm/arch/usb-musb.h> > -#include <asm/arch/usb-ehci.h> > #include <asm/arch/hsmmc.h> > #include <asm/arch/common.h> > #include <asm/arch/keypad.h> > @@ -394,7 +393,6 @@ static void __init omap_2430sdp_init(voi > > sdp2430_flash_init(); > usb_musb_init(); > - usb_ehci_init(); > > spi_register_board_info(sdp2430_spi_board_info, > ARRAY_SIZE(sdp2430_spi_board_info)); -- - Balbi ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] OMAP: EHCI: Wrong ehci init for 2430 2008-04-28 10:31 ` Felipe Balbi @ 2008-04-30 0:28 ` Tony Lindgren 0 siblings, 0 replies; 9+ messages in thread From: Tony Lindgren @ 2008-04-30 0:28 UTC (permalink / raw) To: Felipe Balbi; +Cc: ext Pandita, Vikram, linux-omap@vger.kernel.org * Felipe Balbi <felipe.balbi@nokia.com> [080428 03:37]: > On Mon, Apr 28, 2008 at 03:51:11PM +0530, ext Pandita, Vikram wrote: > > OMAP2430 does not have USB EHCI controller. > > EHCI core was introduced with OMAP3430 ES2.0 onwards. > > The ehci_init() call has been wrongly introduced for OMAP2430, so removing it. > > Good, I was unsure about it and that's why I asked people to give the > original patch a good review. Seems that this one came too late. > > Anyway, good that you saw it :-) Pushing today. Tony > > Signed-off-by: Vikram Pandita <vikram.pandita@ti.com> > > --- > > arch/arm/mach-omap2/board-2430sdp.c | 2 -- > > 1 file changed, 2 deletions(-) > > > > Index: linux-omap-2.6/arch/arm/mach-omap2/board-2430sdp.c > > =================================================================== > > --- linux-omap-2.6.orig/arch/arm/mach-omap2/board-2430sdp.c 2008-04-28 14:27:26.000000000 +0530 > > +++ linux-omap-2.6/arch/arm/mach-omap2/board-2430sdp.c 2008-04-28 15:05:34.000000000 +0530 > > @@ -36,7 +36,6 @@ > > #include <asm/arch/mux.h> > > #include <asm/arch/board.h> > > #include <asm/arch/usb-musb.h> > > -#include <asm/arch/usb-ehci.h> > > #include <asm/arch/hsmmc.h> > > #include <asm/arch/common.h> > > #include <asm/arch/keypad.h> > > @@ -394,7 +393,6 @@ static void __init omap_2430sdp_init(voi > > > > sdp2430_flash_init(); > > usb_musb_init(); > > - usb_ehci_init(); > > > > spi_register_board_info(sdp2430_spi_board_info, > > ARRAY_SIZE(sdp2430_spi_board_info)); > > -- > - Balbi > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] OMAP: EHCI: Wrong ehci init for 2430 2008-04-28 10:21 ` [PATCH] OMAP: EHCI: Wrong ehci init for 2430 Pandita, Vikram 2008-04-28 10:31 ` Felipe Balbi @ 2008-04-28 10:41 ` Felipe Balbi 1 sibling, 0 replies; 9+ messages in thread From: Felipe Balbi @ 2008-04-28 10:41 UTC (permalink / raw) To: ext Pandita, Vikram; +Cc: linux-omap@vger.kernel.org, felipe.balbi@nokia.com btw, you have something weird in your mail settings, your patches always come replying to the newest message in the list. Your ehci patch came as a reply to a thread that has nothing to do with 2430. the in-reply-to header should be empty for new messages and this is what you got: "In-Reply-To: <20080428094833.GA4357@gandalf.research.nokia.com>" Could you fix this please? it breaks threading and also messes up the archives. -- - Balbi ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ARM: OMAP: Enable TSC2301 drivers in N800 defconfig 2008-04-28 9:48 ` Felipe Balbi 2008-04-28 10:21 ` [PATCH] OMAP: EHCI: Wrong ehci init for 2430 Pandita, Vikram @ 2008-05-02 23:26 ` Tony Lindgren 1 sibling, 0 replies; 9+ messages in thread From: Tony Lindgren @ 2008-05-02 23:26 UTC (permalink / raw) To: Felipe Balbi; +Cc: Jarkko Nikula, linux-omap * Felipe Balbi <felipe.balbi@nokia.com> [080428 02:49]: > On Mon, Apr 28, 2008 at 11:08:34AM +0300, Jarkko Nikula wrote: > > Commit b11689b7a741b18d612ace8dac231a030f947b90 enable drivers for chips > > used in Nokia N810 but disable drivers for TSC2301 which is used in N800. > > This patch enable them back. > > > > Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com> > Acked-by: Felipe Balbi <felipe.balbi@nokia.com> Pushing today. Tony > > --- > > arch/arm/configs/n800_defconfig | 136 ++++++++++++++++++++++++++------------- > > 1 files changed, 91 insertions(+), 45 deletions(-) > > > > diff --git a/arch/arm/configs/n800_defconfig b/arch/arm/configs/n800_defconfig > > index a8e133c..98b4db0 100644 > > --- a/arch/arm/configs/n800_defconfig > > +++ b/arch/arm/configs/n800_defconfig > > @@ -1,7 +1,7 @@ > > # > > # Automatically generated make config: don't edit > > -# Linux kernel version: 2.6.25-rc8-omap1 > > -# Tue Apr 8 15:34:27 2008 > > +# Linux kernel version: 2.6.25-omap1 > > +# Mon Apr 28 10:58:14 2008 > > # > > CONFIG_ARM=y > > CONFIG_SYS_SUPPORTS_APM_EMULATION=y > > @@ -148,7 +148,7 @@ CONFIG_CLASSIC_RCU=y > > # CONFIG_ARCH_KS8695 is not set > > # CONFIG_ARCH_NS9XXX is not set > > # CONFIG_ARCH_MXC is not set > > -# CONFIG_ARCH_ORION is not set > > +# CONFIG_ARCH_ORION5X is not set > > # CONFIG_ARCH_PNX4008 is not set > > # CONFIG_ARCH_PXA is not set > > # CONFIG_ARCH_RPC is not set > > @@ -172,6 +172,8 @@ CONFIG_ARCH_OMAP2=y > > # OMAP Feature Selections > > # > > CONFIG_OMAP_DEBUG_SRAM_PATCH=y > > +# CONFIG_OMAP_DEBUG_POWERDOMAIN is not set > > +# CONFIG_OMAP_DEBUG_CLOCKDOMAIN is not set > > CONFIG_OMAP_RESET_CLOCKS=y > > CONFIG_OMAP_BOOT_TAG=y > > CONFIG_OMAP_BOOT_REASON=y > > @@ -366,8 +368,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic" > > # CONFIG_TCP_MD5SIG is not set > > # CONFIG_IP_VS is not set > > # CONFIG_IPV6 is not set > > -# CONFIG_INET6_XFRM_TUNNEL is not set > > -# CONFIG_INET6_TUNNEL is not set > > # CONFIG_NETLABEL is not set > > # CONFIG_NETWORK_SECMARK is not set > > CONFIG_NETFILTER=y > > @@ -657,6 +657,7 @@ CONFIG_NETDEV_10000=y > > # > > # CONFIG_WLAN_PRE80211 is not set > > # CONFIG_WLAN_80211 is not set > > +# CONFIG_IWLWIFI_LEDS is not set > > > > # > > # USB Network Adapters > > @@ -713,6 +714,7 @@ CONFIG_INPUT_KEYBOARD=y > > # CONFIG_KEYBOARD_NEWTON is not set > > # CONFIG_KEYBOARD_STOWAWAY is not set > > # CONFIG_KEYBOARD_OMAP is not set > > +CONFIG_KEYBOARD_TSC2301=y > > CONFIG_KEYBOARD_LM8323=y > > # CONFIG_KEYBOARD_GPIO is not set > > # CONFIG_INPUT_MOUSE is not set > > @@ -732,6 +734,7 @@ CONFIG_INPUT_TOUCHSCREEN=y > > CONFIG_TOUCHSCREEN_TSC2005=y > > # CONFIG_TOUCHSCREEN_TSC2102 is not set > > # CONFIG_TOUCHSCREEN_TSC210X is not set > > +CONFIG_TOUCHSCREEN_TSC2301=y > > # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set > > # CONFIG_INPUT_MISC is not set > > > > @@ -784,13 +787,6 @@ CONFIG_I2C_BOARDINFO=y > > # CONFIG_I2C_CHARDEV is not set > > > > # > > -# I2C Algorithms > > -# > > -# CONFIG_I2C_ALGOBIT is not set > > -# CONFIG_I2C_ALGOPCF is not set > > -# CONFIG_I2C_ALGOPCA is not set > > - > > -# > > # I2C Hardware Bus support > > # > > # CONFIG_I2C_GPIO is not set > > @@ -801,6 +797,7 @@ CONFIG_I2C_OMAP=y > > # CONFIG_I2C_TAOS_EVM is not set > > # CONFIG_I2C_STUB is not set > > # CONFIG_I2C_TINY_USB is not set > > +# CONFIG_I2C_PCA_PLATFORM is not set > > > > # > > # Miscellaneous I2C Chip support > > @@ -845,7 +842,8 @@ CONFIG_SPI_OMAP24XX=y > > # CONFIG_SPI_TSC2101 is not set > > # CONFIG_SPI_TSC2102 is not set > > # CONFIG_SPI_TSC210X is not set > > -# CONFIG_SPI_TSC2301 is not set > > +CONFIG_SPI_TSC2301=y > > +CONFIG_SPI_TSC2301_AUDIO=y > > # CONFIG_SPI_SPIDEV is not set > > # CONFIG_SPI_TLE62X0 is not set > > CONFIG_HAVE_GPIO_LIB=y > > @@ -944,33 +942,51 @@ CONFIG_SSB_POSSIBLE=y > > # > > # CONFIG_MFD_SM501 is not set > > # CONFIG_MFD_ASIC3 is not set > > +# CONFIG_HTC_EGPIO is not set > > +# CONFIG_HTC_PASIC3 is not set > > > > # > > # Multimedia devices > > # > > CONFIG_VIDEO_DEV=y > > CONFIG_VIDEO_V4L2_COMMON=y > > -# CONFIG_VIDEO_V4L1 is not set > > -# CONFIG_VIDEO_V4L1_COMPAT is not set > > +CONFIG_VIDEO_ALLOW_V4L1=y > > +CONFIG_VIDEO_V4L1_COMPAT=y > > CONFIG_VIDEO_V4L2=y > > +CONFIG_VIDEO_V4L1=y > > CONFIG_VIDEO_CAPTURE_DRIVERS=y > > # CONFIG_VIDEO_ADV_DEBUG is not set > > CONFIG_VIDEO_HELPER_CHIPS_AUTO=y > > CONFIG_VIDEO_TCM825X=y > > # CONFIG_VIDEO_VIVI is not set > > +# CONFIG_VIDEO_CPIA is not set > > +# CONFIG_VIDEO_CPIA2 is not set > > # CONFIG_VIDEO_SAA5246A is not set > > # CONFIG_VIDEO_SAA5249 is not set > > +# CONFIG_TUNER_3036 is not set > > +# CONFIG_VIDEO_AU0828 is not set > > # CONFIG_VIDEO_OMAP_CAMERA is not set > > CONFIG_VIDEO_OMAP2=y > > CONFIG_V4L_USB_DRIVERS=y > > # CONFIG_VIDEO_PVRUSB2 is not set > > # CONFIG_VIDEO_EM28XX is not set > > # CONFIG_VIDEO_USBVISION is not set > > +# CONFIG_USB_VICAM is not set > > +# CONFIG_USB_IBMCAM is not set > > +# CONFIG_USB_KONICAWC is not set > > +# CONFIG_USB_QUICKCAM_MESSENGER is not set > > # CONFIG_USB_ET61X251 is not set > > +# CONFIG_VIDEO_OVCAMCHIP is not set > > +# CONFIG_USB_W9968CF is not set > > +# CONFIG_USB_OV511 is not set > > +# CONFIG_USB_SE401 is not set > > # CONFIG_USB_SN9C102 is not set > > +# CONFIG_USB_STV680 is not set > > # CONFIG_USB_ZC0301 is not set > > +# CONFIG_USB_PWC is not set > > # CONFIG_USB_ZR364XX is not set > > # CONFIG_USB_STKWEBCAM is not set > > +# CONFIG_SOC_CAMERA is not set > > CONFIG_RADIO_ADAPTERS=y > > CONFIG_RADIO_TEA5761=y > > # CONFIG_USB_DSBR is not set > > @@ -1083,11 +1099,11 @@ CONFIG_SND_OMAP24XX_EAC=y > > # CONFIG_SND_SOC is not set > > > > # > > -# SoC Audio support for SuperH > > +# ALSA SoC audio for Freescale SOCs > > # > > > > # > > -# ALSA SoC audio for Freescale SOCs > > +# SoC Audio for the Texas Instruments OMAP > > # > > > > # > > @@ -1267,6 +1283,7 @@ CONFIG_LEDS_TRIGGER_TIMER=y > > CONFIG_LEDS_TRIGGER_HEARTBEAT=y > > CONFIG_RTC_LIB=y > > # CONFIG_RTC_CLASS is not set > > +# CONFIG_UIO is not set > > > > # > > # CBUS support > > @@ -1304,7 +1321,6 @@ CONFIG_FS_MBCACHE=m > > # CONFIG_JFS_FS is not set > > # CONFIG_FS_POSIX_ACL is not set > > # CONFIG_XFS_FS is not set > > -# CONFIG_GFS2_FS is not set > > # CONFIG_OCFS2_FS is not set > > CONFIG_DNOTIFY=y > > CONFIG_INOTIFY=y > > @@ -1460,6 +1476,7 @@ CONFIG_SCHED_DEBUG=y > > CONFIG_DEBUG_BUGVERBOSE=y > > # CONFIG_DEBUG_INFO is not set > > # CONFIG_DEBUG_VM is not set > > +# CONFIG_DEBUG_WRITECOUNT is not set > > # CONFIG_DEBUG_LIST is not set > > # CONFIG_DEBUG_SG is not set > > CONFIG_FRAME_POINTER=y > > @@ -1484,48 +1501,77 @@ CONFIG_SECURITY=y > > # CONFIG_SECURITY_LOWMEM is not set > > CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0 > > CONFIG_CRYPTO=y > > -# CONFIG_CRYPTO_SEQIV is not set > > + > > +# > > +# Crypto core or helper > > +# > > # CONFIG_CRYPTO_MANAGER is not set > > +# CONFIG_CRYPTO_GF128MUL is not set > > +# CONFIG_CRYPTO_NULL is not set > > +# CONFIG_CRYPTO_CRYPTD is not set > > +# CONFIG_CRYPTO_AUTHENC is not set > > +# CONFIG_CRYPTO_TEST is not set > > + > > +# > > +# Authenticated Encryption with Associated Data > > +# > > +# CONFIG_CRYPTO_CCM is not set > > +# CONFIG_CRYPTO_GCM is not set > > +# CONFIG_CRYPTO_SEQIV is not set > > + > > +# > > +# Block modes > > +# > > +# CONFIG_CRYPTO_CBC is not set > > +# CONFIG_CRYPTO_CTR is not set > > +# CONFIG_CRYPTO_CTS is not set > > +# CONFIG_CRYPTO_ECB is not set > > +# CONFIG_CRYPTO_LRW is not set > > +# CONFIG_CRYPTO_PCBC is not set > > +# CONFIG_CRYPTO_XTS is not set > > + > > +# > > +# Hash modes > > +# > > # CONFIG_CRYPTO_HMAC is not set > > # CONFIG_CRYPTO_XCBC is not set > > -# CONFIG_CRYPTO_NULL is not set > > + > > +# > > +# Digest > > +# > > +# CONFIG_CRYPTO_CRC32C is not set > > # CONFIG_CRYPTO_MD4 is not set > > # CONFIG_CRYPTO_MD5 is not set > > +# CONFIG_CRYPTO_MICHAEL_MIC is not set > > # CONFIG_CRYPTO_SHA1 is not set > > # CONFIG_CRYPTO_SHA256 is not set > > # CONFIG_CRYPTO_SHA512 is not set > > -# CONFIG_CRYPTO_WP512 is not set > > # CONFIG_CRYPTO_TGR192 is not set > > -# CONFIG_CRYPTO_GF128MUL is not set > > -# CONFIG_CRYPTO_ECB is not set > > -# CONFIG_CRYPTO_CBC is not set > > -# CONFIG_CRYPTO_PCBC is not set > > -# CONFIG_CRYPTO_LRW is not set > > -# CONFIG_CRYPTO_XTS is not set > > -# CONFIG_CRYPTO_CTR is not set > > -# CONFIG_CRYPTO_GCM is not set > > -# CONFIG_CRYPTO_CCM is not set > > -# CONFIG_CRYPTO_CRYPTD is not set > > -# CONFIG_CRYPTO_DES is not set > > -# CONFIG_CRYPTO_FCRYPT is not set > > -# CONFIG_CRYPTO_BLOWFISH is not set > > -# CONFIG_CRYPTO_TWOFISH is not set > > -# CONFIG_CRYPTO_SERPENT is not set > > +# CONFIG_CRYPTO_WP512 is not set > > + > > +# > > +# Ciphers > > +# > > # CONFIG_CRYPTO_AES is not set > > +# CONFIG_CRYPTO_ANUBIS is not set > > +# CONFIG_CRYPTO_ARC4 is not set > > +# CONFIG_CRYPTO_BLOWFISH is not set > > +# CONFIG_CRYPTO_CAMELLIA is not set > > # CONFIG_CRYPTO_CAST5 is not set > > # CONFIG_CRYPTO_CAST6 is not set > > -# CONFIG_CRYPTO_TEA is not set > > -# CONFIG_CRYPTO_ARC4 is not set > > +# CONFIG_CRYPTO_DES is not set > > +# CONFIG_CRYPTO_FCRYPT is not set > > # CONFIG_CRYPTO_KHAZAD is not set > > -# CONFIG_CRYPTO_ANUBIS is not set > > -# CONFIG_CRYPTO_SEED is not set > > # CONFIG_CRYPTO_SALSA20 is not set > > +# CONFIG_CRYPTO_SEED is not set > > +# CONFIG_CRYPTO_SERPENT is not set > > +# CONFIG_CRYPTO_TEA is not set > > +# CONFIG_CRYPTO_TWOFISH is not set > > + > > +# > > +# Compression > > +# > > # CONFIG_CRYPTO_DEFLATE is not set > > -# CONFIG_CRYPTO_MICHAEL_MIC is not set > > -# CONFIG_CRYPTO_CRC32C is not set > > -# CONFIG_CRYPTO_CAMELLIA is not set > > -# CONFIG_CRYPTO_TEST is not set > > -# CONFIG_CRYPTO_AUTHENC is not set > > # CONFIG_CRYPTO_LZO is not set > > CONFIG_CRYPTO_HW=y > > > > -- > > 1.5.4.4 > > -- > - Balbi > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 0/1] ARM: OMAP: Enable TSC2301 drivers in N800 defconfig 2008-04-28 8:08 [PATCH 0/1] ARM: OMAP: Enable TSC2301 drivers in N800 defconfig Jarkko Nikula 2008-04-28 8:08 ` [PATCH] " Jarkko Nikula @ 2008-04-28 23:23 ` Tony Lindgren 1 sibling, 0 replies; 9+ messages in thread From: Tony Lindgren @ 2008-04-28 23:23 UTC (permalink / raw) To: Jarkko Nikula; +Cc: linux-omap, Felipe Balbi * Jarkko Nikula <jarkko.nikula@nokia.com> [080428 01:08]: > Patch because N800 didn't work anymore with n800_defconfig... > > Note that camera driver doesn't compile at the moment so please disable > CONFIG_VIDEO_OMAP2 manually before trying. I posted a fix for v4l in the other thread, have not tested it though. Tony > Felipe, can you test does this config still work on N810? > > -- > Jarkko > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2008-05-02 23:26 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2008-04-28 8:08 [PATCH 0/1] ARM: OMAP: Enable TSC2301 drivers in N800 defconfig Jarkko Nikula 2008-04-28 8:08 ` [PATCH] " Jarkko Nikula 2008-04-28 9:48 ` Felipe Balbi 2008-04-28 10:21 ` [PATCH] OMAP: EHCI: Wrong ehci init for 2430 Pandita, Vikram 2008-04-28 10:31 ` Felipe Balbi 2008-04-30 0:28 ` Tony Lindgren 2008-04-28 10:41 ` Felipe Balbi 2008-05-02 23:26 ` [PATCH] ARM: OMAP: Enable TSC2301 drivers in N800 defconfig Tony Lindgren 2008-04-28 23:23 ` [PATCH 0/1] " Tony Lindgren
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox