Age | Commit message (Expand) | Author | Files | Lines |
2018-06-15 | docs: Fix some broken references | Mauro Carvalho Chehab | 2 | -3/+3 |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 2 | -4/+6 |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 11 | -14/+15 |
2018-06-09 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 138 | -1156/+12576 |
2018-06-06 | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 24 | -55/+50 |
2018-06-06 | Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -4/+5 |
2018-06-06 | treewide: Use struct_size() for devm_kmalloc() and friends | Kees Cook | 12 | -26/+28 |
2018-06-06 | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 12 | -29/+22 |
2018-06-05 | clk: renesas: cpg-mssr: Stop using printk format %pCr | Geert Uytterhoeven | 1 | -4/+5 |
2018-06-04 | Merge branch 'clk-imx6ul' into clk-next | Stephen Boyd | 1 | -1/+1 |
2018-06-04 | Merge branches 'clk-davinci-psc-da830', 'clk-renesas', 'clk-at91-recalc', 'cl... | Stephen Boyd | 50 | -502/+1545 |
2018-06-04 | Merge branch 'clk-qcom-8996-halt' into clk-next | Stephen Boyd | 1 | -0/+6 |
2018-06-04 | Merge branch 'clk-qcom-sdm845' into clk-next | Stephen Boyd | 12 | -62/+4395 |
2018-06-04 | Merge branches 'clk-match-string', 'clk-ingenic', 'clk-si544-round-fix' and '... | Stephen Boyd | 7 | -70/+148 |
2018-06-04 | Merge branches 'clk-imx7d', 'clk-hisi-stub', 'clk-mvebu', 'clk-imx6-epit' and... | Stephen Boyd | 8 | -178/+71 |
2018-06-04 | Merge branches 'clk-imx6sx', 'clk-imx7d-enet' and 'clk-aspeed-24' into clk-next | Stephen Boyd | 4 | -17/+24 |
2018-06-04 | Merge branches 'clk-allwinner', 'clk-rockchip', 'clk-tegra', 'clk-berlin' and... | Stephen Boyd | 29 | -269/+399 |
2018-06-04 | Merge branches 'clk-hisi-usb', 'clk-silent-bulk', 'clk-mtk-hdmi', 'clk-mtk-ma... | Stephen Boyd | 7 | -4/+146 |
2018-06-04 | Merge branches 'clk-stm32mp1', 'clk-samsung', 'clk-uniphier-mpeg', 'clk-strat... | Stephen Boyd | 5 | -76/+89 |
2018-06-04 | Merge branches 'clk-qcom-rpmh', 'clk-npcm7xx', 'clk-of-parent-count' and 'clk... | Stephen Boyd | 3 | -0/+658 |
2018-06-04 | Merge branch 'clk-actions' into clk-next | Stephen Boyd | 20 | -0/+2261 |
2018-06-04 | Merge branches 'clk-warn', 'clk-core', 'clk-spear' and 'clk-qcom-msm8998' int... | Stephen Boyd | 171 | -3940/+17783 |
2018-06-04 | Merge branches 'acpi-soc' and 'acpi-tables' | Rafael J. Wysocki | 2 | -1/+79 |
2018-06-02 | clk: qcom: Export clk_fabia_pll_configure() | Stephen Boyd | 1 | -0/+1 |
2018-06-01 | clk: bcm: Update and add Stingray clock entries | Pramod Kumar | 1 | -15/+120 |
2018-06-01 | clk-si544: Properly round requested frequency to nearest match | Mike Looijmans | 1 | -0/+1 |
2018-06-01 | clk: ingenic: jz4770: Add 150us delay after enabling VPU clock | Paul Cercueil | 1 | -1/+1 |
2018-06-01 | clk: ingenic: jz4770: Enable power of AHB1 bus after ungating VPU clock | Paul Cercueil | 1 | -2/+2 |
2018-06-01 | clk: ingenic: jz4770: Modify C1CLK clock to disable CPU clock stop on idle | Paul Cercueil | 1 | -1/+2 |
2018-06-01 | clk: ingenic: jz4770: Change OTG from custom to standard gated clock | Paul Cercueil | 1 | -37/+5 |
2018-06-01 | clk: ingenic: Support specifying "wait for clock stable" delay | Paul Cercueil | 2 | -0/+5 |
2018-06-01 | clk: ingenic: Add support for clocks whose gate bit is inverted | Paul Cercueil | 2 | -2/+5 |
2018-06-01 | clk: use match_string() helper | Yisheng Xie | 1 | -6/+2 |
2018-06-01 | clk: bcm2835: use match_string() helper | Yisheng Xie | 1 | -7/+6 |
2018-06-01 | clk: Return void from debug_init op | Stephen Boyd | 2 | -19/+14 |
2018-06-01 | clk: remove clk_debugfs_add_file() | Greg Kroah-Hartman | 1 | -13/+0 |
2018-06-01 | clk: tegra: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -31/+11 |
2018-06-01 | clk: davinci: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -6/+1 |
2018-06-01 | clk: bcm2835: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -4/+2 |
2018-06-01 | clk: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -99/+30 |
2018-06-01 | clk: imx6: add EPIT clock support | Colin Didier | 1 | -0/+2 |
2018-06-01 | clk: mvebu: use correct bit for 98DX3236 NAND | Chris Packham | 1 | -1/+1 |
2018-06-01 | clk/driver/hisi: Consolidate the Kconfig for the CLOCK_STUB | Daniel Lezcano | 1 | -5/+8 |
2018-06-01 | clk: imx7d: reset parent for mipi csi root | Rui Miguel Silva | 1 | -0/+2 |
2018-06-01 | clk: imx7d: fix mipi dphy div parent | Rui Miguel Silva | 1 | -1/+1 |
2018-06-01 | clk: qcom: gcc-msm8996: Disable halt check on UFS clocks | Bjorn Andersson | 1 | -0/+2 |
2018-06-01 | clk: aspeed: Add 24MHz fixed clock | Lei YU | 1 | -1/+8 |
2018-06-01 | clk: imx7d: correct enet clock CCGR registers | Anson Huang | 1 | -4/+6 |
2018-06-01 | clk: imx7d: correct enet phy ref clock gates | Anson Huang | 1 | -2/+1 |
2018-06-01 | clk: imx6sl: correct ocram_podf clock type | Anson Huang | 1 | -1/+1 |