summaryrefslogtreecommitdiffstats
path: root/drivers/media/media-entity.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-28clk: get matching entry under lock in of_clk_init()Alex Elder1-2/+2
2013-08-28clk: sunxi: fix initialization of basic clocksEmilio López1-8/+3
2013-08-27clk: samsung: pll: Use new registration method for PLL6552 and PLL6553Tomasz Figa2-98/+13
2013-08-26clk: sunxi: Add Allwinner A20 gatesMaxime Ripard3-0/+116
2013-08-26clk: sunxi: Add A31 clocks supportMaxime Ripard3-0/+213
2013-08-26clk: sunxi: Allow to specify the divider width from the dividers dataMaxime Ripard1-11/+13
2013-08-26clk: sunxi: Rename the structure to prepare the addition of sun6iMaxime Ripard1-27/+27
2013-08-26clk: sunxi: fix initialization of basic clocksEmilio López1-8/+3
2013-08-26clk: sunxi: Add A10s gatesMaxime Ripard3-0/+93
2013-08-23clk: mvebu: add missing iounmapJisheng Zhang2-7/+15
2013-08-22clk: handle NULL struct clk gracefullyMike Turquette1-1/+7
2013-08-20clk/zynq/pll: Use #defines for fbdiv min/max valuesSoren Brinkmann1-4/+7
2013-08-20clk/zynq/pll: Fix documentation for PLL register functionSoren Brinkmann1-1/+7
2013-08-19clk: clk-mux: implement remuxing on set_rateJames Hogan3-0/+53
2013-08-19clk: add CLK_SET_RATE_NO_REPARENT flagJames Hogan18-276/+388
2013-08-19clk: add support for clock reparent on set_rateJames Hogan4-66/+132
2013-08-19clk: move some parent related functions upwardsJames Hogan1-104/+104
2013-08-19clk: abstract parent cacheJames Hogan2-7/+15
2013-08-16clk: export fixed-factor, gate & mux registrationMike Turquette3-0/+5
2013-08-16clk: clk-divider: Export clk_register_divider()Fabio Estevam1-0/+2
2013-08-16clk: fixed-rate: Export clk_fixed_rate_register()Stephen Boyd1-0/+1
2013-08-09clk: prima2: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-09clk: tegra30: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-09clk: tegra20: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-09clk: tegra114: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-09clk: exynos5440: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-09clk: exynos5420: Fix incorrect placement of __initdataSachin Kamat1-3/+3
2013-08-09clk: exynos5250: Fix incorrect placement of __initdataSachin Kamat1-5/+5
2013-08-09clk: exynos4: Fix incorrect placement of __initdataSachin Kamat1-5/+5
2013-08-09clk: s2mps11: Add support for s2mps11Yadwinder Singh Brar3-0/+280
2013-08-09clk: exynos5420: Make exynos5420_plls staticSachin Kamat1-1/+1
2013-08-09clk: exynos5250: Make exynos5250_plls staticSachin Kamat1-1/+1
2013-08-09clk: exynos4: Make exynos4_plls staticSachin Kamat1-1/+1
2013-08-09clk: mxs: clk-imx23: Include <linux/clk/mxs.h>Fabio Estevam1-0/+1
2013-08-09clk: sunxi: Fix checking return value of clk_register_[composite|factors]Axel Lin1-2/+2
2013-08-09Documentation: clk: Fix a trivial typo in audssSachin Kamat1-1/+1
2013-08-05clk: samsung: Add clock driver for S3C64xx SoCsTomasz Figa4-0/+731
2013-08-05clk: samsung: pll: Add support for PLL6552 and PLL6553Tomasz Figa2-0/+164
2013-08-05clk: mux: Add support for read-only muxes.Tomasz Figa2-1/+11
2013-08-02clk: samsung: Add EPLL and VPLL freq table for exynos5250 SoCVikas Sajjan2-0/+40
2013-08-02clk: samsung: Reorder MUX registration for mout_vpllsrcVikas Sajjan1-1/+6
2013-08-02clk: samsung: Add set_rate() clk_ops for PLL36xxVikas Sajjan1-1/+78
2013-08-02clk: samsung: Add set_rate() clk_ops for PLL35xxYadwinder Singh Brar1-1/+104
2013-08-02clk: samsung: Add support to register rate_table for samsung pllsYadwinder Singh Brar6-28/+75
2013-08-02clk: samsung: Remove unused pll registeration code for pll35xx and pll36xxYadwinder Singh Brar2-74/+0
2013-08-02clk: samsung: Migrate exynos5420 to use common samsung_clk_register_pll()Yadwinder Singh Brar1-28/+58
2013-08-02clk: samsung: Migrate exynos4 to use common samsung_clk_register_pll()Yadwinder Singh Brar1-14/+26
2013-08-02clk: samsung: Migrate exynos5250 to use common samsung_clk_register_pll()Yadwinder Singh Brar1-19/+41
2013-08-02clk: samsung: Define a common samsung_clk_register_pll()Yadwinder Singh Brar3-0/+125
2013-08-02clk: samsung: Introduce a common samsung_clk_pll structYadwinder Singh Brar1-18/+12