index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-03
clk: Move symbol export to proper location
Thierry Reding
1
-1
/
+1
2013-08-30
clk: fix new_parent dereference before null check
James Hogan
1
-6
/
+7
2013-08-30
clk: wm831x: Initialise wm831x pointer on init
Mark Brown
1
-0
/
+2
2013-08-29
clk/exynos5420: assign dout_pixel id to pixel clock divider
Rahul Sharma
1
-1
/
+4
2013-08-29
clk/exynos5420: add hdmi mux to change parents in hdmi driver
Rahul Sharma
1
-1
/
+4
2013-08-29
clk/exynos5420: fix the order of parents of hdmi mux
Rahul Sharma
1
-1
/
+1
2013-08-29
clk/exynos5420: add gate clock for mixer sysmmu
Rahul Sharma
1
-1
/
+2
2013-08-29
clk/exynos5420: add sclk_hdmiphy to the list of special clocks
Rahul Sharma
1
-2
/
+2
2013-08-29
clk: wm831x: Provide is_prepared() rather than is_enabled()
Mark Brown
1
-7
/
+7
2013-08-28
clk/exynos5250: change parent to aclk200_disp1 for hdmi subsystem
Rahul Sharma
1
-2
/
+2
2013-08-28
clk: tegra30: Don't wait for PLL_U lock bit
Tuomas Tynkkynen
1
-1
/
+1
2013-08-27
clk: s3c64xx: Fix incorrect placement of __initdata
Sachin Kamat
1
-2
/
+2
2013-08-27
clk: sunxi: Fix incorrect placement of __initconst
Sachin Kamat
1
-30
/
+30
2013-08-27
clk: kirkwood: Fix incorrect placement of __initconst
Sachin Kamat
1
-7
/
+7
2013-08-27
clk: dove: Fix incorrect placement of __initconst
Sachin Kamat
1
-6
/
+6
2013-08-27
clk: armada-xp: Fix incorrect placement of __initconst
Sachin Kamat
1
-6
/
+6
2013-08-27
clk: armada-370: Fix incorrect placement of __initconst
Sachin Kamat
1
-7
/
+7
2013-08-27
clk: u300: Fix incorrect placement of __initconst
Sachin Kamat
1
-2
/
+2
2013-08-27
clk: nomadik: Fix incorrect placement of __initconst
Sachin Kamat
1
-2
/
+2
2013-08-27
clk: bcm2835: Fix incorrect placement of __initconst
Sachin Kamat
1
-1
/
+1
2013-08-27
Merge tag 'sunxi-clk-for-3.12' of https://github.com/mripard/linux into clk-n...
Mike Turquette
1
-38
/
+194
2013-08-27
clk: wrap I/O access for improved portability
Gerhard Sittig
3
-9
/
+9
2013-08-27
Merge branch 'clk-next-s3c64xx-delta' into clk-next
Mike Turquette
2
-98
/
+13
2013-08-27
clk: get matching entry under lock in of_clk_init()
Alex Elder
1
-2
/
+2
2013-08-27
clk: sunxi: fix initialization of basic clocks
Emilio López
1
-8
/
+3
2013-08-26
clk: samsung: pll: Use new registration method for PLL6552 and PLL6553
Tomasz Figa
2
-98
/
+13
2013-08-26
clk: sunxi: Add Allwinner A20 gates
Maxime Ripard
1
-0
/
+15
2013-08-26
clk: sunxi: Add A31 clocks support
Maxime Ripard
1
-0
/
+124
2013-08-26
clk: sunxi: Allow to specify the divider width from the dividers data
Maxime Ripard
1
-11
/
+13
2013-08-26
clk: sunxi: Rename the structure to prepare the addition of sun6i
Maxime Ripard
1
-27
/
+27
2013-08-26
clk: sunxi: fix initialization of basic clocks
Emilio López
1
-8
/
+3
2013-08-26
clk: sunxi: Add A10s gates
Maxime Ripard
1
-0
/
+15
2013-08-23
clk: mvebu: add missing iounmap
Jisheng Zhang
2
-7
/
+15
2013-08-21
clk: handle NULL struct clk gracefully
Mike Turquette
1
-1
/
+7
2013-08-20
Merge tag 'zynq-clk-for-3.12' of git://git.xilinx.com/linux-xlnx into clk-next
Mike Turquette
1
-5
/
+14
2013-08-20
clk/zynq/pll: Use #defines for fbdiv min/max values
Soren Brinkmann
1
-4
/
+7
2013-08-20
clk/zynq/pll: Fix documentation for PLL register function
Soren Brinkmann
1
-1
/
+7
2013-08-19
clk: clk-mux: implement remuxing on set_rate
James Hogan
2
-0
/
+50
2013-08-19
clk: add CLK_SET_RATE_NO_REPARENT flag
James Hogan
16
-274
/
+384
2013-08-19
clk: add support for clock reparent on set_rate
James Hogan
1
-46
/
+96
2013-08-19
clk: move some parent related functions upwards
James Hogan
1
-104
/
+104
2013-08-19
clk: abstract parent cache
James Hogan
1
-7
/
+14
2013-08-16
clk: export fixed-factor, gate & mux registration
Mike Turquette
3
-0
/
+5
2013-08-16
clk: clk-divider: Export clk_register_divider()
Fabio Estevam
1
-0
/
+2
2013-08-16
clk: fixed-rate: Export clk_fixed_rate_register()
Stephen Boyd
1
-0
/
+1
2013-08-08
clk: prima2: Fix incorrect placement of __initdata
Sachin Kamat
1
-1
/
+1
2013-08-08
clk: tegra30: Fix incorrect placement of __initdata
Sachin Kamat
1
-1
/
+1
2013-08-08
clk: tegra20: Fix incorrect placement of __initdata
Sachin Kamat
1
-1
/
+1
2013-08-08
clk: tegra114: Fix incorrect placement of __initdata
Sachin Kamat
1
-1
/
+1
2013-08-08
clk: exynos5440: Fix incorrect placement of __initdata
Sachin Kamat
1
-1
/
+1
[next]