index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
clk: fix new_parent dereference before null check
James Hogan
2013-08-30
1
-6
/
+7
*
clk: wm831x: Initialise wm831x pointer on init
Mark Brown
2013-08-30
1
-0
/
+2
*
clk/exynos5420: assign dout_pixel id to pixel clock divider
Rahul Sharma
2013-08-29
2
-1
/
+9
*
clk/exynos5420: add hdmi mux to change parents in hdmi driver
Rahul Sharma
2013-08-29
2
-1
/
+9
*
clk/exynos5420: fix the order of parents of hdmi mux
Rahul Sharma
2013-08-29
1
-1
/
+1
*
clk/exynos5420: add gate clock for mixer sysmmu
Rahul Sharma
2013-08-29
2
-1
/
+3
*
clk/exynos5420: add sclk_hdmiphy to the list of special clocks
Rahul Sharma
2013-08-29
2
-2
/
+3
*
clk: wm831x: Provide is_prepared() rather than is_enabled()
Mark Brown
2013-08-29
1
-7
/
+7
*
clk/exynos5250: change parent to aclk200_disp1 for hdmi subsystem
Rahul Sharma
2013-08-28
1
-2
/
+2
*
clk: tegra30: Don't wait for PLL_U lock bit
Tuomas Tynkkynen
2013-08-28
1
-1
/
+1
*
clk: s3c64xx: Fix incorrect placement of __initdata
Sachin Kamat
2013-08-27
1
-2
/
+2
*
clk: sunxi: Fix incorrect placement of __initconst
Sachin Kamat
2013-08-27
1
-30
/
+30
*
clk: kirkwood: Fix incorrect placement of __initconst
Sachin Kamat
2013-08-27
1
-7
/
+7
*
clk: dove: Fix incorrect placement of __initconst
Sachin Kamat
2013-08-27
1
-6
/
+6
*
clk: armada-xp: Fix incorrect placement of __initconst
Sachin Kamat
2013-08-27
1
-6
/
+6
*
clk: armada-370: Fix incorrect placement of __initconst
Sachin Kamat
2013-08-27
1
-7
/
+7
*
clk: u300: Fix incorrect placement of __initconst
Sachin Kamat
2013-08-27
1
-2
/
+2
*
clk: nomadik: Fix incorrect placement of __initconst
Sachin Kamat
2013-08-27
1
-2
/
+2
*
clk: bcm2835: Fix incorrect placement of __initconst
Sachin Kamat
2013-08-27
1
-1
/
+1
*
Merge tag 'sunxi-clk-for-3.12' of https://github.com/mripard/linux into clk-n...
Mike Turquette
2013-08-27
5
-38
/
+462
|
\
|
*
clk: sunxi: Add Allwinner A20 gates
Maxime Ripard
2013-08-26
3
-0
/
+116
|
*
clk: sunxi: Add A31 clocks support
Maxime Ripard
2013-08-26
3
-0
/
+213
|
*
clk: sunxi: Allow to specify the divider width from the dividers data
Maxime Ripard
2013-08-26
1
-11
/
+13
|
*
clk: sunxi: Rename the structure to prepare the addition of sun6i
Maxime Ripard
2013-08-26
1
-27
/
+27
|
*
clk: sunxi: fix initialization of basic clocks
Emilio López
2013-08-26
1
-8
/
+3
|
*
clk: sunxi: Add A10s gates
Maxime Ripard
2013-08-26
3
-0
/
+93
*
|
clk: wrap I/O access for improved portability
Gerhard Sittig
2013-08-27
4
-9
/
+26
*
|
Merge branch 'clk-next-s3c64xx-delta' into clk-next
Mike Turquette
2013-08-27
2
-98
/
+13
|
\
\
|
*
|
clk: samsung: pll: Use new registration method for PLL6552 and PLL6553
Tomasz Figa
2013-08-26
2
-98
/
+13
*
|
|
clk: get matching entry under lock in of_clk_init()
Alex Elder
2013-08-27
1
-2
/
+2
*
|
|
clk: sunxi: fix initialization of basic clocks
Emilio López
2013-08-27
1
-8
/
+3
*
|
|
clk: mvebu: add missing iounmap
Jisheng Zhang
2013-08-23
2
-7
/
+15
*
|
|
clk: handle NULL struct clk gracefully
Mike Turquette
2013-08-21
1
-1
/
+7
|
|
/
|
/
|
*
|
Merge tag 'zynq-clk-for-3.12' of git://git.xilinx.com/linux-xlnx into clk-next
Mike Turquette
2013-08-20
1
-5
/
+14
|
\
\
|
*
|
clk/zynq/pll: Use #defines for fbdiv min/max values
Soren Brinkmann
2013-08-20
1
-4
/
+7
|
*
|
clk/zynq/pll: Fix documentation for PLL register function
Soren Brinkmann
2013-08-20
1
-1
/
+7
*
|
|
clk: clk-mux: implement remuxing on set_rate
James Hogan
2013-08-19
3
-0
/
+53
*
|
|
clk: add CLK_SET_RATE_NO_REPARENT flag
James Hogan
2013-08-19
18
-276
/
+388
*
|
|
clk: add support for clock reparent on set_rate
James Hogan
2013-08-19
4
-66
/
+132
*
|
|
clk: move some parent related functions upwards
James Hogan
2013-08-19
1
-104
/
+104
*
|
|
clk: abstract parent cache
James Hogan
2013-08-19
2
-7
/
+15
*
|
|
clk: export fixed-factor, gate & mux registration
Mike Turquette
2013-08-16
3
-0
/
+5
*
|
|
clk: clk-divider: Export clk_register_divider()
Fabio Estevam
2013-08-16
1
-0
/
+2
*
|
|
clk: fixed-rate: Export clk_fixed_rate_register()
Stephen Boyd
2013-08-16
1
-0
/
+1
*
|
|
clk: prima2: Fix incorrect placement of __initdata
Sachin Kamat
2013-08-08
1
-1
/
+1
*
|
|
clk: tegra30: Fix incorrect placement of __initdata
Sachin Kamat
2013-08-08
1
-1
/
+1
*
|
|
clk: tegra20: Fix incorrect placement of __initdata
Sachin Kamat
2013-08-08
1
-1
/
+1
*
|
|
clk: tegra114: Fix incorrect placement of __initdata
Sachin Kamat
2013-08-08
1
-1
/
+1
*
|
|
clk: exynos5440: Fix incorrect placement of __initdata
Sachin Kamat
2013-08-08
1
-1
/
+1
*
|
|
clk: exynos5420: Fix incorrect placement of __initdata
Sachin Kamat
2013-08-08
1
-3
/
+3
[next]