aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/goldfish
AgeCommit message (Expand)AuthorFilesLines
2024-03-07platform: goldfish: move the separate 'default' propery for CONFIG_GOLDFISHMasahiro Yamada1-0/+1
2023-11-28platform/goldfish: goldfish_pipe: Convert to platform remove callback returni...Uwe Kleine-König1-3/+2
2022-03-18platform: goldfish: pipe: Use platform_get_irq() to get the interruptLad Prabhakar1-5/+3
2021-01-27platform/goldfish: Convert pipe tasklet to threaded irqDavidlohr Bueso1-17/+11
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard1-2/+2
2020-01-31goldish_pipe: convert to pin_user_pages() and put_user_page()John Hubbard1-14/+3
2020-01-31goldish_pipe: rename local pin_user_pages() routineJohn Hubbard1-9/+9
2019-10-10platform: goldfish: Allow goldfish drivers for archs with IOMEM and DMAAnup Patel1-2/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+2
2019-01-22drivers: platform: goldfish: fix the checkpatch complain in KconfigRoman Kiryanov1-2/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+1
2018-10-15platform: goldfish: pipe: Add a blank line to separate varibles and codeRoman Kiryanov1-0/+1
2018-10-15platform: goldfish: pipe: Remove redundant castingRoman Kiryanov1-1/+1
2018-10-15platform: goldfish: pipe: Call misc_deregister if init failsRoman Kiryanov1-1/+4
2018-10-15platform: goldfish: pipe: Move the file-scope goldfish_pipe_dev variable into...Roman Kiryanov1-29/+37
2018-10-15platform: goldfish: pipe: Move the file-scope goldfish_pipe_miscdev variable ...Roman Kiryanov1-7/+13
2018-10-15platform: goldfish: pipe: Move the file-scope goldfish_interrupt_tasklet vari...Roman Kiryanov1-8/+16
2018-09-25platform: goldfish: pipe: Make symbol 'goldfish_pipe_dev' staticWei Yongjun1-1/+1
2018-09-25platform: goldfish: pipe: Remove redundant header includeRoman Kiryanov1-1/+0
2018-09-25platform: goldfish: pipe: Remove redundant struct declarationsRoman Kiryanov1-2/+0
2018-09-25platform: goldfish: pipe: Remove a redundant blank lineRoman Kiryanov1-1/+0
2018-09-25platform: goldfish: pipe: Prevent memory corruption from several threads writ...Roman Kiryanov1-10/+14
2018-09-25platform: goldfish: pipe: Remove license boilerplateRoman Kiryanov1-14/+0
2018-09-14platform: goldfish: pipe: Replace "x==NULL" to "!x"Roman Kiryanov1-5/+5
2018-09-14platform: goldfish: pipe: Move logical ops to the end of the prev lineRoman Kiryanov1-2/+2
2018-09-14platform: goldfish: pipe: Fix alignment to match parenthesisRoman Kiryanov1-35/+48
2018-09-14platform: goldfish: pipe: Fix lines to not end an opening bracketRoman Kiryanov1-4/+3
2018-09-14platform: goldfish: pipe: Rename goldfish_x to goldfish_pipe_xRoman Kiryanov1-8/+9
2018-09-14platform: goldfish: pipe: Remove reduntant casting to (void)Roman Kiryanov1-2/+2
2018-09-14platform: goldfish: pipe: Rename 'wakeBit' to 'wake_bit'Roman Kiryanov1-4/+4
2018-09-14platform: goldfish: pipe: Remove a blank line before '}'Roman Kiryanov1-1/+1
2018-09-14platform: goldfish: pipe: Remove reduntant castingRoman Kiryanov1-1/+1
2018-09-14platform: goldfish: pipe: Replace two code blocks with a function callRoman Kiryanov1-16/+19
2018-09-14platform: goldfish: pipe: Remove a redundant variableRoman Kiryanov1-4/+3
2018-09-14platform: goldfish: pipe: Add blank lines to separate struct membersRoman Kiryanov1-0/+3
2018-09-14platform: goldfish: pipe: Replace pr_ with dev_ for loggingRoman Kiryanov1-1/+6
2018-09-14platform: goldfish: pipe: Replace an array of 1 with a variableRoman Kiryanov1-15/+13
2018-09-14platform: goldfish: pipe: Fail compilation if structs are too largeRoman Kiryanov1-6/+3
2018-09-14platform: goldfish: pipe: Update the comment for GFP_ATOMICRoman Kiryanov1-1/+4
2018-09-14platform: goldfish: pipe: Separate the host interface to a separate headerRoman Kiryanov2-68/+113
2018-09-14platform: goldfish: pipe: Move an opening brace to the next lineRoman Kiryanov1-1/+2
2018-09-14platform: goldfish: pipe: Update licenseRoman Kiryanov1-1/+2
2018-09-14platform: goldfish: pipe: Fix comments to fit 80 columnsRoman Kiryanov1-4/+7
2018-08-02platform: goldfish: Retire pdev_busRoman Kiryanov3-238/+0
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-07-03goldfish_pipe: make tasklet goldfish_interrupt_tasklet staticColin Ian King1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-4/+4
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-06-12Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman1-1/+1
2017-05-25goldfish_pipe: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2017-05-25goldfish_pipe: make pipe_dev staticColin Ian King1-1/+1
2017-04-26goldfish_pipe: fix build warning about using too much stack.Greg Kroah-Hartman1-3/+3
2017-04-26goldfish_pipe: An implementation of more parallel pipeJin Qian1-329/+641
2017-02-15goldfish: Sanitize the broken interrupt handlerThomas Gleixner1-5/+8
2016-11-10platform: goldfish: pipe: use get_user_pages_unlocked()Lorenzo Stoakes1-4/+2
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-1/+2
2016-04-02Convert straggling drivers to new six-argument get_user_pages()Linus Torvalds1-2/+1
2016-03-17Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+7
2016-03-05goldfish: Fix build error of missing ioremap on UMKrzysztof Kozlowski1-0/+1
2016-02-22Merge char-misc-next into staging-nextGreg Kroah-Hartman3-63/+126
2016-02-14Platform: goldfish: goldfish_pipe.c: Add DMA support using managed versionShraddha Barke1-7/+7
2016-02-07goldfish: locking bugs in goldfish_pipe_read_write()Dan Carpenter1-14/+8
2016-01-28goldfish: Enable ACPI-based enumeration for android pipeJason Hu1-0/+8
2016-01-28goldfish_pipe: Pass physical addresses to the device if supportedYu Ning1-2/+27
2016-01-28Enable platform support for Goldfish virtual devicesMiodrag Dinic1-1/+1
2016-01-28platform: goldfish: pipe: don't log when dropping PIPE_ERROR_AGAINGreg Hackmann1-1/+2
2016-01-28platform: goldfish: pipe: add devicetree bindingsGreg Hackmann1-1/+9
2016-01-28goldfish_pipe: Pin pages to memory while copying and other cleanupsChristoffer Dall1-57/+72
2016-01-28goldfish_pipe: don't be clever with #define offsetsAlex Bennée1-11/+5
2016-01-28goldfish: refactor goldfish platform configsGreg Hackmann2-1/+19
2015-07-02Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-11/+1
2015-06-26Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+9
2015-06-16drivers/platform: Convert non-modular pdev_bus to use builtin_platform_driverPaul Gortmaker1-11/+1
2015-05-31staging: goldfish: Fix pointer cast for 32 bitsPeter Senna Tschudin1-9/+9
2015-05-24goldfish_pipe: Fix unlikely() misuseJoe Perches1-1/+1
2014-05-16goldfish: pipe: fix warnings for 32bit buildsOctavian Purdila1-4/+5
2014-05-16goldfish: bus: fix warnings for 32bit buildsOctavian Purdila1-1/+1
2014-05-15goldfish: clean up the pipe driver 64bit ifdefsAlan1-22/+11
2014-05-15goldfish: add support for 64bit to the virtual busOctavian Purdila1-1/+5
2014-05-15goldfish: fix kernel panic when using multiple adb connectionJun Tian1-0/+3
2014-05-15goldfish: 64-bit pipe driver for goldfish platformJun Tian1-6/+29
2014-05-03goldfish bus: don't call request_mem_regionAlan Cox1-5/+0
2013-01-24goldfish: Add a FIXME note to the pipe driverAlan Cox1-0/+1
2013-01-24goldfish: add QEMU pipe driverDavid 'Digit' Turner3-0/+617
2013-01-24goldfish: add the goldfish virtual busJun Nakajima2-0/+244