aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/goldfish (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman1-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-01-15staging: goldfish: remove GPL boiler plate textMichael Straube1-10/+0
2018-11-07staging: goldfish: Add SPDX license identifier.Rohit Sarkar1-0/+1
2018-07-12staging: goldfish: add a blank line into struct goldfish_audioRoman Kiryanov1-0/+1
2018-07-12staging: goldfish: fix whitespace in goldfish_audioRoman Kiryanov1-7/+7
2018-07-12staging: goldfish: Remove references to the retired driver from READMERoman Kiryanov1-6/+0
2018-06-18staging: goldfish: Fix checkpatch CHECK in goldfish_audio.cRoman Kiryanov1-1/+2
2018-06-17staging: goldfish: Clear audio read buffer status after each readJoshua Lang1-0/+5
2018-06-17staging: goldfish: Enable ACPI-based enumeration for goldfish audioYu Ning1-0/+10
2018-06-17staging: goldfish: Replace read and write macros with functionsRoman Kiryanov1-16/+30
2018-05-20Staging: goldfish: Kconfig: fixed code style issueankit patel1-1/+1
2018-05-20Delete the goldfish_nand driver.Roman Kiryanov4-525/+0
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon1-3/+0
2017-08-31staging: goldfish: (Coding Style) Fixed parenthesis alignment.Edvard Holst1-2/+2
2017-07-30staging: goldfish: Use __func__ instead of function nameChris Coffey1-10/+10
2017-03-17Staging: goldfish: use __func__ instead of embedded function namesMohsin Shan1-8/+8
2016-03-11staging: goldfish: audio: fix compiliation on armGreg Hackmann1-0/+1
2016-03-11staging: goldfish: audio: add devicetree bindingsGreg Hackmann1-1/+8
2016-02-07staging: goldfish: (coding style) Rewrite comparisons to NULL as "!data->reg_base"Christian Colic1-3/+3
2016-02-07staging: goldfish: (coding style) Add spaces around the "+" to conform to checkpatchChristian Colic1-1/+1
2016-02-07staging: goldfish: use div64_s64 instead of do_divArnd Bergmann1-15/+15
2016-01-28Staging: goldfish: goldfish_nand: Add DMA Support using dmam_alloc_coherentShraddha Barke1-9/+11
2015-09-12staging: goldfish: Prefer kernel type u32 over uint32_tRavi Teja Darbha1-5/+5
2015-09-12staging: goldfish: Fix NULL comparison styleRavi Teja Darbha1-2/+2
2015-05-31staging: goldfish: Fix pointer cast for 32 bitsPeter Senna Tschudin2-2/+2
2015-03-20staging/goldfish/goldfish_audio: Fix annotationsRicardo Ribalda Delgado1-5/+5
2015-03-16Staging: goldfish: use !x instead of x == NULLSomya Anand2-4/+4
2015-03-15staging: goldfish: remove extra parentheses around function argumentsAya Mahfouz1-4/+4
2014-09-06staging: goldfish: avoid multiple assignmentsLoic Pefferkorn1-1/+2
2014-09-06staging: goldfish: document mutex usageLoic Pefferkorn1-0/+1
2014-09-06staging: goldfish: fix alignment to match open parenthesisLoic Pefferkorn2-29/+28
2014-09-06staging: goldfish: document spinlock usageLoic Pefferkorn1-0/+1
2014-09-06staging: goldfish: remove useless space after a castLoic Pefferkorn1-1/+1
2014-09-06staging: goldfish: suppress consecutive blank linesLoic Pefferkorn1-2/+0
2014-07-23staging/goldfish/goldfish_audio: fix a sparse warningRobin Schroer1-1/+1
2014-07-09staging: goldfish: Introduce the use of managed interfacesHimangi Saraogi1-40/+13
2014-06-18staging: goldfish: fix coding style.Hoang Tran1-5/+5
2014-05-15goldfish: clean up staging ifdefsAlan3-40/+13
2014-05-15goldfish_nand.c: remove length restrictionsNick Kralevich1-4/+0
2014-05-03goldfish: 64-bit nand driver for goldfish platformJun Tian2-2/+8
2014-05-03goldfish: 64-bit audio driver for goldfish platformJun Tian1-0/+33
2014-04-22Merge 3.15-rc2 into staging-nextGreg Kroah-Hartman1-0/+1
2014-04-16staging: goldfish: Fix missing blank linesGarret Kelly2-0/+2
2014-04-16staging: goldfish: switch from spinlock to mutexKristina Martšenko2-9/+7
2014-04-16staging: goldfish: Call free_irq in error pathTuomas Tynkkynen1-0/+1
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-05-21staging/goldfish: Fixed up incorrect formatted comments.Sara Bird2-25/+34
2013-05-13staging: goldfish: Fixed line over 80 charactersHema Prathaban2-3/+6
2013-05-13staging: goldfish: Fixed Trailing WhitespaceHema Prathaban1-4/+4