1. 03 11月, 2017 20 次提交
  2. 02 11月, 2017 10 次提交
  3. 27 10月, 2017 1 次提交
    • G
      Merge tag 'iio-for-4.15c' of... · 85078fd0
      Greg Kroah-Hartman 提交于
      Merge tag 'iio-for-4.15c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
      
      Jonathan writes:
      
      Third set of new device support, cleanups and features for IIO in the 4.15 cycle
      
      New device support
      * ti-dac082s085 dac
        - new driver supporting 8, 10 and 12 bit TI DACs with 2 and 4 channels:
          DAC082S085, DAC102S085, DAC122S085, DAC104s085 and DAC124S085.
      
      Minor features and cleanps
      * adc12138
        - make array ch_to_mux static for small object code size reduction.
      * sun4i-gpadc
        - use of_device_get_match_data rather than opencoding it.
      * stm32 trigger
        - add tim15 tigger on STM32H7
        - check clock rate to avoid potential division by zero
      * tsl2x7x staging cleanups.
        - move *_thresh_period to being created by IIO core.
        - remove unused tsl2x7x_parse_result structure.
        - sort includes
        - drop a repeat iio_dev forward definition
        - fix some code alignment of defines.
        - use IIO_CONST_ATTR for constant string attribute
        - drop some unnecessary parentheses
        - fix various alignment with parenthese
        - rename power defines for readability reasons
        - fix a missaligned break statement
        - Tidy up function definitions so they fit on a single line.
      85078fd0
  4. 23 10月, 2017 8 次提交
  5. 22 10月, 2017 1 次提交
    • L
      Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 936fd005
      Linus Torvalds 提交于
      Pull x86 fixes from Thomas Gleixner:
       "A couple of fixes addressing the following issues:
      
         - The last polishing for the TLB code, removing the last BUG_ON() and
           the debug file along with tidying up the lazy TLB code.
      
         - Prevent triple fault on 1st Gen. 486 caused by stupidly calling the
           early IDT setup after the first function which causes a fault which
           should be caught by the exception table.
      
         - Limit the mmap of /dev/mem to valid addresses
      
         - Prevent late microcode loading on Broadwell X
      
         - Remove a redundant assignment in the cache info code"
      
      * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        x86/mm: Limit mmap() of /dev/mem to valid physical addresses
        x86/mm: Remove debug/x86/tlb_defer_switch_to_init_mm
        x86/mm: Tidy up "x86/mm: Flush more aggressively in lazy TLB mode"
        x86/mm/64: Remove the last VM_BUG_ON() from the TLB code
        x86/microcode/intel: Disable late loading on model 79
        x86/idt: Initialize early IDT before cr4_init_shadow()
        x86/cpu/intel_cacheinfo: Remove redundant assignment to 'this_leaf'
      936fd005