summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: dts: imx53: Specify IMX5_CLK_IPG as "ahb" clock to SDMAAndrey Smirnov2019-04-111-1/+1
* ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ahb" clock to SDMAAndrey Smirnov2019-04-111-1/+1
* ARM: dts: imx6sll: Specify IMX6SLL_CLK_IPG as "ipg" clock to SDMAAndrey Smirnov2019-04-111-1/+1
* ARM: dts: imx6ul: Specify IMX6UL_CLK_IPG as "ipg" clock to SDMAAndrey Smirnov2019-04-111-1/+1
* ARM: dts: imx7d: Specify IMX7D_CLK_IPG as "ipg" clock to SDMAAndrey Smirnov2019-04-111-2/+2
* ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ipg" clock to SDMAAndrey Smirnov2019-04-111-1/+1
* ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG as "ipg" clock to SDMAAndrey Smirnov2019-04-111-1/+1
* ARM: dts: imx7s-warp: add ov2680 sensor nodeRui Miguel Silva2019-04-111-0/+45
* ARM: dts: imx7s-warp: add csi and mipi_csi nodeRui Miguel Silva2019-04-111-0/+14
* ARM: dts: imx7s: Add video mux, csi and mipi_csiRui Miguel Silva2019-04-111-0/+75
* ARM: dts: imx7s: add multiplexer controlsRui Miguel Silva2019-04-111-1/+8
* ARM: dts: imx7s: add mipi phy power domainRui Miguel Silva2019-04-111-1/+7
* ARM: dts: tq imx7d board supportBruno Thomsen2019-04-113-0/+131
* ARM: dts: tq imx7s board supportBruno Thomsen2019-04-113-0/+30
* ARM: dts: tq imx7 common board supportBruno Thomsen2019-04-112-0/+793
* ARM: dts: imx6qdl: Specify viewport count for PCIE blockAndrey Smirnov2019-04-031-0/+1
* ARM: dts: imx7d: Specify viewport count for PCIE blockAndrey Smirnov2019-04-031-0/+1
* ARM: dts: vf610-zii-cfu1: Disable NOR flash/SPI controllerAndrey Smirnov2019-03-291-1/+6
* ARM: dts: vf610: Add ZII SPB4 boardAndrey Smirnov2019-03-292-0/+360
* ARM: dts: imx7ulp: add ocotp supportAnson Huang2019-03-261-0/+6
* ARM: dts: Add devicetree for Eckelmann ci4x10Uwe Kleine-König2019-03-262-0/+382
* ARM: dts: ls1021a: Remove unused properties from QSPI nodeFrieder Schrempf2019-03-222-2/+0
* ARM: dts: imx50: Add PHY node for usbotg and adjust clocksJonathan Neuschäfer2019-03-221-1/+10
* ARM: dts: i.MX35: Add i2c and mmc aliasesAlexander Kurz2019-03-221-0/+6
* ARM: dts: i.MX6SL: Add i2c and mmc aliasesAlexander Kurz2019-03-221-0/+7
* ARM: dts: i.MX50: Add i2c, mmc and spi aliasesAlexander Kurz2019-03-221-0/+10
* ARM: dts: vf610-zii: Remove 'max-brightness' propertyFabio Estevam2019-03-213-7/+0
* ARM: dts: imx6qdl: Improve mmdc1 nodeAnson Huang2019-03-211-0/+2
* ARM: dts: imx: make MMDC node name genericAnson Huang2019-03-214-5/+5
* ARM: dts: imx7ulp: add mmdc supportAnson Huang2019-03-211-0/+6
* ARM: dts: imx6qdl: Enable fsl,sec-v4.0-pwrkeyAdam Ford2019-03-201-0/+9
* ARM: dts: imx6: RDU2: manage backlight from panelLucas Stach2019-03-201-1/+2
* ARM: dts: imx6: RDU2: add switch watchdog deviceLucas Stach2019-03-201-0/+5
* ARM: dts: imx7s-warp: PMIC swbst boot-on/always-onPierre-Jean Texier2019-03-201-0/+2
* ARM: dts: ls1021a-qds: enable esdhc controllerYinbo Zhu2019-03-191-0/+4
* ARM: dts: imx: Add TDA19971 HDMI Receiver to GW54xxTim Harvey2019-03-192-3/+131
* ARM: dts: imx: Add TDA19971 HDMI Receiver to GW551xTim Harvey2019-03-191-0/+138
* ARM: dts: vf610-zii-ssmb-spu3: Disable watchdogFabio Estevam2019-03-191-0/+4
* ARM: dts: vf610-zii: Disable SNVS RTCFabio Estevam2019-03-194-0/+16
* ARM: dts: pfla02: prepare storage devices to add paritionsMarco Felsch2019-03-191-2/+2
* Linux 5.1-rc1v5.1-rc1Linus Torvalds2019-03-171-2/+2
* Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-1757-156/+153
|\
| * kconfig: remove stale lxdialog/.gitignoreMasahiro Yamada2019-03-171-4/+0
| * kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-1729-47/+18
| * kbuild: warn redundant generic-yMasahiro Yamada2019-03-1712-13/+6
| * Revert "modsign: Abort modules_install when signing fails"Douglas Anderson2019-03-171-1/+1
| * kbuild: Make NOSTDINC_FLAGS a simply expanded variableDouglas Anderson2019-03-171-1/+1
| * kbuild: deb-pkg: avoid implicit effectsArseny Maslennikov2019-03-171-1/+4
| * coccinelle: semantic code search for missing put_device()Wen Yang2019-03-171-0/+56
| * kbuild: pkg: grep include/config/auto.conf instead of $KCONFIG_CONFIGMasahiro Yamada2019-03-133-3/+3