[PATCH V4 5/6] USB: OHCI: Properly handle ohci-exynos suspend

2013-10-21 Thread Majunath Goudar
Suspend scenario in case of ohci-exynos glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-exynos suspend scenario. Calling explicitly the ohci_suspend() routine in exynos_ohci_suspend() will ensure proper handling of

[PATCH V4 3/6] USB: OHCI: Properly handle ohci-s3c2410 suspend

2013-10-21 Thread Majunath Goudar
Suspend scenario in case of ohci-s3c2410 glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-s3c2410 suspend scenario. Calling explicitly the ohci_suspend() routine in ohci_hcd_s3c2410_drv_suspend() will ensure proper h

[PATCH V3 3/6] USB: OHCI: Properly handle ohci-s3c2410 suspend

2013-10-18 Thread Majunath Goudar
Suspend scenario in case of ohci-s3c2410 glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-s3c2410 suspend scenario. Calling explicitly the ohci_suspend() routine in ohci_hcd_s3c2410_drv_suspend() will ensure proper h

[PATCH V3 5/6] USB: OHCI: Properly handle ohci-exynos suspend

2013-10-18 Thread Majunath Goudar
Suspend scenario in case of ohci-exynos glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-exynos suspend scenario. Calling explicitly the ohci_suspend() routine in exynos_ohci_suspend() will ensure proper handling of

[PATCH V3 5/6] USB: OHCI: Properly handle ohci-exynos suspend

2013-10-17 Thread Majunath Goudar
Suspend scenario in case of ohci-exynos glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-exynos suspend scenario. Calling explicitly the ohci_suspend() routine in exynos_ohci_suspend() will ensure proper handling of

[PATCH V3 3/6] USB: OHCI: Properly handle ohci-s3c2410 suspend

2013-10-17 Thread Majunath Goudar
Suspend scenario in case of ohci-s3c2410 glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-s3c2410 suspend scenario. Calling explicitly the ohci_suspend() routine in ohci_hcd_s3c2410_drv_suspend() will ensure proper h

[PATCH] ARM: CCI : Fix implicit declaration of function error

2013-10-14 Thread Majunath Goudar
This patch adds a inline dummy implementations of_find_matching_node() in "#ifdef CONFIG_OF" else part. Without this patch,build system can lead to issues. This was discovered during randconfig testing,in which ARM_CCI was enabled w/o CONFIG_OF being enabled,leading to the following error: CC

[PATCH] VEXPRESS: Fix VEXPRESS implicit declarations dependence errors.

2013-10-08 Thread Majunath Goudar
This patch adds a inline dummy implementations of_find_node_by_phandle() and of_get_next_parent() in "#ifdef CONFIG_OF" else part. Without this patch,build system can lead to issues. This was discovered during randconfig testing,in which VEXPRESS_CONFIG was enabled w/o CONFIG_OF being enabled,leadi

[PATCH] SOUND/SPI: Fix "clk_round_rate" undefined reference error.

2013-10-08 Thread Majunath Goudar
This patch adds a COMMON_CLK dependency to configure the SND_AT73C213 for Atmel AT73C213 DAC driver. Without this patch, build system can lead to build failure. This was observed during randconfig testing, in which SND_AT73C213 was enabled w/o COMMON_CLK being enabled. leading to the following erro

[PATCH] VEXPRESS: Fix VEXPRESS implicit declarations dependence errors.

2013-10-08 Thread Majunath Goudar
This patch adds a of_find_node_by_phandle() and of_get_next_parent() function declaration dependence on"#ifdef CONFIG_OF" in "include/linux/of.h" else part return inline dummy implementations (returning NULL). Without this patch,build system can lead to issues. This was discovered during randconfig

[PATCH] SHMOBILE: DRM: Fix backlight_device register and unregister undefined errors.

2013-10-08 Thread Majunath Goudar
This patch adds a BACKLIGHT_CLASS_DEVICE dependency to configure the DRM_SHMOBILE. Without this patch, build system can lead to build failure. This was observed during randconfig testing, in which DRM_SHMOBILE was enabled w/o BACKLIGHT_CLASS_DEVICE being enabled. Following was the error: Building

[PATCH] INPUT/MISC: Fix input/misc PWM related undefined reference errors.

2013-10-08 Thread Majunath Goudar
This patch adds a PWM dependency to configure the INPUT_MAX8997_HAPTIC and INPUT_PWM_BEEPER. Without this patch, build system can lead to build failure. This was observed during randconfig testing, in which INPUT_MAX8997_HAPTIC or INPUT_PWM_BEEPER was enabled w/o PWM being enabled. leading to the f

[PATCH] DRM: TTM: Fix memory leak issue in ttm_agp_tt_create().

2013-10-08 Thread Majunath Goudar
This patch adds kfree() in ttm_agp_tt_create() to avoide the memory leak, without this there is a chance of memory leak in ttm_tt_init() fail case. Signed-off-by: Jeyaraman R Signed-off-by: Manjunath Goudar Cc: David Airlie Cc: "Paul E. McKenney" Cc: David Howells Cc: Thomas Gleixner Cc: Dav

[PATCH] BUS: CCI : Fix arm-cci implicit declarations dependence errors.

2013-10-08 Thread Majunath Goudar
This patch adds a OF dependency to configure the ARM_CCI in drivers/bus/Kconfig. Without this patch, build system can lead to build failure. This was observed during randconfig testing, in which ARM_CCI was enabled w/o OF being enabled. Following was the error: CC drivers/bus/arm-cci.o driver

[PATCH] zsmalloc: Fix "map_vm_area" undefined reference errors.

2013-10-08 Thread Majunath Goudar
This patch adds a MMU dependency to configure the ZSMALLOC in drivers/staging/zsmalloc/Kconfig. Without this patch, build system can lead to build failure. This was observed during randconfig testing, in which ZSMALLOC was enabled w/o MMU being enabled. Following was the error: LD vmlinux dri

[PATCH] ARM: mach-omap1: Fix omap1510_fpga_init_irq() implicit declarations.

2013-10-08 Thread Majunath Goudar
This patch adds a omap1510_fpga_init_irq() inline dummy implementations in arch/arm/mach-omap1/common.h. Without this patch,build system can lead to issues. This was discovered during randconfig testing,in which other than CONFIG_ARCH_OMAP15XX was enabled the leading to the following error: CC