deliverable/linux.git
2016-02-08  Andreas Färberclk: meson: Fix meson_clk_register_clks() signature...
2016-02-08  Arnd Bergmannclk: socfpga: fix __init annotation
2016-02-08  Mike Looijmansdrivers/clk/Kconfig: Move the TI CDCE chips close together
2016-02-08  Mike Looijmansdrivers/clk/Kconfig: Fix typo "Sypport" instead of...
2016-02-08  Stephen BoydMerge branch 'clk-fixes' into clk-next
2016-02-08  Stephen BoydMerge tag 'tegra-for-4.5-clk-fixes' of git://git./linux...
2016-02-07  Stephen Boydclk: provider: Remove of_gpio_{gate,mux}_clk_setup...
2016-02-07  Stephen Boydclk: Deprecate CLK_IS_ROOT
2016-02-07  Stephen Boydclk: gpio: Make into a platform driver
2016-02-02  Insu Yunclk: unlock for handling unregistered clock
2016-02-02  Arnd Bergmannclk: vt8500: don't return possibly uninitialized data
2016-02-02  Masahiro Yamadaclk: slightly optimize clk_core_set_parent()
2016-02-02  Masahiro Yamadaclk: simplify clk_fetch_parent_index() function
2016-02-02  Masahiro Yamadaclk: make sure parent is not NULL in clk_fetch_parent_i...
2016-02-02  Masahiro Yamadaclk: walk the orphan clock list more simply
2016-02-02  Masahiro Yamadaclk: avoid circular clock topology
2016-02-02  Masahiro Yamadaclk: simplify __clk_init_parent()
2016-02-02  Masahiro Yamadaclk: move checking .get_parent to __clk_core_init()
2016-02-02  Jon Hunterclk: tegra: super: Fix sparse warnings for functions...
2016-02-02  Jon Hunterclk: tegra: Fix sparse warnings for functions not decla...
2016-02-02  Jon Hunterclk: tegra: Fix sparse warning for pll_m
2016-02-02  Jon Hunterclk: tegra: Use definition for pll_u override bit
2016-02-02  Jon Hunterclk: tegra: Fix warning caused by pll_u failing to...
2016-02-02  Jon Hunterclk: tegra: Fix clock sources for Tegra210 EMC
2016-02-02  Jon Hunterclk: tegra: Add the APB2APE audio clock on Tegra210
2016-02-02  Amitoj Kaur... clk: tegra: Add missing of_node_put()
2016-02-02  Mark Kuoclk: tegra: Fix PLLE SS coefficients
2016-02-02  Rhyland Kleinclk: tegra: Fix typos around clearing PLLE bits during...
2016-02-02  Mark Kuoclk: tegra: Do not disable PLLE when under hardware...
2016-02-02  Rhyland Kleinclk: tegra: Fix pllx dyn step calculation
2016-02-02  Andrew Brestickerclk: tegra: pll: Fix potential sleeping-while-atomic
2016-02-02  Rhyland Kleinclk: tegra: Fix the misnaming of nvenc from msenc
2016-02-02  Rhyland Kleinclk: tegra: Fix naming of MISC registers
2016-02-02  Masahiro Yamadaclk: replace pr_warn() with pr_err() for fatal cases
2016-02-02  Masahiro Yamadaclk: drop the initial core->parents look-ups from __clk...
2016-02-02  Masahiro Yamadaclk: simplify clk_core_get_parent_by_index()
2016-02-02  Masahiro Yamadaclk: move core->parents allocation to clk_register()
2016-02-02  Masahiro Yamadaclk: change sizeof(struct clk *) to sizeof(*core->parents)
2016-02-02  Masahiro Yamadaclk: remove unnecessary !core->parents conditional
2016-02-02  Masahiro Yamadaclk: rename __clk_init() into __clk_core_init()
2016-02-02  Masahiro Yamadaclk: change the argument of __clk_init() into pointer...
2016-02-02  Masahiro Yamadaclk: remove unused first argument of __clk_init()
2016-01-30  Stephen BoydMerge branch 'clk-fixes' into clk-next
2016-01-30  Stephen BoydMerge tag 'v4.5-rockchip-clkfixes1' of git://git./linux...
2016-01-30  Arnd Bergmannclk: st: avoid uninitialized variable use
2016-01-30  Stephen Boydclk: axi-clkgen: Remove sometimes impossible check
2016-01-30  Lars-Peter... clk: axi-clkgen: Add multi-parent support
2016-01-30  Lars-Peter... clk: axi-clkgen: Remove version 1 support
2016-01-30  LABBE Corentinclk: palmas: fix a possible NULL dereference
2016-01-30  LABBE Corentinclk: palmas: constify the palmas_clks_of_match_data...
2016-01-30  Masahiro Yamadaclk: optimize the divider walk in clk_divider_bestdiv()
2016-01-30  Andrzej Hajdaclk: vt8500: fix sign of possible PLL values
2016-01-30  Masahiro Yamadaclk: add clk_unregister_fixed_rate()
2016-01-30  Masahiro Yamadaclk: add clk_unregister_fixed_factor()
2016-01-30  Srinivas Kandagatlaclk:gcc-msm8916: add missing mss_q6_bimc_axi clock
2016-01-30  Stephen BoydMerge branch 'clk-iproc' into clk-next
2016-01-30  Ray Juiclk: iproc: Remove __init from header
2016-01-30  Simran Raiclk: iproc: Add support for Cygnus audio clocks
2016-01-30  Simran RaiDocumentation: dt-bindings: Add DT bindings for Cygnus...
2016-01-30  James Liaoclk: Move vendor's Kconfig into CCF menu section
2016-01-29  James Liaoclk: mediatek: Fix memory leak on clock init fail
2016-01-29  Geliang Tangclk: move the common clock's to_clk_*(_hw) macros to...
2016-01-29  Stephen Boydclk: xgene: Remove return from void function
2016-01-29  Loc Hoclk: xgene: Add SoC and PMD PLL clocks with v2 hardware
2016-01-29  Loc HoDocumentation: Update APM X-Gene clock binding for...
2016-01-29  Andi Shyticlk: s2mps11: remove redundant code
2016-01-29  Andi Shyticlk: s2mps11: remove redundant static variables declaration
2016-01-29  Andi Shyticlk: s2mps11: allocate only one structure for clock...
2016-01-29  Andi Shyticlk: s2mps11: merge two for loops in one
2016-01-29  Heiko Stuebnerclk-divider: make sure read-only dividers do not write...
2016-01-29  Marc Gonzalezclk: tango4: rename ARCH_TANGOX to ARCH_TANGO
2016-01-29  Axel Linclk: scpi: Fix checking return value of platform_device...
2016-01-29  Stephen Boydclk: mvebu: Mark ioremapped memory as __iomem
2016-01-25  Rhyland Kleinclk: tegra: Remove improper flags for lock_enable
2016-01-25  Rhyland Kleinclk: tegra: Fix divider on VI_I2C
2016-01-24  Linus TorvaldsLinux 4.5-rc1
2016-01-24  Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2016-01-24  Linus TorvaldsMerge tag 'platform-drivers-x86-v4.5-2' of git://git...
2016-01-24  Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2016-01-24  Linus TorvaldsMerge tag 'for-linus-4.5-merge-window' of git://git...
2016-01-24  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-01-24  Linus TorvaldsMerge branch 'for-next' of git://git.samba.org/sfrench...
2016-01-24  Josh Boyerideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill...
2016-01-24  Souvik Kumar... MAINTAINERS: Combine multiple telemetry entries
2016-01-24  Souvik Kumar... intel_telemetry_debugfs: Fix unused warnings in telemet...
2016-01-24  Christoph Lametervmstat: Remove BUG_ON from vmstat_update
2016-01-24  Ralf BaechleMerge branch '4.4-fixes' into mips-for-linux-next
2016-01-24  Alban BedelMIPS: zboot: Add support for serial debug using the...
2016-01-24  Alban BedelMIPS: zboot: Avoid useless rebuilds
2016-01-24  Florian FainelliMIPS: BMIPS: Enable ARCH_WANT_OPTIONAL_GPIOLIB
2016-01-24  Simon ArlottMIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_p...
2016-01-24  Simon ArlottMIPS: bcm963xx: Update bcm_tag field image_sequence
2016-01-24  Simon ArlottMIPS: bcm963xx: Move extended flash address to bcm_tag...
2016-01-24  Simon ArlottMIPS: bcm963xx: Move Broadcom BCM963xx image tag data...
2016-01-24  Simon ArlottMIPS: bcm63xx: nvram: Use nvram structure definition...
2016-01-24  Simon ArlottMIPS: bcm963xx: Add Broadcom BCM963xx board nvram data...
2016-01-24  Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2016-01-24  James HoganMAINTAINERS: Add KVM for MIPS entry
2016-01-24  James HoganMIPS: KVM: Add missing newline to kvm_err()
2016-01-24  James HoganMIPS: Move KVM specific opcodes into asm/inst.h
next
This page took 0.040001 seconds and 5 git commands to generate.