summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* IIO: ADC: stm32-dfsdm: remove unused variable againArnd Bergmann2018-01-181-1/+0Star
* Merge branch 'topic/iio' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2018-01-162-20/+4Star
|\
| * IIO: ADC: stm32-dfsdm: fix static check warningArnaud Pouliquen2018-01-151-4/+0Star
| * IIO: ADC: stm32-dfsdm: code optimizationArnaud Pouliquen2018-01-152-15/+2Star
| * IIO: ADC: fix return value check in stm32_dfsdm_adc_probe()Wei Yongjun2018-01-111-2/+2
| * IIO: ADC: stm32-dfsdm: avoid unused-variable warningArnd Bergmann2018-01-111-2/+1Star
* | IIO: ADC: stm32-dfsdm: avoid unused-variable warningArnd Bergmann2018-01-111-2/+1Star
* | ASoC: stm32: fix a typo in stm32_adfsdm_probe()Wei Yongjun2018-01-111-1/+1
* | Merge branch 'topic/iio' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2018-01-1121-33/+2537
|\|
| * IIO: ADC: stm32_dfsdm_stop_filter() can be statickbuild test robot2018-01-101-4/+4
| * IIO: consumer: allow to set buffer sizesArnaud Pouliquen2018-01-102-0/+22
| * IIO: ADC: add stm32 DFSDM support for PDM microphoneArnaud Pouliquen2018-01-103-7/+529
| * IIO: ADC: add STM32 DFSDM sigma delta ADC supportArnaud Pouliquen2018-01-103-0/+742
| * IIO: ADC: add stm32 DFSDM core supportArnaud Pouliquen2018-01-104-0/+632
| * IIO: add DT bindings for stm32 DFSDM filterArnaud Pouliquen2018-01-101-0/+128
| * IIO: ADC: add sigma delta modulator supportArnaud Pouliquen2018-01-103-0/+81
| * IIO: Add DT bindings for sigma delta adc modulatorArnaud Pouliquen2018-01-101-0/+13
| * IIO: inkern: API for manipulating channel attributesArnaud Pouliquen2018-01-104-33/+66
| * IIO: hw_consumer: add devm_iio_hw_consumer_allocArnaud Pouliquen2018-01-102-0/+68
| * docs: driver-api: add iio hw consumer sectionArnaud Pouliquen2018-01-102-0/+52
| * iio: Add hardware consumer buffer supportLars-Peter Clausen2018-01-104-0/+211
* | ASoC: stm32: select IIO_BUFFERArnd Bergmann2018-01-111-1/+2
* | ASoC: stm32: add DFSDM DAI supportArnaud Pouliquen2018-01-103-0/+361
* | ASoC: add bindings for stm32 DFSDM filterArnaud Pouliquen2018-01-101-0/+63
|/
* Linux 4.15-rc1Linus Torvalds2017-11-271-2/+2
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-276-6/+42
|\
| * ARM: BUG if jumping to usermode address in kernel modeRussell King2017-11-262-0/+24
| * ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAEPhilip Derrin2017-11-211-2/+2
| * ARM: 8721/1: mm: dump: check hardware RO bit for LPAEPhilip Derrin2017-11-211-2/+2
| * ARM: make decompressor debug output user selectableRussell King2017-11-211-2/+2
| * ARM: fix get_user_pages_fastRussell King2017-11-211-0/+12
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-2612-15/+52
|\ \
| * | genirq/matrix: Make - vs ?: Precedence explicitKees Cook2017-11-231-1/+1
| * | irqchip/imgpdc: Use resource_size function on resource objectVasyl Gomonovych2017-11-231-1/+1
| * | irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King2017-11-231-1/+1
| * | irqchip/exiu: Fix return value check in exiu_init()Wei Yongjun2017-11-141-2/+2
| * | Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-148-10/+47
| |\ \
| | * | irqchip/gic-v3-its: Remove artificial dependency on PCIMarc Zyngier2017-11-132-1/+9
| | * | irqchip/gic-v4: Add forward definition of struct irq_domain_opsMarc Zyngier2017-11-131-0/+1
| | * | irqchip/gic-v3: pr_err() strings should end with newlinesArvind Yadav2017-11-131-1/+1
| | * | irqchip/s3c24xx: pr_err() strings should end with newlinesArvind Yadav2017-11-131-2/+2
| | * | irqchip/gic-v3: Fix ppi-partitions lookupJohan Hovold2017-11-121-3/+6
| | * | irqchip/gic-v4: Clear IRQ_DISABLE_UNLAZY again if mapping failsMarc Zyngier2017-11-101-1/+6
| | * | genirq: Track whether the trigger type has been setMarc Zyngier2017-11-102-2/+22
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-2638-616/+472Star
|\ \ \ \
| * | | | x86/decoder: Add new TEST instruction patternMasami Hiramatsu2017-11-241-1/+1
| * | | | x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2017-11-2311-454/+2Star
| * | | | x86/umip: Fix insn_get_code_seg_params()'s return valueBorislav Petkov2017-11-233-4/+4
| * | | | x86/boot/KASLR: Remove unused variableChao Fan2017-11-231-3/+2Star
| * | | | x86/entry/64: Add missing irqflags tracing to native_load_gs_index()Andy Lutomirski2017-11-231-2/+8