index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi/xilinx: Remove remaining_words driver data variable
Ricardo Ribalda Delgado
2015-01-28
1
-16
/
+12
*
spi/xilinx: Remove iowrite/ioread wrappers
Ricardo Ribalda Delgado
2015-01-28
1
-24
/
+4
*
spi/xilinx: Convert bits_per_word in bytes_per_word
Ricardo Ribalda Delgado
2015-01-28
1
-9
/
+9
*
spi/xilinx: Convert remainding_bytes in remaining words
Ricardo Ribalda Delgado
2015-01-28
1
-7
/
+6
*
spi/xilinx: Make spi_tx and spi_rx simmetric
Ricardo Ribalda Delgado
2015-01-28
1
-4
/
+5
*
spi/xilinx: Remove rx_fn and tx_fn pointer
Ricardo Ribalda Delgado
2015-01-28
1
-51
/
+18
*
spi/xilinx: Support for spi mode CS_HIGH
Ricardo Ribalda Delgado
2015-01-28
1
-24
/
+38
*
spi/xilinx: Do not inhibit transmission in polling mode
Ricardo Ribalda Delgado
2015-01-28
1
-10
/
+15
*
spi/xilinx: Support cores with no interrupt
Ricardo Ribalda Delgado
2015-01-28
1
-14
/
+19
*
spi/xilinx: Use cached value of register
Ricardo Ribalda Delgado
2015-01-28
1
-1
/
+0
*
spi/xilinx: Code cleanup
Ricardo Ribalda Delgado
2015-01-28
1
-5
/
+1
*
spi/xilinx: Leave the IRQ always enabled.
Ricardo Ribalda Delgado
2015-01-28
1
-14
/
+5
*
spi/xilinx: Simplify spi_fill_tx_fifo
Ricardo Ribalda Delgado
2015-01-28
1
-13
/
+33
*
spi/xilinx: Simplify data read from the Rx FIFO
Ricardo Ribalda Delgado
2015-01-27
1
-7
/
+8
*
spi/xilinx: Support for spi mode LOOP
Ricardo Ribalda Delgado
2015-01-26
1
-2
/
+4
*
spi/xilinx: Support for spi mode LSB_FIRST
Ricardo Ribalda Delgado
2015-01-26
1
-2
/
+5
*
Linux 3.19-rc1
v3.19-rc1
Linus Torvalds
2014-12-21
1
-2
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...
Linus Torvalds
2014-12-21
10
-25
/
+103
|
\
|
*
s390/kvm: REPLACE barrier fixup with READ_ONCE
Christian Borntraeger
2014-12-18
1
-12
/
+6
|
*
arm/spinlock: Replace ACCESS_ONCE with READ_ONCE
Christian Borntraeger
2014-12-18
1
-2
/
+2
|
*
arm64/spinlock: Replace ACCESS_ONCE READ_ONCE
Christian Borntraeger
2014-12-18
1
-2
/
+2
|
*
mips/gup: Replace ACCESS_ONCE with READ_ONCE
Christian Borntraeger
2014-12-18
1
-1
/
+1
|
*
x86/gup: Replace ACCESS_ONCE with READ_ONCE
Christian Borntraeger
2014-12-18
1
-1
/
+1
|
*
x86/spinlock: Replace ACCESS_ONCE with READ_ONCE
Christian Borntraeger
2014-12-18
1
-4
/
+4
|
*
mm: replace ACCESS_ONCE with READ_ONCE or barriers
Christian Borntraeger
2014-12-18
3
-3
/
+13
|
*
kernel: Provide READ_ONCE and ASSIGN_ONCE
Christian Borntraeger
2014-12-18
1
-0
/
+74
*
|
Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/...
Linus Torvalds
2014-12-21
94
-690
/
+6663
|
\
\
|
*
|
clk: samsung: Fix Exynos 5420 pinctrl setup and clock disable failure due to ...
Krzysztof Kozlowski
2014-12-17
1
-1
/
+28
|
*
|
ARM: OMAP3: clock: fix boot breakage in legacy mode
Tero Kristo
2014-12-16
1
-9
/
+14
|
*
|
ARM: OMAP2+: clock: fix DPLL code to use new determine rate APIs
Tero Kristo
2014-12-16
3
-8
/
+8
|
*
|
Merge tag 'for-v3.19/omap-a' of git://git.kernel.org/pub/scm/linux/kernel/git...
Michael Turquette
2014-12-16
9
-63
/
+238
|
|
\
\
|
*
|
|
clk: Really fix deadlock with mmap_sem
Stephen Boyd
2014-12-16
1
-2
/
+3
|
*
|
|
Merge tag 'for-v3.19-exynos-clk-2' of git://linuxtv.org/snawrocki/samsung int...
Michael Turquette
2014-12-11
5
-10
/
+12
|
|
\
\
\
|
|
*
|
|
clk: samsung: Fix double add of syscore ops after driver rebind
Krzysztof Kozlowski
2014-12-02
1
-0
/
+4
|
|
*
|
|
clk: samsung: exynos4: set parent of sclk_hdmiphy to hdmi
Andrzej Hajda
2014-12-02
1
-1
/
+1
|
|
*
|
|
clk: samsung: exynos4415: Fix build with PM_SLEEP disabled
Krzysztof Kozlowski
2014-12-02
1
-2
/
+4
|
|
*
|
|
clk: samsung: remove unnecessary inclusion of header files from clk.h
Pankaj Dubey
2014-12-02
2
-4
/
+2
|
|
*
|
|
clk: samsung: remove unnecessary CONFIG_OF from clk.c
Pankaj Dubey
2014-12-02
1
-2
/
+0
|
|
*
|
|
clk: samsung: Spelling s/bwtween/between/
Pankaj Dubey
2014-12-02
1
-1
/
+1
|
*
|
|
|
clk: mmp: fix sparse non static symbol warning
Wei Yongjun
2014-12-11
1
-1
/
+1
|
*
|
|
|
clk: Change clk_ops->determine_rate to return a clk_hw as the best parent
Tomeu Vizoso
2014-12-04
14
-49
/
+65
|
*
|
|
|
clk: change clk_debugfs_add_file to take a struct clk_hw
Tomeu Vizoso
2014-12-04
2
-4
/
+4
|
*
|
|
|
clk: Don't expose __clk_get_accuracy
Tomeu Vizoso
2014-12-04
2
-2
/
+1
|
*
|
|
|
clk: Don't try to use a struct clk* after it could have been freed
Tomeu Vizoso
2014-12-04
1
-1
/
+4
|
*
|
|
|
clk: Remove unused function __clk_get_prepare_count
Tomeu Vizoso
2014-12-04
2
-6
/
+0
|
*
|
|
|
Merge tag 'ib-mfd-regulator-clk-v3.19' of git://git.kernel.org/pub/scm/linux/...
Michael Turquette
2014-11-29
8
-24
/
+374
|
|
\
\
\
\
|
*
\
\
\
\
Merge tag 'v3.19-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/...
Michael Turquette
2014-11-29
8
-50
/
+315
|
|
\
\
\
\
\
|
|
*
|
|
|
|
clk: rockchip: Add support for the mmc clock phases using the framework
Alexandru M Stan
2014-11-28
5
-0
/
+198
|
|
*
|
|
|
|
clk: rockchip: add bindings for the mmc clocks
Alexandru M Stan
2014-11-28
1
-0
/
+8
|
|
*
|
|
|
|
clk: rockchip: rk3288 export i2s0_clkout for use in DT
Sonny Rao
2014-11-28
2
-1
/
+2
[next]