Skip to content

Commit

Permalink
PlutoSDR: Prepare for v0.24 release
Browse files Browse the repository at this point in the history
Submodule linux 01a3695..7d66120:
  > arm: dts: zynq-zed-adf7242.dts: Add
  > net: ieee802154: adf7242: Rework IRQ and packet handling
  > net: ieee802154: adf7242: Avoid redundant RC_READY polling
  > net: ieee802154: adf7242: Add additional DEBUG information
  > net: ieee802154: adf7242: Fix bug if defined DEBUG
  > net: ieee802154: adf7242: Add support for ADF7241 devices
  > ieee802154: adf7242: use unsigned int over only unsigned
  > net: ieee802154: constify ieee802154_ops structures
  > iio: ad9467: Don't write 'register transfer' register for AD9680 and similar
  > iio: ad9467: ad9680_setup(): Remove unused parameters
  > iio: ad9647: ad9680: Don't write data format register during initial setup
  > iio: ad9467: ad9680: Don't set test mode during initial setup
  > iio: ad9467: Make AD9680 sfdr_optim_regs static
  > iio: ad9467: Fix AD9684 input full-scale range selection
  > iio: ad9467: Remove trailing space from available attributes
  > iio: ad9467: Handle scale values >= 1.0
  > iio: ad9467: Factor input range handling into separate helper functions
  > iio: ad9467: Fix available test modes for newer generation devices
  > iio: ad9467: Fix ad9680 input range reading
  > iio: ad9467: Fix max_testmode for AD9434
  > iio: adc: ad9361: Fix MGC decrement gain step size
  > iio: ad9528: Make ID register read 3 bytes
  > iio: adc: cf_axi_adc_core: only register buffer if dmas node is present
  > drivers/iio/industrialio-core: Fix error introduced in previous commit
  > iio: ad9361: Add *_available RANGE attributes
  > iio:core: add a callback to allow drivers to provide _available attributes
  > dma: axi-dmac: Infer synthesis configuration parameters hardware
  > iio: adc: ad9361: Fix compiler warnings
  > arm64: dts: /xilinx/zynqmp-zcu102-rev10-fmcdaq2: Add dt for DAQ2 on ZCU102
  > arm: dts: zynq-pluto-sdr-revc.dts: Add PlutoSDR Rev.C
  > iio: adc: cf_axi_adc_core: Fix possible SLAVE device remove bug
  > arm64: dts: xilinx/zynqmp-zcu102-rev10-ad9364-fmcomms4.dts: Add
  > arm64: configs: adi_zynqmp_defconfig: Update
  > arm64: dts: xilinx/zynqmp-zcu102-rev10-ad9361-fmcomms2-3.dts: Add
  > Merge branch '2017_R1' into xcomm_zynq
  > dts: zynq-*-ad936*-*.dts: DMAC switch to new dt bindings
  > Merge branch 'xcomm_zynq' of https://github.com/analogdevicesinc/linux into xcomm_zynq
  > char: xilinx_devcfg: Fix regression introduced in remove volatile commmit

  Submodule buildroot 0a4e137..9766671:
  > package/libiio/libiio.mk: Push to version 0.11

  Submodule hdl 06bab87..3e565bc:
  > fmcadc5: Disable constraints for jesd sysref in order to remove critical warning
  > axi_dmac: Align the data_ready to data
  > daq2_zcu102: Fix typo
  > Require Vivado 2017.2.1 for all zcu102 projects
  > adrv9371x_zcu102: Fix rx_div_clk constraint placement
  > fmcadc5: Update make
  > fmcadc5: Update to the ADI JESD interface
  > Make: Update makefiles
  > library: Update
  > daq2, daq3: zcu102: Update constraints
  > daq2: Set correct transceiver type for UltraScale projects
  > adrv9371x: Set correct transceiver type for UltraScale projects
  > axi_adxcvr: Correctly report the transceiver type in the register map
  > adrv9371x: zcu102: Fix lane mapping
  > adrv9371x: zcu102: Fix QPLL feedback divider
  > fmcjesdadc1: Update A10GX/A10SOC projects to the ADI JESD framework
  > zcu102 constraints description/cosmetic updates
  > zcu102: Update to rev 1.0
  > fmcomms2: Connect dac data underflow
  > axi_dmac: Reset fifo_rd_data without delaying the valid data
  > avl_dacfifo: Fix dac_xfer_req generation
  > avl_dacfifo: Fix reset architecture in avl_dacfifo_rd
  > avl_dacfifo: Fix the loopback of avl_xfer_req
  > avl_dacfifo: Fix write enable generation
  > avl_dacfifo: Fix reset of write address register
  > daq3: Disable start synchronization for the ADC DMA
  > daq2: Disable start synchronization for the ADC DMA
  > avl_dacfifo: Refactor the fifo
  > daq2/zcu102: Pin Swap for ZCU102 Rev1.0
  > daq3: A10GX, overconstrained failing paths
  > daq3: A10GX, updated to the ADI JESD204
  > jesd204: Added additional input registers to jesd204_soft_pcs_rx, when lane rate is over 10Gbps
  > daq2: A10GX, added additional interconnect pipelining
  > adi_env: Normalize environment variables
  > adrv9371x: A10GX, added extra pipelining in the interconnect in order to improve timing
  > daq2: A10GX, added extra pipelining in the interconnect in order to improve timing
  > daq2: A10GX, connect dac_fifo_bypass to gpio
  > daq2: A10SOC, added dac fifo
  > daq2: A10GX, added dac fifo
  > axi_ad9361: Fix dac_datarate counter implementation

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
  • Loading branch information
mhennerich committed Nov 29, 2017
1 parent 849c278 commit 74151dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildroot
2 changes: 1 addition & 1 deletion hdl
Submodule hdl updated 82 files
+2 −0 library/Makefile
+7 −0 library/altera/adi_jesd204/adi_jesd204_hw.tcl
+36 −70 library/altera/avl_dacfifo/avl_dacfifo.v
+31 −31 library/altera/avl_dacfifo/avl_dacfifo_constr.sdc
+4 −3 library/altera/avl_dacfifo/avl_dacfifo_hw.tcl
+326 −204 library/altera/avl_dacfifo/avl_dacfifo_rd.v
+326 −195 library/altera/avl_dacfifo/avl_dacfifo_wr.v
+2 −2 library/altera/avl_dacfifo/util_dacfifo_bypass.v
+3 −0 library/altera/jesd204_phy/jesd204_phy_hw.tcl
+0 −5 library/axi_ad9361/axi_ad9361_ip.tcl
+7 −3 library/axi_ad9361/axi_ad9361_tx.v
+0 −4 library/axi_ad9963/axi_ad9963_ip.tcl
+0 −1 library/axi_adc_decimate/axi_adc_decimate_ip.tcl
+0 −1 library/axi_adc_trigger/axi_adc_trigger_ip.tcl
+0 −1 library/axi_clkgen/axi_clkgen_ip.tcl
+0 −1 library/axi_dac_interpolate/axi_dac_interpolate_ip.tcl
+9 −20 library/axi_dmac/dest_fifo_inf.v
+0 −3 library/axi_hdmi_tx/axi_hdmi_tx_ip.tcl
+0 −6 library/axi_i2s_adi/axi_i2s_adi_ip.tcl
+0 −1 library/axi_logic_analyzer/axi_logic_analyzer_ip.tcl
+22 −3 library/jesd204/jesd204_soft_pcs_rx/jesd204_soft_pcs_rx.v
+2 −0 library/jesd204/jesd204_soft_pcs_rx/jesd204_soft_pcs_rx_hw.tcl
+2 −2 library/scripts/adi_env.tcl
+0 −4 library/spi_engine/axi_spi_engine/axi_spi_engine_ip.tcl
+1 −1 library/util_dacfifo/Makefile
+3 −3 library/xilinx/axi_adxcvr/axi_adxcvr.v
+11 −11 library/xilinx/axi_adxcvr/axi_adxcvr_es.v
+2 −2 library/xilinx/axi_adxcvr/axi_adxcvr_up.v
+3 −1 library/xilinx/axi_dacfifo/Makefile
+3 −0 projects/Makefile
+1 −0 projects/adrv9361z7035/ccbox_lvds/Makefile
+1 −0 projects/adrv9361z7035/ccfmc_lvds/Makefile
+1 −0 projects/adrv9364z7020/ccbox_lvds/Makefile
+2 −0 projects/adrv9371x/a10gx/Makefile
+51 −0 projects/adrv9371x/a10gx/system_qsys.tcl
+1 −0 projects/adrv9371x/a10soc/Makefile
+4 −0 projects/adrv9371x/kcu105/system_bd.tcl
+5 −1 projects/adrv9371x/zcu102/system_bd.tcl
+11 −11 projects/adrv9371x/zcu102/system_constr.xdc
+1 −0 projects/adrv9371x/zcu102/system_project.tcl
+0 −3 projects/adrv9379/zc706/Makefile
+3 −0 projects/common/a10soc/a10soc_plddr4_dacfifo_qsys.tcl
+7 −33 projects/daq2/a10gx/Makefile
+21 −1 projects/daq2/a10gx/system_qsys.tcl
+3 −0 projects/daq2/a10gx/system_top.v
+14 −33 projects/daq2/a10soc/Makefile
+2 −6 projects/daq2/a10soc/system_constr.sdc
+1 −0 projects/daq2/a10soc/system_project.tcl
+6 −0 projects/daq2/a10soc/system_qsys.tcl
+49 −1 projects/daq2/a10soc/system_top.v
+28 −7 projects/daq2/common/daq2_qsys.tcl
+3 −0 projects/daq2/kcu105/system_bd.tcl
+3 −0 projects/daq2/zcu102/system_bd.tcl
+49 −46 projects/daq2/zcu102/system_constr.xdc
+1 −0 projects/daq2/zcu102/system_project.tcl
+18 −3 projects/daq3/a10gx/Makefile
+9 −3 projects/daq3/a10gx/system_constr.sdc
+3 −0 projects/daq3/a10gx/system_project.tcl
+6 −1 projects/daq3/a10gx/system_qsys.tcl
+5 −8 projects/daq3/a10gx/system_top.v
+96 −144 projects/daq3/common/daq3_qsys.tcl
+12 −9 projects/daq3/zcu102/system_constr.xdc
+1 −2 projects/daq3/zcu102/system_project.tcl
+23 −22 projects/fmcadc5/common/fmcadc5_bd.tcl
+7 −1 projects/fmcadc5/vc707/Makefile
+3 −1 projects/fmcadc5/vc707/system_project.tcl
+0 −2 projects/fmcadc5/vc707/system_top.v
+11 −1 projects/fmcjesdadc1/a10gx/Makefile
+1 −3 projects/fmcjesdadc1/a10gx/system_constr.sdc
+1 −5 projects/fmcjesdadc1/a10gx/system_top.v
+11 −1 projects/fmcjesdadc1/a10soc/Makefile
+2 −3 projects/fmcjesdadc1/a10soc/system_constr.sdc
+1 −5 projects/fmcjesdadc1/a10soc/system_top.v
+49 −59 projects/fmcjesdadc1/common/fmcjesdadc1_qsys.tcl
+1 −0 projects/fmcomms2/common/fmcomms2_bd.tcl
+53 −53 projects/fmcomms2/zcu102/system_constr.xdc
+1 −0 projects/fmcomms2/zcu102/system_project.tcl
+113 −113 projects/fmcomms5/zcu102/system_constr.xdc
+1 −0 projects/fmcomms5/zcu102/system_project.tcl
+2 −2 projects/scripts/adi_env.tcl
+2 −2 projects/scripts/adi_project.tcl
+4 −0 projects/usdrx1/a10gx/Makefile

0 comments on commit 74151dc

Please sign in to comment.