summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clk: imx: pll14xx: explicitly return lowest rateSascha Hauer2022-03-041-2/+2
* clk: imx: pll14xx: name variables after usageSascha Hauer2022-03-041-21/+21
* clk: imx: pll14xx: consolidate rate calculationSascha Hauer2022-03-041-33/+26
* clk: imx: pll14xx: Use FIELD_GET/FIELD_PREPSascha Hauer2022-03-041-21/+19
* clk: imx: pll14xx: Drop wrong shiftingSascha Hauer2022-03-041-2/+2
* clk: imx: pll14xx: Use register defines consistentlySascha Hauer2022-03-041-24/+25
* clk: imx8mp: remove SYS PLL 1/2 clock gatesPeng Fan2022-03-041-32/+16
* clk: imx8mn: remove SYS PLL 1/2 clock gatesPeng Fan2022-03-041-34/+16
* clk: imx8mm: remove SYS PLL 1/2 clock gatesPeng Fan2022-03-041-33/+16
* clk: imx: add i.MX93 clkPeng Fan2022-03-043-0/+349
* clk: imx: support fracn gppllPeng Fan2022-03-043-0/+345
* clk: imx: add i.MX93 composite clkPeng Fan2022-03-043-0/+103
* dt-bindings: clock: add i.MX93 clock definitionPeng Fan2022-03-041-0/+201
* dt-bindings: clock: Add imx93 clock supportPeng Fan2022-03-041-0/+62
* clk: imx: off by one in imx_lpcg_parse_clks_from_dt()Dan Carpenter2022-03-041-1/+1
* dt-bindings: fsl: scu: add imx8dxl scu clock supportAbel Vesa2022-03-041-0/+1
* clk: imx7d: Remove audio_mclk_root_clkAbel Vesa2022-03-041-1/+0
* clk: imx8mp: Add missing IMX8MP_CLK_MEDIA_MIPI_PHY1_REF_ROOT clockLaurent Pinchart2022-02-211-0/+1
* clk: imx: Add imx8dxl clk driverJacky Bai2022-01-294-1/+70
* clk: imx: Add initial support for i.MXRT1050 clock driverJesse Taube2022-01-293-0/+176
* dt-bindings: clock: imx: Add documentation for i.MXRT1050 clockJesse Taube2022-01-291-0/+67
* dt-bindings: imx: Add clock binding for i.MXRT1050Giulio Benetti2022-01-291-0/+72
* Linux 5.17-rc1v5.17-rc1Linus Torvalds2022-01-231-2/+2
* Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-01-2351-149/+354
|\
| * perf tools: Remove redundant err variableMinghao Chi2022-01-221-4/+1
| * perf test: Add parse-events test for aliases with hyphensJohn Garry2022-01-222-9/+82
| * perf test: Add pmu-events test for aliases with hyphensJohn Garry2022-01-222-0/+48
| * perf parse-events: Support event alias in form foo-bar-bazJohn Garry2022-01-224-4/+41
| * perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez2022-01-221-8/+17
| * perf cpumap: Remove duplicate include in cpumap.hLv Ruyi2022-01-221-1/+0
| * perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-2231-87/+99
| * perf python: Fix cpu_map__item() buildingIan Rogers2022-01-221-3/+3
| * perf script: Fix printing 'phys_addr' failure issueYao Jin2022-01-221-1/+1
| * tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscallArnaldo Carvalho de Melo2022-01-205-1/+8
| * tools headers UAPI: Sync x86 arch prctl headers with the kernel sourcesArnaldo Carvalho de Melo2022-01-191-12/+14
| * perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...Arnaldo Carvalho de Melo2022-01-191-1/+2
| * perf evlist: No need to setup affinities when disabling events for pid targetsArnaldo Carvalho de Melo2022-01-181-5/+9
| * perf evlist: No need to setup affinities when enabling events for pid targetsArnaldo Carvalho de Melo2022-01-181-5/+9
| * perf stat: No need to setup affinities when starting a workloadArnaldo Carvalho de Melo2022-01-181-7/+10
| * perf affinity: Allow passing a NULL arg to affinity__cleanup()Arnaldo Carvalho de Melo2022-01-181-1/+7
| * perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen2022-01-181-0/+3
* | Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-01-232-3/+10
|\ \
| * | ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)2022-01-232-3/+10
* | | Merge tag 'kbuild-fixes-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-233-4/+3
|\ \ \
| * | | certs: Fix build error when CONFIG_MODULE_SIG_KEY is emptyMasahiro Yamada2022-01-221-1/+1
| * | | certs: Fix build error when CONFIG_MODULE_SIG_KEY is PKCS#11 URIMasahiro Yamada2022-01-221-1/+1
| * | | Revert "Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH"Masahiro Yamada2022-01-221-1/+1
| * | | usr/include/Makefile: add linux/nfc.h to the compile-test coverageDmitry V. Levin2022-01-221-1/+0
* | | | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-2373-438/+635
|\ \ \ \ | |/ / / |/| | |
| * | | vsprintf: rework bitmap_list_stringYury Norov2022-01-151-17/+7