summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services
AgeCommit message (Expand)Author
2017-03-07staging: bcm2835-camera: Replace ternary operator with min_t macroNarcisa Ana Maria Vasile
2017-03-06staging/vc04_services: add CONFIG_OF dependencyArnd Bergmann
2017-03-06staging: bcm2835-audio: use min_t() macro instead of min()Aishwarya Pant
2017-03-06staging: bcm2835-audio: match alignment with open parenthesisAishwarya Pant
2017-03-06staging: bcm2835-audio: fix typo in wordAishwarya Pant
2017-03-06staging: bcm2835-audio: use braces on all arms of statementAishwarya Pant
2017-03-06staging: bcm2835-audio: remove spaces after castAishwarya Pant
2017-03-06staging: bcm2835-audio: replace printk(KERN_ERR...) with dev_err(...)Aishwarya Pant
2017-03-06staging: bcm2835-audio: remove extra blank lineAishwarya Pant
2017-03-06staging: bcm2835-audio: use kernel preferred block commenting styleAishwarya Pant
2017-03-06staging: bcm2835-audio: move logical continuation to the same lineAishwarya Pant
2017-03-06staging: bcm2835-audio: remove space after castAishwarya Pant
2017-03-06staging: bcm2835-camera: select BCM2835_VCHIQ rather then depending on it.Michael Zoran
2017-03-06staging: bcm2835-audio: select BCM2835_VCHIQ rather then depending on it.Michael Zoran
2017-03-06staging: vc04_services: Create new BCM_VIDEOCORE setting for VideoCore services.Michael Zoran
2017-03-06staging: bcm2835-camera: prefer allocating memory using sizeof(*ptr) instead ...Aishwarya Pant
2017-03-06staging: bcm2835-camera: Replace 'uint32_t' with kernel type u32Narcisa Ana Maria Vasile
2017-03-06staging: bcm2835-camera: Add spaces around '<<'Narcisa Ana Maria Vasile
2017-03-06staging: bcm2835-camera: Remove unnecessary blank linesNarcisa Ana Maria Vasile
2017-03-06staging: vc04_services: bcm2835-camera: Remove unnecessary variableNarcisa Ana Maria Vasile
2017-03-06staging: vc04_services: Removed unnecessary variableNarcisa Ana Maria Vasile
2017-03-06staging: bcm2835-camera: Refactored get_format functionNarcisa Ana Maria Vasile
2017-03-06staging: vc04_services: bcm2835-camera: Simplify NULL comparisonsAishwarya Pant
2017-03-06staging: vchiq_arm: Don't define PAGE_SIZEStefan Wahren
2017-03-06staging: vchiq_arm: Include linux/mm.hStefan Wahren
2017-03-06staging: vchiq_arm: Remove unnecessary includesStefan Wahren
2017-03-06staging: bcm2835-audio: Fixed spacing around '&'Narcisa Ana Maria Vasile
2017-03-06Staging: bcm2835-audio: Removed redundant checkAlexandru Jercaianu
2017-03-06staging: bcm2835-camera: Update driver nameMichael Zoran
2017-03-06staging: bcm2835-audio: Update driver descriptionMichael Zoran
2017-03-06staging: bcm2835-camera: Move driver under vc04_servicesMichael Zoran
2017-03-06staging: bcm2835-audio: Move driver under vc04_servicesMichael Zoran
2017-03-06staging: vc04_services: Remove explicit NULL comparisonGargi Sharma
2017-03-06staging: vc04_services: Fixed "space prohibited after that open/close parenth...Yamanappagouda Patil
2017-03-06staging: vc04_services: Using macro DIV_ROUND_UPsimran singhal
2017-03-06staging: vc04_services: Fixed 'missing a blank line' warnings.Yamanappagouda Patil
2017-03-04Merge tag 'staging-4.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27scripts/spelling.txt: add "therfore" pattern and fix typo instancesMasahiro Yamada
2017-02-26staging: vchiq_2835_arm: Make cache-line-size a required DT propertyMichael Zoran
2017-02-16Staging: vc04_services: Fix the "space prohibited" code style errorsMandel Benjamin
2017-02-16Staging: vc04_services: Fix the "wrong indent" code style errorsMandel Benjamin
2017-02-05staging: vchip_shim: Remove unneeded stddef.h includeStafford Horne
2017-01-31staging: vc04_services: Make vchi_msg_queue staticMichael Zoran
2017-01-31staging: vc04_services: Add vchi_queue_user_message functionMichael Zoran
2017-01-31staging: vc04_services: Add vchi_queue_kernel_message functionMichael Zoran
2017-01-19staging: vc04: Fix coding style errors "open brace go on the same line"Adrien Descamps
2017-01-19staging: vchiq_arm: Avoid premature message stallsPhil Elwell
2017-01-19staging: vc04_services: Fix messages appearing twicePhil Elwell
2017-01-19staging: vchiq_arm: Service callbacks must not failPhil Elwell