summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-31usb: dwc2: hcd: call dwc2_is_controller_alive under spinlocksubmit/tizen_5.0/20190131.075308accepted/tizen/5.0/unified/20190131.161535old/tizen_5.0_20190212Jaehoon Chung1-3/+4
2018-11-08usb: dwc2: gadget: Disable enabled HW endpoint in dwc2_hsotg_ep_disablesubmit/tizen_5.0/20181109.064657submit/tizen/20181109.064446accepted/tizen/unified/20181113.163431accepted/tizen/5.0/unified/20181112.060829Vahram Aharonyan1-89/+93
2018-11-08usb: dwc2: gadget: Correct dwc2_hsotg_ep_stop_xfr() functionVahram Aharonyan1-23/+41
2018-11-08usb: dwc2: gadget: free TX FIFO after killing requestsRobert Baldyga1-4/+4
2018-11-08usb: dwc2: gadget: Fix transfer stop programming for out endpointVardan Mikayelyan1-4/+2
2018-11-07usb: dwc2: gadget: don't overwrite DCTL register on NAKEFF interruptsGregory Herrero1-2/+2
2018-11-07usb: dwc2: fix transfer stop programming for out endpointDu, Changbin1-5/+5
2018-10-30usb: dwc2: Move definition of ext_vbus_iosubmit/tizen/20181102.014425accepted/tizen/unified/20181106.070506Dongwoo1-1/+2
2018-10-29LOCAL / usb: gadget: f_fs: Limit data buffer size to a single pageDongwoo1-0/+8
2018-10-22usb: dwc2: gadget: set the quirk_ep_out_alinged_size as trueJaehoon Chung1-0/+2
2018-10-15ASoC: rt5659: Change delay time to 0 from 10mssubmit/tizen_5.0/20181101.000008submit/tizen/20181016.031458submit/tizen/20181015.104010accepted/tizen/unified/20181018.004659Jaechul Lee1-2/+1
2018-09-20ARM64: config: artik710_raptor: enable RT2X00 USB driversubmit/tizen/20181016.041014submit/tizen/20180920.043725accepted/tizen/unified/20180921.042540Jaehoon Chung1-1/+18
2018-09-20ARM: config: artik530_raptor: enable RT2X00 USB driverJaehoon Chung1-1/+18
2018-09-19ARM64: config: artik710_raptor: enable realtek USB driverJaehoon Chung1-2/+7
2018-09-19ARM: config: artik530_raptor: enable realtek USB driverJaehoon Chung1-2/+7
2018-09-14ARM: artik710_raptor_defconfig: sync defconfig for usb optionsSeung-Woo Kim1-1/+30
2018-07-06ARM: artik530_raptor_defconfig: Replace legacy composite gadget with ConfigFS...submit/tizen/20180709.013954accepted/tizen/unified/20180710.082927Dongwoo Lee1-7/+11
2018-06-27ARM: dts: artik533-compy: add the user gpio-key nodessubmit/tizen/20180627.063553accepted/tizen/unified/20180628.061220WooChang Kim1-2/+16
2018-06-26ARM: dts: artik533-compy: enable the i2c_1 nodesubmit/tizen/20180626.082134accepted/tizen/unified/20180626.140850Jaehoon Chung1-0/+4
2018-06-22ARM: dts: arti533-compy: add the nodes relevant to spi/i2c/serialsubmit/tizen/20180625.042733accepted/tizen/unified/20180625.141550Jaehoon Chung1-0/+29
2018-06-20input: touchscreen: add touch enabled nodesubmit/tizen/20180622.002555accepted/tizen/unified/20180622.122658Jaechul Lee1-36/+89
2018-06-19Revert "ARM: artik710_raptor_defconfig: Enable DUMMY_HCD module"submit/tizen/20180621.011833accepted/tizen/unified/20180621.141521Dongwoo Lee1-32/+2
2018-06-19ARM: artik710_raptor_defconfig: Enable DUMMY_HCD modulesubmit/tizen/20180619.021036accepted/tizen/unified/20180620.131449Dongwoo Lee1-2/+32
2018-06-19ARM: artik530_raptor_defconfig: Enable DUMMY_HCD moduleDongwoo Lee1-2/+32
2018-06-19usb: gadget: Allow to build both USB functions and legacy gadgetsKrzysztof Opasiak2-188/+613
2018-06-15ARM: configs: artik530_raptor: enable OV5640 camera sensorJaehoon Chung1-0/+1
2018-06-15media: ov5640: remove redundant messagesSooman Jeong1-4/+0
2018-06-15media: ov5640: add 200ms delay before turning on streamSooman Jeong1-0/+3
2018-06-15media: ov5640: remove delay of QSXGA resolution settingSooman Jeong1-1/+1
2018-06-15media: ov5640: change the sequence of setting new modeSooman Jeong1-6/+8
2018-06-15media: ov5640: add mode name for debugging purposeSooman Jeong1-20/+39
2018-06-15media: ov5640: change the period of pixel clock for VGA resolutionSooman Jeong1-2/+3
2018-06-15media: ov5640: fix unexpected return valueSooman Jeong1-0/+2
2018-06-15media: ov5640: add error handling on s_powerSooman Jeong1-2/+26
2018-06-15media: ov5640: add s_param callback to set frame rateSooman Jeong1-1/+37
2018-06-15media: ov5640: add s_power sequence on setting streamSooman Jeong1-0/+14
2018-06-15media: ov5640: set xclk_freq as fixed valueSooman Jeong1-6/+1
2018-06-15media: ov5640: add NULL check on ov5640_set_fmtSooman Jeong1-2/+4
2018-06-15media: ov5640: change return value of the exceptional caseSooman Jeong1-2/+1
2018-06-15media: ov5640: fix frame rate of big resolutionSooman Jeong1-0/+3
2018-06-15media: ov5640: add debugging messagesSooman Jeong1-0/+98
2018-06-15media: ov5640: change output formatSooman Jeong1-1/+1
2018-06-15media: add Omnivision OV5640 sensor driverSteve Longerbeam3-0/+2334
2018-06-15ARM: dts: artik533-compy: Enable extcon notification for usb connectionJaehoon Chung1-0/+1
2018-06-01arm: dts: s5p4418: expand hssettle value as an arraysubmit/tizen/20180615.023254submit/tizen/20180607.110305submit/tizen/20180601.024244accepted/tizen/unified/20180619.141830accepted/tizen/unified/20180611.015537Sooman Jeong3-5/+3
2018-06-01arm: dts: artik533: change sound labelGeonho Kim1-1/+1
2018-05-30arm: dts: artik533-compy: change camera sensorSooman Jeong1-9/+10
2018-05-30arm: dts: artik533: support new compy boardsunghwansoon1-42/+0
2018-05-30arm: dts: artik533: support new compy boardJaewon Kim2-1/+572
2018-04-26media: v4l2-compat-ioctl32: don't oops on overlaysubmit/tizen/20180426.023601accepted/tizen/unified/20180426.062609Mauro Carvalho Chehab1-1/+3