Re: [PATCH] spi: s3c64xx: Don't free controller_data on non-dt platforms

2012-09-22 Thread Mark Brown
On Thu, Sep 13, 2012 at 04:31:30PM +0200, Sylwester Nawrocki wrote: > When s3c64xx-spi is instantiated from device tree an instance of > struct s3c64xx_spi_csinfo is dynamically allocated in the driver. Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc

Re: [PATCH 2/5] ARM: Add interface for registering and calling firmware-specific operations

2012-09-22 Thread Russell King - ARM Linux
On Fri, Sep 21, 2012 at 11:23:22PM -0700, Olof Johansson wrote: > static void __iomem *default_cpu_boot_reg(int cpu) > { > return (void __iomem *)0; > } NULL is perfectly acceptable here. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message

Re: [PATCH 2/5] ARM: Add interface for registering and calling firmware-specific operations

2012-09-22 Thread Tomasz Figa
Hi Olof, Kyungmin, On Friday 21 of September 2012 23:23:22 Olof Johansson wrote: > On Sat, Sep 22, 2012 at 03:01:56PM +0900, Kyungmin Park wrote: > > On 9/22/12, Olof Johansson wrote: > > > On Thu, Sep 13, 2012 at 10:13:35AM +0200, Tomasz Figa wrote: > > >> +#define call_firmware_op(op, ...)

[PATCH v4] ARM: EXYNOS: Add MFC device tree support

2012-09-22 Thread Arun Kumar K
This patch adds device tree entry for MFC v6 in the Exynos5 SoC. Makes the required changes in the clock files and adds MFC to the DT device list. Signed-off-by: Naveen Krishna Chatradhi Signed-off-by: Arun Kumar K --- .../devicetree/bindings/media/s5p-mfc.txt | 27 ++ ar

[PATCH v4] Add MFC device tree support

2012-09-22 Thread Arun Kumar K
This patch adds the device tree entries for MFC on Exynos5. This is rebased to the linux-samsung for-next branch. Changelog v4 - Addressed review comments from Karol Lewandowski http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/12703 Changelog v3 - Addressed review comments given by Sylwe