summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-24ARM64: tizen_bcm2711_defconfig: Enable USB_PRINTER configsubmit/tizen_6.0_hotfix/20210329.080255submit/tizen_6.0/20221028.061202submit/tizen_6.0/20210329.080326accepted/tizen/6.0/unified/hotfix/20210330.225401accepted/tizen/6.0/unified/20210330.084606tizen_6.0_hotfixtizen_6.0accepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedChanwoo Choi1-0/+1
2021-03-24ARM: tizen_bcm2711_defconfig: Enable USB_PRINTER configChanwoo Choi1-0/+1
2021-03-22ARM64: tizen_bcm2711_defconfig: Enable CONFIG_CFG80211_CRDA_SUPPORTJaehoon Chung1-1/+0
2021-03-22Revert "ARM: configs: tizen_bcm2711_defconfig: Disable CONFIG_CFG80211_CRDA_S...Jaehoon Chung1-1/+0
2020-12-17Revert "ALSA: usb-audio: Improve frames size computation"submit/tizen_6.0_hotfix/20210121.065852submit/tizen_6.0/20210121.055004submit/tizen/20201218.004559accepted/tizen/unified/20201218.124446accepted/tizen/6.0/unified/hotfix/20210121.101657accepted/tizen/6.0/unified/20210121.212556Greg Kroah-Hartman4-45/+5
2020-12-16script: Fix to use NCPUS dynamicallyHoegeun Kwon1-1/+3
2020-12-10staging: vc04_services: codec: Fix component enable/disablesubmit/tizen/20201211.031336accepted/tizen/unified/20201211.124322Dave Stevenson1-1/+3
2020-12-10staging: vc04_service: codec: Allow start_streaming to update the buffernumDave Stevenson1-4/+19
2020-12-10staging: vc04_services: codec: Fix incorrect buffer cleanupDave Stevenson1-16/+1
2020-11-09ARM: tizen_bcm2711_defconfig: Fix console loglevel for logo displayHoegeun Kwon1-0/+1
2020-11-09arm64: tizen_bcm2711_defconfig: Fix console loglevel for logo displayHoegeun Kwon1-0/+1
2020-11-03rpi4: boot: config: Enable hdmi_force_hotplugsubmit/tizen/20201104.114006accepted/tizen/unified/20201105.124359Hoegeun Kwon2-2/+2
2020-11-03drm/vc4: kms: Don't disable the muxing of an active CRTCMaxime Ripard2-35/+50
2020-11-03drm/vc4: kms: Store the unassigned channel list in the stateMaxime Ripard2-27/+103
2020-11-03drm/vc4: kms: Add functions to create the state objectsMaxime Ripard1-21/+50
2020-11-03drm/vc4: kms: Rename NUM_CHANNELSMaxime Ripard1-3/+3
2020-11-03drm/vc4: kms: Remove useless defineMaxime Ripard1-1/+0
2020-11-03Revert "drm/vc4: kms: Don't disable the muxing of an active CRTC"Hoegeun Kwon1-20/+3
2020-11-03Revert "drm/vc4: kms: Fix VBLANK reporting on a disabled CRTC"Hoegeun Kwon1-15/+10
2020-10-29mm: LKSM: bug fix for KASAN out-of-bound access error on accessing a filtersubmit/tizen/20201030.062213accepted/tizen/unified/20201102.124307Sung-hun Kim1-3/+3
2020-10-29mm: LKSM: bug fix for kernel memory leakSung-hun Kim1-0/+3
2020-10-27brcmfmac: Fix memory leak for unpaired brcmf_{alloc/free}Seung-Woo Kim2-2/+5
2020-10-27drm/vc4: drv: Add error handding for bindsubmit/tizen/20201027.005200accepted/tizen/unified/20201028.123938Hoegeun Kwon1-0/+1
2020-10-26staging: mmal-vchiq: Fix memory leak for vchi_instanceSeung-Woo Kim1-4/+15
2020-10-13drm/vc4: kms: Fix VBLANK reporting on a disabled CRTCMaxime Ripard1-10/+15
2020-10-13drm/vc4: kms: Don't disable the muxing of an active CRTCMaxime Ripard1-3/+20
2020-10-13drm/vc4: kms: Fix to split vc4 and vc5 hvs pv muxing commitHoegeun Kwon1-20/+58
2020-10-13drm/vc4: kms: Document the muxing corner casesMaxime Ripard1-0/+22
2020-10-13drm/vc4: kms: Split the HVS muxing check in a separate functionMaxime Ripard1-3/+15
2020-10-13drm/vc4: crtc: Keep the previously assigned HVS FIFOMaxime Ripard3-9/+25
2020-10-13drm/vc4: kms: Assign a FIFO to enabled CRTCs instead of activeMaxime Ripard1-1/+1
2020-10-05brcmfmac: change from brcmf_dbg to brcmf_infotizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.115101submit/tizen_6.0_hotfix/20201102.192901submit/tizen_6.0/20201029.205501submit/tizen/20201006.033113accepted/tizen/unified/20201006.080059accepted/tizen/6.0/unified/hotfix/20201102.235212accepted/tizen/6.0/unified/20201030.104454Jaehoon Chung1-6/+7
2020-09-22drm/vc4: hvs: Pull the state of all the CRTCs prior to PV muxingsubmit/tizen/20200922.014449accepted/tizen/unified/20200922.053406Maxime Ripard1-0/+17
2020-09-18drm/vc4: crtc: Add null pointer error handlingHoegeun Kwon1-2/+2
2020-09-15scripts: mkbootimg_rpi4.sh: use compress imageSeung-Woo Kim1-3/+3
2020-09-15drm/vc4: hvs: Boost the core clock during modesetHoegeun Kwon1-5/+2
2020-09-11drm/vc4: hdmi: Fix to use clk_set_min_rateHoegeun Kwon1-1/+5
2020-09-11drm/vc4: hdmi: Switch to blank pixels when disabledMaxime Ripard2-0/+12
2020-09-11drm/vc4: hdmi: Do the VID_CTL configuration at onceMaxime Ripard1-12/+6
2020-09-11drm/vc4: hdmi: Implement finer-grained hooksMaxime Ripard1-4/+36
2020-09-11drm/vc4: hdmi: Always recenter the HDMI FIFOMaxime Ripard1-20/+26
2020-09-11drm/vc4: hdmi: Remove register dumps in enableMaxime Ripard1-17/+0
2020-09-11drm/vc4: hdmi: Use clk_set_min_rate insteadMaxime Ripard1-1/+1
2020-09-11drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rateMaxime Ripard1-19/+19
2020-09-11drm/vc4: hdmi: Add reset callbackMaxime Ripard1-8/+6
2020-09-11drm/vc4: encoder: Add finer-grained encoder callbacksMaxime Ripard2-0/+26
2020-09-10ARM64: tizen_bcm2711_defconfig: Enable VIDEO_CODEC_BCM2835submit/tizen/20200910.072016accepted/tizen/unified/20200911.043201Seung-Woo Kim1-0/+2
2020-09-10ARM: configs: tizen_bcm2711_defconfig: Enable VIDEO_CODEC_BCM2835Seung-Woo Kim1-0/+1
2020-08-24Revert "block: zram: Add support for dynamic compressor switch"submit/tizen/20200825.023546accepted/tizen/unified/20200825.142845Dongwoo Lee4-98/+48
2020-08-24ARM64: tizen_bcm2711_defconfig: Enable RTL8192CU config as modulesubmit/tizen/20200824.091314accepted/tizen/unified/20200825.033245Jaehoon Chung1-0/+1