Skip to content

Instantly share code, notes, and snippets.

@superna9999
Created February 27, 2017 14:02
Show Gist options
  • Save superna9999/0ea3fedaaf30f0928225f66f8189a031 to your computer and use it in GitHub Desktop.
Save superna9999/0ea3fedaaf30f0928225f66f8189a031 to your computer and use it in GitHub Desktop.
All contributions and involvement on Amlogic patches in Linux 4.10
Andreas Färber (1) commits (+2/-2):
ARM64: dts: amlogic: Reorder copyrights for meson-gx
Brian Kim (1) commits (+29/-0):
ARM64: dts: meson-gxbb-odroidc2: Enable USB Nodes
Carlo Caione (1) commits (+173/-0):
ARM64: dts: amlogic: Add basic support for Amlogic S905X
Hans de Goede (1) commits (+317/-0):
iio: accel: Add driver for the MiraMEMS DA311 3-axis 12-bit digital accelerometer
Heiner Kallweit (1) commits (+10/-9):
net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registered
Heinrich Schuchardt (1) commits (+5/-3):
MMC: meson: avoid possible NULL dereference
Javier Martinez Canillas (5) commits (+2/-3):
[media] rc: meson-ir: Fix module autoload (+1/-0)
hwrng: meson - Remove unneeded platform MODULE_ALIAS (+0/-1)
hwrng: meson - Fix module autoload for OF registration (+1/-0)
pwm: meson: Remove unneeded platform MODULE_ALIAS (+0/-1)
watchdog: meson: Remove unneeded platform MODULE_ALIAS (+0/-1)
Jerome Brunet (1) commits (+12/-0):
ARM64: dts: meson-gxbb-odroidc2: fix GbE tx link breakage
Kevin Hilman (5) commits (+1127/-3):
ARM64: dts: meson-gxl: fix GPIO include (+1/-1)
ARM64: dts: meson-gxbb: add SCPI pre-1.0 compatible (+1/-1)
ARM64: dts: meson-gxbb: add MMC support (+230/-1)
Documentation: DT: MMC: meson-gx: new bindings doc (+32/-0)
MMC: meson: initial support for GX platforms (+863/-0)
Martin Blumenstingl (7) commits (+413/-13):
ARM64: dts: meson-gxbb: add the USB reset also to the second USB PHY (+1/-0)
ARM64: dts: meson-gxbb-vega-s95: Add SD/SDIO/MMC and PWM nodes (+104/-0)
Documentation: dt-bindings: rename meson-usb2-phy to meson8b-usb2-phy (+1/-1)
Documentation: dt-bindings: update the meson-usb2-phy example (+2/-2)
phy: meson8b-usb2: request a shared reset line (+1/-2)
phy: meson: add USB2 PHY support for Meson8b and GXBB (+298/-0)
pinctrl: meson: fix uart_ao_b for GXBB and GXL/GXM (+6/-8)
Neil Armstrong (32) commits (+3222/-664):
ARM64: dts: meson-gx: Add firmware reserved memory zones (+18/-0)
ARM64: dts: meson-gxbb-odroidc2: Disable SCPI DVFS (+5/-1)
ARM64: dts: meson-gx: Add Graphic Controller nodes (+92/-0)
ARM64: dts: meson-gxl: Add support for Nexbox A95X (+207/-0)
ARM64: dts: meson-gxm: Add support for the Nexbox A1 (+171/-0)
ARM64: dts: Add support for Meson GXM (+264/-3)
ARM64: dts: meson-gxl-s905x: Enable internal ethernet PHY (+6/-0)
ARM64: dts: meson-gxl-p23x: Enable ethernet (+35/-0)
ARM64: dts: meson-gxl: Add ethernet nodes with internal PHY (+43/-0)
ARM64: dts: meson-gxl-p23x: Enable IR receiver (+6/-0)
ARM64: dts: meson-gxl-p23x: Add SD/SDIO/MMC and PWM nodes (+112/-0)
ARM64: dts: meson-gxl-p23x: Add uart pinctrl (+3/-0)
ARM64: dts: meson-gxl: Add MMC/SD/SDIO nodes (+21/-0)
ARM64: dts: meson-gxl: Add i2c nodes (+12/-0)
ARM64: dts: meson-gxl: Add clock nodes (+9/-0)
ARM64: dts: meson-gxl: Add pinctrl nodes (+168/-0)
ARM64: dts: meson-gxbb: Move common nodes to meson-gx (+148/-136)
ARM64: dts: meson-gxbb: Add SCPI with cpufreq & sensors Nodes (+48/-0)
ARM64: dts: meson-gxbb: Add SRAM node (+9/-0)
ARM64: dts: meson-gxbb: Add MMC nodes to Nexbox A95x (+122/-0)
ARM64: dts: meson-gxbb: Add P20x Wifi SDIO support (+14/-0)
ARM64: dts: meson-gxbb: Add Wifi 32K clock for p20x boards (+15/-0)
ARM64: dts: meson-gxbb: Add rmii pinctrl node and rename rgmii node (+21/-5)
ARM64: dts: meson-gx: Add missing L2 cache node (+8/-0)
ARM64: dts: meson-gxbb: Add support for the Nexbox A95X Board (+109/-0)
ARM64: dts: amlogic: Add basic support for Amlogic S905D (+219/-0)
ARM64: dts: amlogic: Add Meson GX dtsi from GXBB (+579/-516)
drm/meson: Fix CVBS VDAC disable (+1/-1)
drm/meson: Fix CVBS initialization when HDMI is configured by bootloader (+19/-0)
drm/meson: Fix plane atomic check when no crtc for the plane (+3/-0)
pinctrl: meson: fix gpio request disabling other modes (+1/-1)
pinctrl: meson: Add GXL pinctrl definitions (+734/-1)
Wei Yongjun (1) commits (+3/-0):
phy: meson8b-usb2: fix missing clk_disable_unprepare() on error
============== Other involvement ==============
David S. Miller (1):
Signed-off-by: net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registered
Jerome Brunet (1):
Signed-off-by: phy: meson: add USB2 PHY support for Meson8b and GXBB
Kevin Hilman (35):
Acked-by: MMC: meson: avoid possible NULL dereference
Acked-by: [media] rc: meson-ir: Fix module autoload
Acked-by: hwrng: meson - Remove unneeded platform MODULE_ALIAS
Acked-by: pinctrl: meson: fix gpio request disabling other modes
Acked-by: pwm: meson: Remove unneeded platform MODULE_ALIAS
Acked-by: watchdog: meson: Remove unneeded platform MODULE_ALIAS
Signed-off-by: ARM64: dts: amlogic: Add Meson GX dtsi from GXBB
Signed-off-by: ARM64: dts: amlogic: Reorder copyrights for meson-gx
Signed-off-by: ARM64: dts: meson-gx: Add Graphic Controller nodes
Signed-off-by: ARM64: dts: meson-gx: Add firmware reserved memory zones
Signed-off-by: ARM64: dts: meson-gx: Add missing L2 cache node
Signed-off-by: ARM64: dts: meson-gxbb-odroidc2: Disable SCPI DVFS
Signed-off-by: ARM64: dts: meson-gxbb-odroidc2: Enable USB Nodes
Signed-off-by: ARM64: dts: meson-gxbb-odroidc2: fix GbE tx link breakage
Signed-off-by: ARM64: dts: meson-gxbb-vega-s95: Add SD/SDIO/MMC and PWM nodes
Signed-off-by: ARM64: dts: meson-gxbb: Add MMC nodes to Nexbox A95x
Signed-off-by: ARM64: dts: meson-gxbb: Add P20x Wifi SDIO support
Signed-off-by: ARM64: dts: meson-gxbb: Add SCPI with cpufreq & sensors Nodes
Signed-off-by: ARM64: dts: meson-gxbb: Add SRAM node
Signed-off-by: ARM64: dts: meson-gxbb: Add Wifi 32K clock for p20x boards
Signed-off-by: ARM64: dts: meson-gxbb: Add rmii pinctrl node and rename rgmii node
Signed-off-by: ARM64: dts: meson-gxbb: Add support for the Nexbox A95X Board
Signed-off-by: ARM64: dts: meson-gxbb: Move common nodes to meson-gx
Signed-off-by: ARM64: dts: meson-gxbb: add the USB reset also to the second USB PHY
Signed-off-by: ARM64: dts: meson-gxl-p23x: Add SD/SDIO/MMC and PWM nodes
Signed-off-by: ARM64: dts: meson-gxl-p23x: Add uart pinctrl
Signed-off-by: ARM64: dts: meson-gxl-p23x: Enable IR receiver
Signed-off-by: ARM64: dts: meson-gxl-p23x: Enable ethernet
Signed-off-by: ARM64: dts: meson-gxl-s905x: Enable internal ethernet PHY
Signed-off-by: ARM64: dts: meson-gxl: Add MMC/SD/SDIO nodes
Signed-off-by: ARM64: dts: meson-gxl: Add clock nodes
Signed-off-by: ARM64: dts: meson-gxl: Add ethernet nodes with internal PHY
Signed-off-by: ARM64: dts: meson-gxl: Add i2c nodes
Signed-off-by: ARM64: dts: meson-gxl: Add pinctrl nodes
Signed-off-by: ARM64: dts: meson-gxl: Add support for Nexbox A95X
Kishon Vijay Abraham I (2):
Signed-off-by: phy: meson8b-usb2: fix missing clk_disable_unprepare() on error
Signed-off-by: phy: meson8b-usb2: request a shared reset line
Linus Walleij (1):
Signed-off-by: pinctrl: meson: fix uart_ao_b for GXBB and GXL/GXM
Martin Blumenstingl (1):
Tested-by: ARM64: dts: Add support for Meson GXM
Neil Armstrong (1):
Acked-by: hwrng: meson - Fix module autoload for OF registration
Rob Herring (9):
Acked-by: ARM64: dts: amlogic: Add basic support for Amlogic S905D
Acked-by: ARM64: dts: amlogic: Add basic support for Amlogic S905X
Acked-by: ARM64: dts: meson-gxbb: add MMC support
Acked-by: ARM64: dts: meson-gxm: Add support for the Nexbox A1
Acked-by: Documentation: DT: MMC: meson-gx: new bindings doc
Acked-by: Documentation: dt-bindings: rename meson-usb2-phy to meson8b-usb2-phy
Acked-by: Documentation: dt-bindings: update the meson-usb2-phy example
Acked-by: iio: accel: Add driver for the MiraMEMS DA311 3-axis 12-bit digital accelerometer
Acked-by: pinctrl: meson: Add GXL pinctrl definitions
Ulf Hansson (1):
Signed-off-by: MMC: meson: initial support for GX platforms
Total: (57) commits (+5315/-697)
Other involvement: 52 commits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment