linux-sg2042/Documentation/devicetree/bindings/phy
Linus Torvalds 7318413077 Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Pull MIPS updates from Ralf Baechle:
 "This is the main pull request for 4.14 for MIPS; below a summary of
  the non-merge commits:

  CM:
   - Rename mips_cm_base to mips_gcr_base
   - Specify register size when generating accessors
   - Use BIT/GENMASK for register fields, order & drop shifts
   - Add cluster & block args to mips_cm_lock_other()

  CPC:
   - Use common CPS accessor generation macros
   - Use BIT/GENMASK for register fields, order & drop shifts
   - Introduce register modify (set/clear/change) accessors
   - Use change_*, set_* & clear_* where appropriate
   - Add CM/CPC 3.5 register definitions
   - Use GlobalNumber macros rather than magic numbers
   - Have asm/mips-cps.h include CM & CPC headers
   - Cluster support for topology functions
   - Detect CPUs in secondary clusters

  CPS:
   - Read GIC_VL_IDENT directly, not via irqchip driver

  DMA:
   - Consolidate coherent and non-coherent dma_alloc code
   - Don't use dma_cache_sync to implement fd_cacheflush

  FPU emulation / FP assist code:
   - Another series of 14 commits fixing corner cases such as NaN
     propgagation and other special input values.
   - Zero bits 32-63 of the result for a CLASS.D instruction.
   - Enhanced statics via debugfs
   - Do not use bools for arithmetic. GCC 7.1 moans about this.
   - Correct user fault_addr type

  Generic MIPS:
   - Enhancement of stack backtraces
   - Cleanup from non-existing options
   - Handle non word sized instructions when examining frame
   - Fix detection and decoding of ADDIUSP instruction
   - Fix decoding of SWSP16 instruction
   - Refactor handling of stack pointer in get_frame_info
   - Remove unreachable code from force_fcr31_sig()
   - Convert to using %pOF instead of full_name
   - Remove the R6000 support.
   - Move FP code from *_switch.S to *_fpu.S
   - Remove unused ST_OFF from r2300_switch.S
   - Allow platform to specify multiple its.S files
   - Add #includes to various files to ensure code builds reliable and
     without warning..
   - Remove __invalidate_kernel_vmap_range
   - Remove plat_timer_setup
   - Declare various variables & functions static
   - Abstract CPU core & VP(E) ID access through accessor functions
   - Store core & VP IDs in GlobalNumber-style variable
   - Unify checks for sibling CPUs
   - Add CPU cluster number accessors
   - Prevent direct use of generic_defconfig
   - Make CONFIG_MIPS_MT_SMP default y
   - Add __ioread64_copy
   - Remove unnecessary inclusions of linux/irqchip/mips-gic.h

  GIC:
   - Introduce asm/mips-gic.h with accessor functions
   - Use new GIC accessor functions in mips-gic-timer
   - Remove counter access functions from irq-mips-gic.c
   - Remove gic_read_local_vp_id() from irq-mips-gic.c
   - Simplify shared interrupt pending/mask reads in irq-mips-gic.c
   - Simplify gic_local_irq_domain_map() in irq-mips-gic.c
   - Drop gic_(re)set_mask() functions in irq-mips-gic.c
   - Remove gic_set_polarity(), gic_set_trigger(), gic_set_dual_edge(),
     gic_map_to_pin() and gic_map_to_vpe() from irq-mips-gic.c.
   - Convert remaining shared reg access, local int mask access and
     remaining local reg access to new accessors
   - Move GIC_LOCAL_INT_* to asm/mips-gic.h
   - Remove GIC_CPU_INT* macros from irq-mips-gic.c
   - Move various definitions to the driver
   - Remove gic_get_usm_range()
   - Remove __gic_irq_dispatch() forward declaration
   - Remove gic_init()
   - Use mips_gic_present() in place of gic_present and remove
     gic_present
   - Move gic_get_c0_*_int() to asm/mips-gic.h
   - Remove linux/irqchip/mips-gic.h
   - Inline __gic_init()
   - Inline gic_basic_init()
   - Make pcpu_masks a per-cpu variable
   - Use pcpu_masks to avoid reading GIC_SH_MASK*
   - Clean up mti, reserved-cpu-vectors handling
   - Use cpumask_first_and() in gic_set_affinity()
   - Let the core set struct irq_common_data affinity

  microMIPS:
   - Fix microMIPS stack unwinding on big endian systems

  MIPS-GIC:
   - SYNC after enabling GIC region

  NUMA:
   - Remove the unused parent_node() macro

  R6:
   - Constify r2_decoder_tables
   - Add accessor & bit definitions for GlobalNumber

  SMP:
   - Constify smp ops
   - Allow boot_secondary SMP op to return errors

  VDSO:
   - Drop gic_get_usm_range() usage
   - Avoid use of linux/irqchip/mips-gic.h

  Platform changes:

  Alchemy:
   - Add devboard machine type to cpuinfo
   - update cpu feature overrides
   - Threaded carddetect irqs for devboards

  AR7:
   - allow NULL clock for clk_get_rate

  BCM63xx:
   - Fix ENETDMA_6345_MAXBURST_REG offset
   - Allow NULL clock for clk_get_rate

  CI20:
   - Enable GPIO and RTC drivers in defconfig
   - Add ethernet and fixed-regulator nodes to DTS

  Generic platform:
   - Move Boston and NI 169445 FIT image source to their own files
   - Include asm/bootinfo.h for plat_fdt_relocated()
   - Include asm/time.h for get_c0_*_int()
   - Include asm/bootinfo.h for plat_fdt_relocated()
   - Include asm/time.h for get_c0_*_int()
   - Allow filtering enabled boards by requirements
   - Don't explicitly disable CONFIG_USB_SUPPORT
   - Bump default NR_CPUS to 16

  JZ4700:
   - Probe the jz4740-rtc driver from devicetree

  Lantiq:
   - Drop check of boot select from the spi-falcon driver.
   - Drop check of boot select from the lantiq-flash MTD driver.
   - Access boot cause register in the watchdog driver through regmap
   - Add device tree binding documentation for the watchdog driver
   - Add docs for the RCU DT bindings.
   - Convert the fpi bus driver to a platform_driver
   - Remove ltq_reset_cause() and ltq_boot_select(
   - Switch to a proper reset driver
   - Switch to a new drivers/soc GPHY driver
   - Add an USB PHY driver for the Lantiq SoCs using the RCU module
   - Use of_platform_default_populate instead of __dt_register_buses
   - Enable MFD_SYSCON to be able to use it for the RCU MFD
   - Replace ltq_boot_select() with dummy implementation.

  Loongson 2F:
   - Allow NULL clock for clk_get_rate

  Malta:
   - Use new GIC accessor functions

  NI 169445:
   - Add support for NI 169445 board.
   - Only include in 32r2el kernels

  Octeon:
   - Add support for watchdog of 78XX SOCs.
   - Add support for watchdog of CN68XX SOCs.
   - Expose support for mips32r1, mips32r2 and mips64r1
   - Enable more drivers in config file
   - Add support for accessing the boot vector.
   - Remove old boot vector code from watchdog driver
   - Define watchdog registers for 70xx, 73xx, 78xx, F75xx.
   - Make CSR functions node aware.
   - Allow access to CIU3 IRQ domains.
   - Misc cleanups in the watchdog driver

  Omega2+:
   - New board, add support and defconfig

  Pistachio:
   - Enable Root FS on NFS in defconfig

  Ralink:
   - Add Mediatek MT7628A SoC
   - Allow NULL clock for clk_get_rate
   - Explicitly request exclusive reset control in the pci-mt7620 PCI driver.

  SEAD3:
   - Only include in 32 bit kernels by default

  VoCore:
   - Add VoCore as a vendor t0 dt-bindings
   - Add defconfig file"

* '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus: (167 commits)
  MIPS: Refactor handling of stack pointer in get_frame_info
  MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systems
  MIPS: microMIPS: Fix decoding of swsp16 instruction
  MIPS: microMIPS: Fix decoding of addiusp instruction
  MIPS: microMIPS: Fix detection of addiusp instruction
  MIPS: Handle non word sized instructions when examining frame
  MIPS: ralink: allow NULL clock for clk_get_rate
  MIPS: Loongson 2F: allow NULL clock for clk_get_rate
  MIPS: BCM63XX: allow NULL clock for clk_get_rate
  MIPS: AR7: allow NULL clock for clk_get_rate
  MIPS: BCM63XX: fix ENETDMA_6345_MAXBURST_REG offset
  mips: Save all registers when saving the frame
  MIPS: Add DWARF unwinding to assembly
  MIPS: Make SAVE_SOME more standard
  MIPS: Fix issues in backtraces
  MIPS: jz4780: DTS: Probe the jz4740-rtc driver from devicetree
  MIPS: Ci20: Enable RTC driver
  watchdog: octeon-wdt: Add support for 78XX SOCs.
  watchdog: octeon-wdt: Add support for cn68XX SOCs.
  watchdog: octeon-wdt: File cleaning.
  ...
2017-09-15 20:43:33 -07:00
..
apm-xgene-phy.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
bcm-ns-usb2-phy.txt phy: bcm-ns-usb2: new driver for USB 2.0 PHY on Northstar 2016-04-30 20:12:28 +05:30
bcm-ns-usb3-phy.txt dt-bindings: phy: Modify Broadcom NS USB 3.0 PHY binding to use MDIO 2017-06-16 13:22:26 +05:30
berlin-sata-phy.txt phy: berlin-sata: Document BG2 compatible 2014-11-13 11:49:44 +05:30
berlin-usb-phy.txt Documentation: bindings: add doc for the Berlin USB PHY 2014-11-21 19:48:50 +05:30
brcm,cygnus-pcie-phy.txt dt-bindings: Add Cygnus PCIe PHY binding doc 2015-10-06 20:21:47 +05:30
brcm,kona-usb2-phy.txt dt-bindings: brcm: rationalize Broadcom documentation naming 2015-03-26 12:14:11 -05:00
brcm,mdio-mux-bus-pci.txt binding: PHY: Binding doc for NS2 PCIe PHYs. 2016-06-10 23:24:54 -07:00
brcm,ns2-drd-phy.txt dt-bindings: phy: Add DT bindings documentation for NS2 USB DRD PHY 2017-06-09 17:39:39 +05:30
brcm-sata-phy.txt dt-bindings: Update documentation for stingray SATA phy 2017-06-16 11:40:22 +05:30
calxeda-combophy.txt dt-bindings: move Calxeda bindings to appropriate subsystems 2015-10-22 09:21:24 -05:00
dm816x-phy.txt phy: Add a driver for dm816x USB PHY 2015-04-03 18:16:19 +05:30
hix5hd2-phy.txt Documentation: Document Hisilicon hix5hd2 sata PHY 2014-07-22 12:46:10 +05:30
keystone-usb-phy.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
meson-gxl-usb2-phy.txt dt-bindings: phy: meson-gxl-usb2-phy: Add documentation for the Meson GXL USB2 PHY 2017-06-06 14:49:36 +05:30
meson8b-usb2-phy.txt dt-bindings: phy: meson8b-usb2-phy: add support for the Meson8 SoCs 2017-06-06 14:50:01 +05:30
mxs-usb-phy.txt usb: phy: mxs: Add DT bindings to configure TX settings 2016-08-25 12:13:18 +03:00
nvidia,tegra20-usb-phy.txt dt-bindings: consolidate USB PHYs in bindings/phy 2015-10-22 09:21:23 -05:00
nvidia,tegra124-xusb-padctl.txt dt-bindings: phy: Fix description of Tegra210 PHY nodes 2016-07-01 14:48:19 +02:00
phy-ath79-usb.txt devicetree: Add bindings for the ATH79 USB phy 2016-01-04 09:42:24 +01:00
phy-bindings.txt dt-binding: phy: don't confuse with Ethernet phy properties 2017-09-06 21:13:54 -07:00
phy-cpcap-usb.txt phy: cpcap-usb: Add CPCAP PMIC USB support 2017-06-06 14:50:21 +05:30
phy-da8xx-usb.txt dt-bindings: Add bindings for phy-da8xx-usb 2016-07-04 18:07:38 +05:30
phy-hi6220-usb.txt phy: add phy-hi6220-usb 2015-12-20 15:21:38 +05:30
phy-lantiq-rcu-usb2.txt phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module 2017-09-04 21:19:02 +02:00
phy-lpc18xx-usb-otg.txt dt-bindings: phy-lpc18xx-usb-otg: remove unit address from binding 2016-04-04 16:13:32 +02:00
phy-miphy28lp.txt phy: miphy28lp: Pass sysconfig register offsets via syscfg dt property. 2015-01-21 15:23:06 +05:30
phy-miphy365x.txt phy: miphy365x: Use the generic phy type constants in dt-bindings/phy/phy.h 2015-04-03 18:16:20 +05:30
phy-mtk-tphy.txt DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
phy-mvebu-comphy.txt Documentation/bindings: phy: document the Marvell comphy driver 2017-08-30 15:17:45 -07:00
phy-mvebu.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
phy-rockchip-inno-usb2.txt DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
phy-rockchip-typec.txt Documentation: bindings: add dt doc for Rockchip USB Type-C PHY 2016-09-10 16:49:02 +05:30
phy-stih41x-usb.txt phy: phy-stih41x-usb: DT spelling s/#phy-cell/#phy-cells/ 2016-04-25 08:38:45 -05:00
phy-stih407-usb.txt phy: phy-stih407-usb: Pass sysconfig register offsets via syscfg property. 2015-01-21 15:23:06 +05:30
pistachio-usb-phy.txt phy: Add binding document for Pistachio USB2.0 PHY 2015-06-21 21:53:37 +02:00
pxa1928-usb-phy.txt dt-bindings: Add Marvell PXA1928 USB and HSIC PHY bindings 2015-06-09 12:20:30 -07:00
qcom,usb-8x16-phy.txt dt-bindings: consolidate USB PHYs in bindings/phy 2015-10-22 09:21:23 -05:00
qcom,usb-hs-phy.txt phy: Add support for Qualcomm's USB HS phy 2017-01-27 13:06:52 +05:30
qcom,usb-hsic-phy.txt phy: Add support for Qualcomm's USB HSIC phy 2017-01-27 13:06:52 +05:30
qcom-apq8064-sata-phy.txt phy: qcom: Add APQ8064 SATA PHY device tree bindings 2014-07-22 12:46:11 +05:30
qcom-dwc3-usb-phy.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
qcom-ipq806x-sata-phy.txt phy: qcom: Add device tree bindings for IPQ806x SATA PHY 2014-07-22 12:46:12 +05:30
qcom-qmp-phy.txt dt-bindings: phy: qmp: Add support for QMP phy in IPQ8074 2017-08-20 13:59:19 +05:30
qcom-qusb2-phy.txt dt-bindings: phy: Add support for QUSB2 phy 2017-04-10 16:43:41 +05:30
ralink-usb-phy.txt dt-bindings: phy: Add bindings for ralink-usb PHY 2017-08-20 14:02:22 +05:30
rcar-gen2-phy.txt phy: rcar-gen2: add fallback binding 2016-04-29 14:40:07 +05:30
rcar-gen3-phy-usb2.txt phy: rcar-gen3-usb2: Add a compatible string for r8a7796 2016-09-10 16:48:38 +05:30
rcar-gen3-phy-usb3.txt phy: rcar-gen3-usb3: add support for R-Car Gen3 USB 3.0 PHY 2017-06-07 17:55:13 +05:30
rockchip-dp-phy.txt phy: rockchip-dp: should be a child device of the GRF 2016-04-13 18:33:05 +05:30
rockchip-emmc-phy.txt Documentation: phy: Let the rockchip eMMC PHY get an exported card clock 2016-07-25 10:34:19 +02:00
rockchip-pcie-phy.txt dt-bindings: phy-rockchip-pcie: Convert to per-lane PHY model 2017-08-29 13:18:05 -05:00
rockchip-usb-phy.txt phy: rockchip-usb: Add vbus regulator support. 2017-04-10 16:43:41 +05:30
samsung-phy.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
st-spear-miphy.txt phy: Add drivers for PCIe and SATA phy on SPEAr13xx 2014-07-14 11:04:41 +05:30
sun4i-usb-phy.txt dt-bindings: phy: sun4i-usb-phy: Add compatible string for A83T 2017-08-22 10:11:09 +05:30
sun9i-usb-phy.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
ti-phy.txt dt-bindings: phy: ti: add documentation for ti,dra7x-usb2 2016-09-10 16:48:40 +05:30