Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b31e23726bb9d6cd8848fc539b23330769830110
b31e237
SPEAr13xx: Add header files
by Viresh Kumar
· 13 years ago
66a2886
Merge branch 'spear/dt' into spear/clock
by Arnd Bergmann
· 13 years ago
d2819f8
Merge branch 'spear/pinctrl' into spear/clock
by Arnd Bergmann
· 13 years ago
f613e22
SPEAr: Update defconfigs
by Viresh Kumar
· 13 years ago
30a0d03
SPEAr: Add SMI NOR partition info in dts files
by Viresh Kumar
· 13 years ago
5df33a6
SPEAr: Switch to common clock framework
by Viresh Kumar
· 13 years ago
f8abc08
SPEAr: Call clk_prepare() before calling clk_enable
by Viresh Kumar
· 13 years ago
a45896b
SPEAr: clk: Add General Purpose Timer Synthesizer clock
by Viresh Kumar
· 13 years ago
270b9f4
SPEAr: clk: Add Fractional Synthesizer clock
by Viresh Kumar
· 13 years ago
5335a63
SPEAr: clk: Add Auxiliary Synthesizer clock
by Viresh Kumar
· 13 years ago
55b8fd4
SPEAr: clk: Add VCO-PLL Synthesizer clock
by Viresh Kumar
· 13 years ago
30551c0
SPEAr: Add DT bindings for SPEAr's timer
by Viresh Kumar
· 13 years ago
366695f
Merge branches 'depends/pinctrl/devel' and 'depends/rmk/clkdev' into spear/pinctrl
by Arnd Bergmann
· 13 years ago
e12ff34
Merge branch 'depends/rmk/clkdev' into next/clock
by Arnd Bergmann
· 13 years ago
bef9459
Merge branch 'depends/clk/clk-next' into next/clock
by Arnd Bergmann
· 13 years ago
c7eea50
pinctrl: (cosmetic) fix two entries in DocBook comments
by Guennadi Liakhovetski
· 13 years ago
f0948f5
clk: add a fixed factor clock
by Sascha Hauer
· 13 years ago
31df9db
clk: mux: assign init data
by Mike Turquette
· 13 years ago
d269b97
clk: remove COMMON_CLK_DISABLE_UNUSED
by Mike Turquette
· 13 years ago
63f5c3b
clk: prevent spurious parent rate propagation
by Mike Turquette
· 13 years ago
d470531
pinctrl: add more info to error msgs in pin_request
by Stephen Warren
· 13 years ago
7704add
MAINTAINERS: add entry for common clk framework
by Mike Turquette
· 13 years ago
e9d7f40
CLKDEV: provide helpers for common clock framework
by Russell King
· 13 years ago
0e1c030
clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabled
by Viresh Kumar
· 13 years ago
0197b3e
clk: Use a separate struct for holding init data.
by Saravana Kannan
· 13 years ago
e447c50
clk: constify parent name arrays in macros
by Rajendra Nayak
· 13 years ago
1772311
pinctrl: add pinctrl-mxs support
by Shawn Guo
· 13 years ago
d8fe357
pinctrl: pinctrl-imx: add imx6q pinctrl driver
by Dong Aisheng
· 13 years ago
ae75ff8
pinctrl: pinctrl-imx: add imx pinctrl core driver
by Dong Aisheng
· 13 years ago
183f1d0
dt: add of_get_child_count helper function
by Dong Aisheng
· 13 years ago
4650b7c
pinctrl: support gpio request deferred probing
by Dong Aisheng
· 13 years ago
fa599c3
ARM: SPEAr3xx: Correct keyboard data passed from DT
by Viresh Kumar
· 13 years ago
5b3aa5f
pinctrl: add pinctrl_provide_dummies interface for platforms to use
by Dong Aisheng
· 13 years ago
ad6e110
pinctrl: enhance reporting of errors when loading from DT
by John Crispin
· 13 years ago
02ae6da
pinctrl: add kerneldoc for pinctrl_ops device tree functions
by Stephen Warren
· 13 years ago
fde04f4
pinctrl: propagate map validation errors
by Stephen Warren
· 13 years ago
dd51270
pinctrl: fix dangling comment
by Linus Walleij
· 13 years ago
8b7730d
clk: remove trailing whitespace from clk.h
by Rob Herring
· 13 years ago
01033be
clk: select CLKDEV_LOOKUP for COMMON_CLK
by Rob Herring
· 13 years ago
1b2f990
clk: Don't set clk->new_rate twice
by Viresh Kumar
· 13 years ago
182f9e8c
clk: clk-private: Add DEFINE_CLK macro
by Viresh Kumar
· 13 years ago
fbc42aa
clk: clk-gate: Create clk_gate_endisable()
by Viresh Kumar
· 13 years ago
1f73f31
clk: Fix typo in comment
by Viresh Kumar
· 13 years ago
f4d8af2
clk: propagate round_rate for CLK_SET_RATE_PARENT case
by Shawn Guo
· 13 years ago
1c0035d
clk: pass parent_rate into .set_rate
by Shawn Guo
· 13 years ago
81536e0
clk: always pass parent_rate into .round_rate
by Shawn Guo
· 13 years ago
27d5459
clk: basic: improve parent_names & return errors
by Mike Turquette
· 13 years ago
d1302a3
clk: core: copy parent_names & return error codes
by Mike Turquette
· 13 years ago
d305fb7
clk: Constify parent name arrays
by Mark Brown
· 13 years ago
7e87aed
clk: Remove comment for end of CONFIG_COMMON_CLK section
by Mark Brown
· 13 years ago
34e44fe
clk: Make clk_get_rate() return 0 on error
by Rajendra Nayak
· 13 years ago
bffad66
clk: declare clk_ops of basic clks in clk-provider.h
by Shawn Guo
· 13 years ago
822c250
clk: add "const" for clk_ops of basic clks
by Shawn Guo
· 13 years ago
c0d2530
clk: remove unnecessary EXPORT_SYMBOL_GPL
by Shawn Guo
· 13 years ago
10363b5
clk: use kzalloc in clk_register_mux
by Shawn Guo
· 13 years ago
d4d7e3d
clk: core: enforce clk_ops consistency
by Mike Turquette
· 13 years ago
7452b21
clk: core: clk_calc_new_rates handles NULL parents
by Mike Turquette
· 13 years ago
70d347e
clk: core: remove dead code paths
by Mike Turquette
· 13 years ago
5654dc9
clk: core: correct clk_set_rate kerneldoc
by Mike Turquette
· 13 years ago
15f70e1
pinctrl: fix signed vs unsigned conditionals inside pinmux_map_to_setting
by John Crispin
· 13 years ago
e037360
SPEAr3xx: Add pinctrl support for boards
by Viresh Kumar
· 13 years ago
8076dd1
SPEAr: Remove existing padmux support for SPEAr
by Viresh Kumar
· 13 years ago
52130b6
pinctrl: Add SPEAr3xx pinctrl drivers
by Viresh Kumar
· 13 years ago
deda828
pinctrl: Add SPEAr pinctrl drivers
by Viresh Kumar
· 13 years ago
5019f0b
ARM: spear: remove most mach/*.h header contents
by Arnd Bergmann
· 13 years ago
f3215b4
SPEAr: Update defconfigs
by Viresh Kumar
· 13 years ago
0b7ee71
SPEAr: Add PL080 DMA support for 3xx and 6xx
by Viresh Kumar
· 13 years ago
c5fa4fd
ARM: SPEAr3xx: Add device-tree support to SPEAr3xx architecture
by Viresh Kumar
· 13 years ago
5fb00f9
SPEAr3xx: Replace printk() with pr_*()
by Viresh Kumar
· 13 years ago
a3a4513
SPEAr6xx: Add compilation support for dtbs using 'make dtbs'
by Viresh Kumar
· 13 years ago
7477bd8
SPEAr3xx: Add clock instance of usb hosts - ehci and ohci 0 and 1
by Viresh Kumar
· 13 years ago
f08472f
SPEAr: Use CLKDEV_INIT for defining clk_lookups
by Viresh Kumar
· 13 years ago
5b4f95e
ARM: SPEAr600: Change FSMC and SMI clock names
by Stefan Roese
· 13 years ago
66f75a5
Linux 3.4-rc4
by Linus Torvalds
· 13 years ago
e9a5ea1
sparc32,leon: add notify_cpu_starting()
by Yong Zhang
· 13 years ago
8f4f9d4
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
126a348
Merge tag 'mmc-fixes-for-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
by Linus Torvalds
· 13 years ago
8898159
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 13 years ago
9f24ff6
Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
by Linus Torvalds
· 13 years ago
bfce281
kill mm argument of vm_munmap()
by Al Viro
· 13 years ago
9f3a4af
perfmon: kill some helpers and arguments
by Al Viro
· 13 years ago
936af15
aio: don't bother with unmapping when aio_free_ring() is coming from exit_aio()
by Al Viro
· 13 years ago
7c57091
mmc: core: Do not pre-claim host in suspend
by Ulf Hansson
· 13 years ago
e1631f9
mmc: dw_mmc: prevent NULL dereference for dma_ops
by Jaehoon Chung
· 13 years ago
b8915282
mmc: unbreak sdhci-esdhc-imx on i.MX25
by Eric Bénard
· 13 years ago
5ca6518
mmc: cd-gpio: Include header to pickup exported symbol prototypes
by H Hartley Sweeten
· 13 years ago
87b87a3
mmc: sdhci: refine non-removable card checking for card detection
by Daniel Drake
· 13 years ago
a99aa9b
mmc: dw_mmc: Fix switch from DMA to PIO
by Seungwon Jeon
· 13 years ago
32d317c
mmc: remove MMC bus legacy suspend/resume method
by Chuanxiao Dong
· 13 years ago
6be5ceb
VM: add "vm_mmap()" helper function
by Linus Torvalds
· 13 years ago
a46ef99
VM: add "vm_munmap()" helper function
by Linus Torvalds
· 13 years ago
4d048f9
mmc: omap_hsmmc: Get rid of of_have_populated_dt() usage
by Rajendra Nayak
· 13 years ago
b6d085f
mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=m
by Chris Ball
· 13 years ago
2830281
mmc: fixes for eMMC v4.5 sanitize operation
by Adrian Hunter
· 13 years ago
7194efb
mmc: fixes for eMMC v4.5 discard operation
by Adrian Hunter
· 13 years ago
e4eb1ff
VM: add "vm_brk()" helper function
by Linus Torvalds
· 13 years ago
3b422e9
Merge tag 'for-torvalds-20120418' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 13 years ago
3a53743
Merge tag 'tty-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 13 years ago
1cd653a
Merge tag 'usb-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 13 years ago
c1acb0b
Merge tag 'stable/for-linus-3.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
Next »