2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-24 05:04:00 +08:00
linux-next/Documentation/devicetree/bindings/video
Linus Torvalds 44c916d58b ARM: SoC cleanups for 3.17
This merge window brings a good size of cleanups on various
 platforms. Among the bigger ones:
 
 * Removal of Samsung s5pc100 and s5p64xx platforms. Both of these have
   lacked active support for quite a while, and after asking around nobody
   showed interest in keeping them around. If needed, they could be
   resurrected in the future but it's more likely that we would prefer
   reintroduction of them as DT and multiplatform-enabled platforms
   instead.
 * OMAP4 controller code register define diet. They defined a lot of registers
   that were never actually used, etc.
 * Move of some of the Tegra platform code (PMC, APBIO, fuse, powergate)
   to drivers/soc so it can be shared with 64-bit code. This also converts them
   over to traditional driver models where possible.
 * Removal of legacy gpio-samsung driver, since the last users have been
   removed (moved to pinctrl)
 
 Plus a bunch of smaller changes for various platforms that sort of
 dissapear in the diffstat for the above. clps711x cleanups, shmobile
 header file refactoring/moves for multiplatform friendliness, some misc
 cleanups, etc.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.14 (GNU/Linux)
 
 iQIcBAABAgAGBQJT5DYPAAoJEIwa5zzehBx37egQAIiatNiLLqZnfo3rwGADRz/a
 POfPovktj68aPcobyzoyhFtToMqGvi9PpysyFTIQD2HJFG+5BtiIAuqtg0875zDe
 EpBWgsfugrm0YktJWAtUerj60oAmNPbKfaEm1cOOWuM2lb2mV+QkRrwSTAgsqkT7
 927BzMXKKBRPOVLL0RYhoF8EXa0Eg8kCqAHP8fJrzVYkRp+UrZJDnGiUP1XmWJN+
 VXQMu5SEjcPMtqT7+tfX455RfREHJfBcJ1ZN/dPF8HMWDwClQG0lyc6hifh1MxwO
 8DjIZNkfZeKqgDqVyC17re7pc7p8md5HL8WXbrKpK0A9vQ5bRexbPHxcwJ1T/C2Y
 465H+st5XXbuzV1gbMwjK1/ycsH0tCyffckk8Yl/2e1Fs7GgPNbAELtTdl+5vV1Y
 xmDXkyo/9WlRM3LQ23IGKwW7VzN86EfWVuShssfro0fO7xDdb4OOYLdQI+4bCG+h
 ytQYun1vU32OEyNik5RVNQuZaMrv2c93a3bID4owwuPHPmYOPVUQaqnRX/0E51eA
 aHZYbk2GlUOV3Kq5aSS4iyLg1Yj+I9/NeH9U+A4nc+PQ5FlgGToaVSCuYuw4DqbP
 AAG+sqQHbkBMvDPobQz/yd1qZbAb4eLhGy11XK1t5S65rApWI55GwNXnvbyxqt8x
 wpmxJTASGxcfuZZgKXm7
 =gbcE
 -----END PGP SIGNATURE-----

Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc

Pull ARM SoC cleanups from Olof Johansson:
 "This merge window brings a good size of cleanups on various platforms.
  Among the bigger ones:

   - Removal of Samsung s5pc100 and s5p64xx platforms.  Both of these
     have lacked active support for quite a while, and after asking
     around nobody showed interest in keeping them around.  If needed,
     they could be resurrected in the future but it's more likely that
     we would prefer reintroduction of them as DT and
     multiplatform-enabled platforms instead.

   - OMAP4 controller code register define diet.  They defined a lot of
     registers that were never actually used, etc.

   - Move of some of the Tegra platform code (PMC, APBIO, fuse,
     powergate) to drivers/soc so it can be shared with 64-bit code.
     This also converts them over to traditional driver models where
     possible.

   - Removal of legacy gpio-samsung driver, since the last users have
     been removed (moved to pinctrl)

  Plus a bunch of smaller changes for various platforms that sort of
  dissapear in the diffstat for the above.  clps711x cleanups, shmobile
  header file refactoring/moves for multiplatform friendliness, some
  misc cleanups, etc"

* tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (117 commits)
  drivers: CCI: Correct use of ! and &
  video: clcd-versatile: Depend on ARM
  video: fix up versatile CLCD helper move
  MAINTAINERS: Add sdhci-st file to ARCH/STI architecture
  ARM: EXYNOS: Fix build breakge with PM_SLEEP=n
  MAINTAINERS: Remove Kirkwood
  ARM: tegra: Convert PMC to a driver
  soc/tegra: fuse: Set up in early initcall
  ARM: tegra: Always lock the CPU reset vector
  ARM: tegra: Setup CPU hotplug in a pure initcall
  soc/tegra: Implement runtime check for Tegra SoCs
  soc/tegra: fuse: fix dummy functions
  soc/tegra: fuse: move APB DMA into Tegra20 fuse driver
  soc/tegra: Add efuse and apbmisc bindings
  soc/tegra: Add efuse driver for Tegra
  ARM: tegra: move fuse exports to soc/tegra/fuse.h
  ARM: tegra: export apb dma readl/writel
  ARM: tegra: Use a function to get the chip ID
  ARM: tegra: Sort includes alphabetically
  ARM: tegra: Move includes to include/soc/tegra
  ...
2014-08-08 11:00:26 -07:00
..
backlight backlight: gpio-backlight: Add DT support 2014-04-08 13:20:40 +01:00
analog-tv-connector.txt Doc/DT: Add DT binding documentation for Analog TV Connector 2014-03-19 12:36:03 +02:00
atmel,lcdc.txt video: atmel_lcdfb: add device tree suport 2013-09-27 09:26:20 +03:00
display-timing.txt video: of: display_timing: add doubleclk flag 2013-06-03 18:42:34 +10:00
dvi-connector.txt Doc/DT: Add DT binding documentation for DVI Connector 2014-03-19 12:36:16 +02:00
exynos_dp.txt drm/exynos: dp: support hotplug detection via GPIO 2014-06-02 02:07:05 +09:00
exynos_dsim.txt ARM: dts: exynos_dsim: add exynos5410 compatible to DT bindings 2014-08-03 16:52:15 +09:00
exynos_hdmi.txt drm/exynos: use regmap interface to set hdmiphy control bit in pmu 2014-06-02 02:07:09 +09:00
exynos_hdmiddc.txt drm/exynos: add new compatible strings for hdmi subsystem 2013-06-28 21:13:57 +09:00
exynos_hdmiphy.txt drm/exynos: add new compatible strings for hdmi subsystem 2013-06-28 21:13:57 +09:00
exynos_mixer.txt drm/exynos: hdmi: enable exynos 4210 and 4x12 soc support 2014-08-03 16:52:14 +09:00
fsl,imx-fb.txt video: imxfb: Add DT default contrast control register property. 2014-03-17 12:26:28 +02:00
hdmi-connector.txt Doc/DT: hdmi-connector: add HPD GPIO documentation 2014-05-07 11:30:16 +03:00
lgphilips,lb035q02.txt Doc/DT: Add binding doc for lgphilips,lb035q02.txt 2014-05-20 14:39:45 +03:00
panel-dpi.txt Doc/DT: Add DT binding documentation for MIPI DPI Panel 2014-05-07 11:01:19 +03:00
panel-dsi-cm.txt Doc/DT: Add DT binding documentation for MIPI DSI CM Panel 2014-03-19 12:36:23 +02:00
samsung-fimd.txt ARM: SoC cleanups for 3.17 2014-08-08 11:00:26 -07:00
sharp,ls037v7dw01.txt Doc/DT: Add DT binding documentation for SHARP LS037V7DW01 2014-05-20 14:39:46 +03:00
simple-framebuffer.txt simplefb: add support for a8b8g8r8 pixel format 2013-07-26 11:50:55 +03:00
sony,acx565akm.txt Doc/DT: Add DT binding documentation for Sony acx565akm panel 2014-03-19 12:36:26 +02:00
ssd1289fb.txt powerpc/85xx: Add TWR-P1025 board support 2014-01-07 19:09:29 -06:00
ssd1307fb.txt video: ssd1307fb: Add support for SSD1306 OLED controller 2013-05-28 14:41:57 +03:00
ti,omap2-dss.txt Doc/DT: Add DT binding documentation for OMAP DSS 2014-03-19 11:03:11 +02:00
ti,omap3-dss.txt Doc/DT: Add DT binding documentation for OMAP DSS 2014-03-19 11:03:11 +02:00
ti,omap4-dss.txt Doc/DT: ti,omap4-dss: hdmi lanes 2014-05-07 11:31:16 +03:00
ti,omap5-dss.txt Doc/DT: Add OMAP5 DSS DT bindings 2014-05-09 15:11:30 +03:00
ti,omap-dss.txt Doc/DT: Add DT binding documentation for OMAP DSS 2014-03-19 11:03:11 +02:00
ti,tfp410.txt Doc/DT: Add DT binding documentation for TFP410 encoder 2014-03-19 12:36:30 +02:00
ti,tpd12s015.txt Doc/DT: Add DT binding documentation for tpd12s015 encoder 2014-03-19 12:36:33 +02:00
toppoly,td028ttec1.txt omapdss: panel-tpo-td028ec1: Add DT support. 2014-05-09 12:35:51 +03:00
tpo,td043mtea1.txt Doc/DT: Add DT binding documentation for TPO td043mtea1 panel 2014-05-20 14:39:47 +03:00
via,vt8500-fb.txt video: fb: vt8500: Convert framebuffer drivers to standardized binding 2013-04-04 13:07:34 +03:00
wm,prizm-ge-rops.txt arm: vt8500: doc: Add device tree bindings for arch-vt8500 devices 2012-09-21 19:23:58 +12:00
wm,wm8505-fb.txt video: fb: vt8500: Convert framebuffer drivers to standardized binding 2013-04-04 13:07:34 +03:00