summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | clk: gate: Add hw based registration APIsStephen Boyd2016-04-201-0/+5
| | * | | | | | | | | clk: divider: Add hw based registration APIsStephen Boyd2016-04-201-0/+10
| | * | | | | | | | | clkdev: Add clk_hw based registration APIsStephen Boyd2016-04-201-0/+6
| | * | | | | | | | | clk: Add clk_hw OF clk providersStephen Boyd2016-04-201-0/+30
| | * | | | | | | | | clk: Add {devm_}clk_hw_{register,unregister}() APIsStephen Boyd2016-04-201-0/+6
| | * | | | | | | | | clkdev: Remove clk_register_clkdevs()Stephen Boyd2016-04-201-1/+0
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'clk-composite-unregister' into clk-nextStephen Boyd2016-04-211-0/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | clk: composite: Add unregister functionMaxime Ripard2016-04-211-0/+1
| | |/ / / / / / / /
| * | | | | | | | | Merge tag 'clk-renesas-for-v4.7-tag2' of git://git.kernel.org/pub/scm/linux/k...Stephen Boyd2016-04-201-0/+12
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'v4.7-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/g...Stephen Boyd2016-04-201-12/+12
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | clk: ti: dpll: add support for specifying max rate for DPLLsTero Kristo2016-04-161-0/+2
| * | | | | | | | | | | Merge branch 'clk-artpec6' into clk-nextStephen Boyd2016-04-161-0/+38
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | clk: add device tree binding for Artpec-6 clock controllerLars Persson2016-04-161-0/+38
| | | |_|/ / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge tag 'v4.7-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/g...Stephen Boyd2016-04-161-0/+752
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'clk-renesas-for-v4.7' of git://git.kernel.org/pub/scm/linux/ker...Stephen Boyd2016-04-161-6/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'imx-clk-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Stephen Boyd2016-04-162-3/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | clk: imx: vf610: fix whitespace in vf610-clock.hShawn Guo2016-04-121-1/+1
| | * | | | | | | | | | | | | clk: imx: vf610: add TCON ipg clockStefan Agner2016-04-121-1/+3
| | * | | | | | | | | | | | | clk: imx: add ckil clock for i.MX7Gary Bisson2016-04-061-1/+2
| | * | | | | | | | | | | | | clk: imx: vf610: add WKPU unitStefan Agner2016-03-311-1/+2
| | * | | | | | | | | | | | | clk: imx: vf610: leave DDR clock onStefan Agner2016-03-311-1/+2
| | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge tag 'clk-v4.7-samsung' of git://linuxtv.org/snawrocki/samsung into clk-...Stephen Boyd2016-04-162-2/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-v4.7/clk/exynos542x' into for-v4.7/clk/nextSylwester Nawrocki2016-04-151-1/+23
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | dt-bindings: clock: Add the clock id for ACLK clock of Exynos542x SoCChanwoo Choi2016-04-151-1/+23
| | | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | | clk: Provide OF helper to mark clocks as CRITICALLee Jones2016-04-091-1/+7
| * | | | | | | | | | | | | | clk: Allow clocks to be marked as CRITICALLee Jones2016-04-091-0/+1
| * | | | | | | | | | | | | | Merge tag 'bcm2835-clk-next-2016-03-17' of git://github.com/anholt/linux into...Stephen Boyd2016-03-301-1/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | clk: bcm2835: add missing osc and per clocksMartin Sperl2016-03-171-0/+14
| | * | | | | | | | | | | | | clk: bcm2835: add missing PLL clock dividersMartin Sperl2016-03-171-0/+5
| | * | | | | | | | | | | | | clk: bcm2835: enable management of PCM clockMartin Sperl2016-03-171-0/+1
| | * | | | | | | | | | | | | clk: bcm2835: remove use of BCM2835_CLOCK_COUNT in driverMartin Sperl2016-03-171-2/+0
* | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-2111-38/+149
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | net: suppress warnings on dev_alloc_skbNeil Horman2016-05-211-2/+2
| * | | | | | | | | | | | | | | uapi glibc compat: fix compilation when !__USE_MISC in glibcNicolas Dichtel2016-05-211-1/+1
| * | | | | | | | | | | | | | | Merge tag 'wireless-drivers-next-for-davem-2016-05-13' of git://git.kernel.or...David S. Miller2016-05-211-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | brcmfmac: Add 4356 sdio supportChristian Daudt2016-05-111-0/+1
| * | | | | | | | | | | | | | | | net: sock: move ->sk_shutdown out of bitfields.Andrey Ryabinin2016-05-211-1/+8
| * | | | | | | | | | | | | | | | ip4ip6: Support for GSO/GROTom Herbert2016-05-211-0/+5
| * | | | | | | | | | | | | | | | fou: Add encap ops for IPv6 tunnelsTom Herbert2016-05-211-1/+1
| * | | | | | | | | | | | | | | | ip6_tun: Add infrastructure for doing encapsulationTom Herbert2016-05-211-0/+58
| * | | | | | | | | | | | | | | | fou: Split out {fou,gue}_build_headerTom Herbert2016-05-211-4/+4
| * | | | | | | | | | | | | | | | net: Cleanup encap items in ip_tunnels.hTom Herbert2016-05-211-18/+58
| * | | | | | | | | | | | | | | | net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-213-10/+10
| * | | | | | | | | | | | | | | | mlx5: avoid unused variable warningArnd Bergmann2016-05-201-1/+1
* | | | | | | | | | | | | | | | | locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()Peter Zijlstra2016-05-211-1/+26
* | | | | | | | | | | | | | | | | Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-203-2/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | drivers/of: Return allocated memory from of_fdt_unflatten_tree()Gavin Shan2016-05-161-3/+3
| * | | | | | | | | | | | | | | | | drivers/of: Specify parent node in of_fdt_unflatten_tree()Gavin Shan2016-05-161-0/+1
| * | | | | | | | | | | | | | | | | of: include errno.h in of_graph.hArnd Bergmann2016-05-021-0/+1
| * | | | | | | | | | | | | | | | | of: Introduce of_phandle_iterator_args()Joerg Roedel2016-04-201-0/+10