summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-01staging: rtl8188eu: rename struct field bUsed -> usedMichael Straube3-5/+5
2020-10-01staging: rtl8188eu: use ETH_ALENMichael Straube1-1/+1
2020-10-01staging: rtl8188eu: rename struct field Bssid -> bssidMichael Straube3-6/+6
2020-10-01staging: rtl8188eu: clean up comparsions to NULLMichael Straube1-4/+4
2020-10-01staging: rtl8188eu: remove unused macros and definitionsMichael Straube1-58/+0
2020-10-01staging: vchiq: Fix an uninitialized variableDan Carpenter1-1/+1
2020-10-01staging: rtl8712: Fix enqueue_reorder_recvframe()Dan Carpenter1-3/+6
2020-10-01Staging: nvec: Removes repeated word typo in commentRyan Kosta1-1/+1
2020-09-29Merge tag 'iio-for-5.10c' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman29-203/+431
2020-09-29iio: adc: gyroadc: fix leak of device node iteratorTobias Jordan1-6/+15
2020-09-29iio: adc: stm32-adc: fix runtime autosuspend delay when slow pollingFabrice Gasnier1-1/+8
2020-09-29iio: adc: at91-sama5d2_adc: fix DMA conversion crashEugen Hristev1-4/+12
2020-09-29iio: ad7292: Fix of_node refcountingNuno Sá1-1/+3
2020-09-29iio: ltc2983: Fix of_node refcountingNuno Sá1-6/+13
2020-09-29counter: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-09-29iio: buffer: Kconfig: add title for IIO_TRIGGERED_BUFFER symbolAlexandru Ardelean1-1/+1
2020-09-29iio: Kconfig: Provide title for IIO_TRIGGERED_EVENT symbolAlexandru Ardelean1-1/+1
2020-09-29iio: dma-buffer: Kconfig: Provide titles for IIO DMA Kconfig symbolsAlexandru Ardelean1-4/+4
2020-09-29iio: cros_ec: unify hw fifo attributes into the core fileAlexandru Ardelean7-16/+19
2020-09-29dt-bindings: iio: ad9467: add entries for for AD9434 & AD9265 ADCsAlexandru Ardelean1-3/+12
2020-09-29iio: adc: ad9467: add support for AD9265 high-speed ADCMichael Hennerich1-0/+26
2020-09-29iio: adc: ad9467: add support for AD9434 high-speed ADCMichael Hennerich1-0/+33
2020-09-29iio: adc: ad9467: wrap a axi-adc chip-info into a ad9467_chip_info typeAlexandru Ardelean1-33/+29
2020-09-29iio: buffer-dmaengine: remove non managed alloc/freeAlexandru Ardelean2-8/+2
2020-09-29iio: adc: stm32-dfsdm: Use devm_platform_get_and_ioremap_resource()Wang ShaoBo1-7/+4
2020-09-29iio: adc: at91-sama5d2_adc: Use devm_platform_get_and_ioremap_resource()Wang ShaoBo1-7/+3
2020-09-29iio: ssp: use PLATFORM_DEVID_NONEKrzysztof Kozlowski1-1/+2
2020-09-29dt-bindings: iio: adc: ad7291: add bindingMichael Auchter1-0/+46
2020-09-29iio: adc: ad7291: convert to device treeMichael Auchter2-27/+21
2020-09-29iio: event: NULL-ify IIO device's event_interface ref during unregisterAlexandru Ardelean1-0/+1
2020-09-29iio: event: use short-hand variable in iio_device_{un}register_eventset funct...Alexandru Ardelean1-26/+24
2020-09-29dt-bindings:iio:adc:amlogic,meson-saradc yaml conversionJonathan Cameron2-48/+149
2020-09-29iio:light:gp2ap002 fix spelling typo in commentsWang Qing1-1/+1
2020-09-27staging: rtl8188eu: Reapply "staging:r8188eu: Use lib80211 to encrypt (CCMP) ...Michael Straube1-706/+72
2020-09-25staging: vchiq: avoid mixing kernel and user pointersArnd Bergmann4-22/+30
2020-09-25staging: vchiq: fix __user annotationsArnd Bergmann8-62/+108
2020-09-23counter: microchip-tcb-capture: Constify mchp_tc_opsRikard Falkeborn1-1/+1
2020-09-22staging: r8188eu: replace WIFI_REASON_CODE enum with native ieee80211_reasoncodeIvan Safonov2-33/+2
2020-09-22staging: hikey9xx: Fix incorrect assignmentAlex Dewar1-1/+1
2020-09-22staging: rtl8192u: clean up comparsions to NULLMichael Straube3-6/+6
2020-09-22staging: rtl8192u: correct placement of else ifMichael Straube1-3/+1
2020-09-22staging: rtl8192u: clean up blank line style issuesMichael Straube8-81/+4
2020-09-22staging: rtl8188eu: clean up alignment style issuesMichael Straube8-90/+87
2020-09-22staging: rtl8188eu: clean up block comment style issuesMichael Straube5-28/+21
2020-09-22staging: rtl8712: use shorter array initializationsMichael Straube1-4/+3
2020-09-22staging: rtl8712: clean up comparsions to NULLMichael Straube10-47/+46
2020-09-22staging: spmi: hisi-spmi-controller: Use devm_ version of ioremap().Dan Carpenter1-1/+2
2020-09-22staging/emxx_udc: fix indenting issue on a couple of statementsColin Ian King1-3/+3
2020-09-22staging: vchiq: convert compat await_completionArnd Bergmann1-291/+205
2020-09-22staging: vchiq: convert compat bulk transferArnd Bergmann1-111/+109