Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • sunxi-dt-for-4.4-2
    Allwinner DT changes for 4.4, round 2
    
    More DT patches for 4.4, mostly with new boards coming in (CHIP, BananaPi
    M2, pcduino2), further consolidation for the q8-based designs and a bunch
    of random patches enhancing support for existing boards
    
  • wireless-drivers-for-davem-2015-10-17
    iwlwifi:
    
    * mvm: flush fw_dump_wk when mvm fails to start
    * mvm: init card correctly on ctkill exit check
    * pci: add a few more PCI subvendor IDs for the 7265 series
    * fix firmware filename for 3160
    * mvm: clear csa countdown when AP is stopped
    * mvm: fix D3 firmware PN programming
    * dvm: fix D3 firmware PN programming
    * mvm: fix D3 CCMP TX PN assignment
    
    rtlwifi:
    
    * rtl8821ae: Fix system lockups on boot
    
  • phy-for-4.4
    phy: for 4.4
    
    *) Add new PHY driver for Broadcom's cygnus PCIe PHY
    *) Add USB3 PHY driver for mediatek's SoCs
    *) Add VBUS regulator support for Samsung's exynos PHY
    *) Misc cleanup
    
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
    
  • qcom-soc-for-4.4
    Qualcomm ARM Based SoC Updates for 4.4
    
    * Implement id_table driver matching in SMD
    * Avoid NULL pointer exception on remove of SMEM
    * Reorder SMEM/SMD configs
    * Make qcom_smem_get() return a pointer
    * Handle big endian CPUs correctly in SMEM
    * Represent SMD channel layout in structures
    * Use __iowrite32_copy() in SMD
    * Remove use of VLAIs in SMD
    * Handle big endian CPUs correctly in SMD/RPM
    * Handle big endian CPUs corretly in SMD
    * Reject sending SMD packets that are too large
    * Fix endianness issue in SCM __qcom_scm_is_call_available
    * Add missing prototype for qcom_scm_is_available()
    * Correct SMEM items for upper channels
    * Use architecture level to build SCM correctly
    * Delete unneeded of_node_put in SMD
    * Correct active/slep state flagging in SMD/RPM
    * Move RPM message ram out of SMEM DT node
    
  • drm-intel-fixes-2015-10-16
  • qcom-arm64-for-4.4
    Qualcomm ARM64 Updates for v4.4
    
    * Add RNG device tree node
    * Add MSM8x16 serial UART1 node
    * Enable eMMC on apq8016-sbc board
    * Fix I2C pinconf sleep state function
    * Add MSM8916 I2C nodes
    * Enable I2C busses on LS and HS on APQ8016-sbc
    * Enable SPI busses on LS and HS on APQ8016-sbc
    
  • qcom-dt-for-4.4
    Qualcomm ARM Based Device Tree Updates for v4.4
    
    * Add DT binding document for SMEM
    * Add SMD, RPM, and Regulator nodes on MSM8974
    * Remove extra reg element from iadc device
    * Remove redunandant i2c pinctrl properties on APQ8064
    * Remove unnecessary eeprom label on IFC6410
    * Remove unnecessary eeprom label from QS600
    * Add PM8921 RTC support on APQ8064
    * Add PM8921 pwrkey support on APQ8064
    * Prefix GSBI6 uart pins on APQ8064 correctly
    * Add missing GSBI7 uart pinctrl on APQ8064
    * Add missing GSBI7 uart pinctrl on IFC6410
    * Add missing GSBI7 pinctrl uart property on QS600
    * Add pwrseq support for WLAN on IFC6410
    * Add pwrseq support for WLAN on QS600
    * Add notify led support on IFC6410
    * Add SD card detect support onQS600
    * Add #power-domain-cells property to documentation
    * Add Qualcomm SMBB binding document
    * Add PM8941 charge node
    * Fix typo in disabled property on MSM8974
    
  • iommu-fixes-v4.3-rc5
    IOMMU Fixes for Linux v4.3-rc5
    
    A few fixes piled up:
    
    	* Fix for a suspend/resume issue where PCI probing code overwrote
    	  dev->irq for the MSI irq of the AMD IOMMU.
    
    	* Fix for a kernel crash when a 32 bit PCI device was assigned to a KVM
    	  guest.
    
    	* Fix for a possible memory leak in the VT-d driver
    
    	* A couple of fixes for the ARM-SMMU driver
    
  • mac80211-for-davem-2015-10-13
    Like last time, we have two small fixes:
     * fast-xmit was not doing powersave filter clearing correctly,
       disable fast-xmit while any such operations are still pending
     * a debugfs file was broken due to some infrastructure changes
    
  • v3.2.72
    0149138c · Linux 3.2.72 ·
    This is the 3.2.72 stable release
    
  • iio-for-4.4b
    Second set of new drivers, functionality and cleanups for IIO in the 4.4 cycle.
    
    Core stuff
    * adjust resistance documentation to allow for output devices.
    
    New device support:
    * bmc150
     - split the i2c driver up into a core and i2c_regmap part including regmap
       conversion.
     - add spi support.
    * mcp4531 digitial potentiometer driver.
    * Measurement Specialties set of drivers with a core library module providing
      common functionality.  Note that the htu21 has a driver in hwmon, but the
      view from that side was that, given the range of devices the same silicon
      turns up in are not all typical hwmon material, that driver would be
      deprecated in favour of this new support.
     - ms8607 temperature, pressure and humidty sensor
     - ms5637 temperature and pressure sensor
     - htu21 temperature and humidity sensor
     - tsys02d temperature sensor
     - tsys01 temperature sensor
    
    Cleanups
    * tree wide.
     - squish cases where irq 0 is still considered valid.
    * apds9960
     - sparse endian warning cleanups by making endianness explicit.
    * ad5504
     - leave group naming to the core.
    * ad7746
     - cleanup comment style.
     - drop an unnecessary bit of dev_info
     - add some appropriate uses of the BIT macro.
    * ad799x
     - leave group naming to the core.
    * hdc100x - introduced this cycle,.
     - fix a wrong offset value.
    * lidar
     - add missing MODULE_DEVICE_TABLE for dt.
    * max1363
     - leave sysfs group naming to the core.
    * m62332 got the Harmut treatment and as ever he found a 'few' bits the
      rest of us had missed!
     - Share scale and offset attributes across channels.
     - Shutdown the device on driver remove
     - Use ARRAY_SIZE rather than a hard coded count for channels.
     - Return more directly in the write_raw callback dropping a local variable
       along the way.
     - a few style issues
     - move to reading the regulator voltage for each use allowing for dynamic
       regulators.  This is a common feature across drivers so we might end
       up with more fixes throughout the tree for this.
    * mlx96014 - introduced this cycle.
     - fixed up a spot of error handling.
    * vz89x - introduced this cycle.
     - work around a hardware quirk.
    
  • v4.3-rc5
    25cb62b7 · Linux 4.3-rc5 ·
    Linux 4.3-rc5
    
  • sunxi-dt-for-4.4
    Allwinner DT changes for 4.4
    
    DT patches for the 4.4 merge window, most notably:
      - Enable the OTG controller on more boards
      - Create new DTSI for the q8's design
      - Added RSB support to the A23 and A33 SoCs
      - New boards: Olimex A20 EVB, Yones bs1078v2
    
    Plus the usual random patches enabling and / or enhancing a few things in
    particular boards.
    
  • iio-fixes-for-4.3a
    First set of IIO fixes for the 4.3 cycle.
    
    * twl4030 - incorrect readings for some channels due to a failure to
      initialize a bias regulator or configure the lines for input rather than
      USB use.
    * lis3lv02 - a missunderstanding of the way the interrupts worked on this
      chip lead to activation of the wrong interrupt.
    * sca3000 - an old bug meant that memory corruption could occur in the
      hardware ring buffer readout function.
    * mxs-lradc - wrong temp offset.
    
  • drm-intel-next-2015-10-10
    - dmc fixes from Animesh (not yet all) for deeper sleep states
    - piles of prep patches from Ville to make mmio functions type-safe
    - more fbc work from Paulo all over
    - w/a shuffling from Arun Siluvery
    - first part of atomic watermark updates from Matt and Ville (later parts had to
      be dropped again unfortunately)
    - lots of patches to prepare bxt dsi support ( Shashank Sharma)
    - userptr fixes from Chris
    - audio rate interface between i915/snd_hda plus kerneldoc (Libin Yang)
    - shrinker improvements and fixes (Chris Wilson)
    - lots and lots of small patches all over
  • sound-4.3-rc5
    sound fixes for 4.3-rc5
    
    We see various small fixes, but nothing looks too scary, all are
    small gentle bug fixes:
    - Most of changes are for ASoC codecs: Realtek, SGTL5000, TAS2552,
      TLV320, WM8962
    - A couple of dwc and imx-ssi fixes
    - Usual oneliner HD-audio quirks
    - An old emux synth code fix
    
  • qcom-defconfig-for-4.4
    Qualcomm ARM Based defconfig Updates for v4.4
    
    * Enable QCOM SMD/RPM in multi_v7_defconfig
    * Enable QCOM SMD/RPM in qcom_defconfig
    
  • asoc-fix-v4.3-rc4
    ASoC: Fixes for v4.3
    
    Quite a few fixes here but they're all very small and driver specific,
    none of them really stand out if you aren't using the relevant hardware
    but they're all useful if you do happen to have an affected device.
    
  • topic/drm-misc-2015-10-08
  • regulator-fix-v4.3-rc4
    regulator: Fixes for v4.3
    
    Two fixes here, one device specific fix for axp20x and a core fix for
    cases where one regulator is supplying another which broke probe
    deferral, substituting in a dummy regulator too aggressively.