[PATCHv12 00/49] ARM: TI SoC clock DT conversion
Felipe Balbi
balbi at ti.com
Fri Dec 20 15:06:49 EST 2013
On Fri, Dec 20, 2013 at 06:34:19PM +0200, Tero Kristo wrote:
> Hi,
>
> Hopefully final post of this series. At least this is going to be the last
> post this year as I will be going to x-mas vacation and won't be back before
> Jan 2nd. This time I just sent the patches that have changes in them,
> the missing ones are exactly the same as in v11.
>
> Changes done:
> - most of the patches:
> * Some cosmetic documentation fixes
> - patch 06:
> * Changed register pointer types from 'u32 __iomem *' to 'void __iomem *'
> - patch 07,08,09:
> * Added check for clk->ll_ops being NULL (happens with statically built
> clock data), fixes the boot time crash issue noticed by Tony
> - patch 11:
> * Moved __clk_of_table extern declaration to clk-provider.h header file...
> Got flamed about this enough times now. :)
> * Type for the declaration changed also from array to single entry,
> and address for this used in code. This prevents compile time error:
> "array type has incomplete element type". Can't use pointer here either
> as this messes the address of the table.
> * ti_clk_retry_init() now has int return type, and checks for kzalloc
> failure
> - patch 12, 14, 23:
> * Added cleanup in case ti_clk_retry_init() fails
> - patch 17:
> * Fixed potential memory leak in failed init detected by sparse
> - patch 18:
> * Modified commit message to add some details about clockdomains
> - patch 43:
> * Changed register pointer types from 'u32 *' to 'void __iomem *'
>
> Testing done:
> - omap3-beagle: boot, suspend/resume (ret), suspend/resume (off)
> - omap4-panda-es: boot, suspend/resume (ret)
> - omap5-uevm: boot
> - am335x-bone: boot
> - dra7-evm: boot
>
> Branches available at https://github.com/t-kristo/linux-pm.git:
> - branch: 3.13-rc4-dt-clks-v12 : contains everything, shall me merged last
> - branch: 3.13-rc4-dt-clks-v12-for-mike : drivers/clk changes
> - branch: 3.13-rc4-dt-clks-v11-for-benoit : DT data only (from v11, no changes)
Still fails to build OMAP5-only defconfig:
drivers/built-in.o: In function `of_ti_composite_interface_clk_setup':
drivers/clk/ti/gate.c:190: undefined reference to `clkhwops_iclk_wait'
make: *** [vmlinux] Error 1
--
balbi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20131220/54f1fc8a/attachment-0001.sig>
More information about the linux-arm-kernel
mailing list