summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | g12a/g12b: scp_remote: add support for Samsung IR remotes Standard NEC use 90...Portisch2020-02-102-10/+10
* | | g12a/g12b: scp_remote: add register setup for software decodePortisch2020-02-102-0/+18
* | | g12a/g12b: Add IR protocol handling through SCPIRay2020-02-104-26/+202
* | | Showlogo: Add filename parameterRay2020-02-102-20/+14
* | | gxb/gxl/gxm: enable CEC wakeup from power off statePortisch2020-02-1015-82/+35
* | | gxb/gxl/gxm: prepare suspend parameter for LED controlPortisch2020-02-1017-17/+17
* | | gxb/gxl/gxm: do not turn off hdmi power on suspendPortisch2020-02-1018-28/+55
* | | gxb/gxl/gxm/txl: fix wakeup timer calcPortisch2020-02-1028-28/+28
* | | gxl/gxm: fix null reference power_off_at_mcuPortisch2020-02-109-0/+61
* | | ODROID-C4: scp_task: add gpio wake-up functionJoy Cho2020-02-105-0/+318
* | | CE: CEC: Add CECB as wakeup src powerRay2020-02-102-26/+48
* | | ODROID-C4: scp_task: add to support Wake On Lan enableDongjin Kim2020-02-103-23/+47
* | | ODROID-C4: Set CEC name to ODROID-C4Dongjin Kim2020-02-101-0/+4
* | | osd: close osd matrix [1/3]Pengcheng Chen2020-02-104-29/+237
* | | vout: support vout2 command for viu2 display [1/1]Evoke Zhang2020-02-1035-319/+537
* | | tl1: bringup: add define of MESON_CPU_MAJOR_ID_TL1 [1/1]Zhongfu Luo2020-02-105-26/+56
* | | ODROID-C4: fix typo of board descriptionDongjin Kim2020-02-101-1/+1
* | | ODROID-COMMON: bootm-fdt: change 'CONFIG_ODROID_N2' to 'CONFIG_ODROID_COMMON'Dongjin Kim2020-02-101-2/+2
* | | ODROID-C4/N2: firmware: reset the DDR configurationDongjin Kim2020-02-102-4/+4
* | | uboot: update ddr and emmc driver. [1/3]xiaobo gu2020-02-1015-35924/+37104
* | | ODROID-N2: g12b: add missing '#include <usb.h>'Dongjin Kim2020-02-101-0/+1
* | | ODROID-C4: introduce new board ODROID-C4 and its board configurationLuke Go2020-02-1010-0/+1049
* | | ODROID-C4: g12a/fip: update from BSP release 20190619Luke Go2020-02-106-0/+0
* | | osd: tm2: modify osd matrix [1/2]Jian Cao2020-02-101-20/+22
* | | ODROID-C4: display: g12a: Add new display modes on HDMI PHYJoy Cho2020-02-103-12/+887
* | | ODROID-C4: introduce display auto detection logicJoy Cho2020-02-101-0/+64
* | | usb: some udisk amldevread data failed [1/1]he.he2020-02-103-0/+3
* | | usb: check SoC sm1 [1/1]Yue Wang2020-02-104-21/+175
* | | uboot-usb: set pll registers of revB usb [2/2]he.he2020-02-103-30/+35
* | | uboot-usb: check SoC rev [2/2]he.he2020-02-103-4/+87
|/ /
* | ext4: Update ext2/3/4 superblock, group descriptor and inode structuresStefan Brüns2020-02-101-4/+46
* | ext4: Revert rejection of 64bit enabled ext4 fsStefan Brüns2020-02-101-9/+0
* | ext4: Respect group descriptor size when adjusting free countsStefan Brüns2020-02-102-24/+69
* | ext4: Use helper function to access group descriptor and its fieldsStefan Brüns2020-02-103-139/+156
* | ext4: Use correct descriptor size when reading the block group descriptorStefan Brüns2020-02-101-4/+4
* | ext4: Add helper functions for block group descriptor field accessStefan Brüns2020-02-102-0/+94
* | ext4: determine group descriptor size for 64bit featureStefan Brüns2020-02-102-5/+17
* | ext4: Fix memory leak of journal buffer if block is updated multiple timesStefan Brüns2020-02-101-1/+5
* | ext4: Correct block number handling, empty block vs. error codeStefan Brüns2020-02-102-4/+13
* | ext4: remove duplicated block release code for extentsStefan Brüns2020-02-101-77/+33
* | ext4: initialize full inode for inodes bigger than 128 bytesStefan Brüns2020-02-101-6/+4
* | ext4: Use correct value for inode size even on revision 0 filesystemsStefan Brüns2020-02-102-3/+0
* | ext4: Fix memory leak in case of failureStefan Brüns2020-02-101-2/+2
* | ext4: Avoid out-of-bounds access of block bitmapStefan Brüns2020-02-101-22/+12
* | ext4: After completely filled group, scan next group from the beginningStefan Brüns2020-02-101-3/+5
* | ext4: Do not clear zalloc'ed buffers a second timeStefan Brüns2020-02-101-3/+0
* | ext4: Only update number of of unused inodes if GDT_CSUM feature is setStefan Brüns2020-02-101-7/+7
* | ext4: Scan all directory blocks when looking up an entryStefan Brüns2020-02-101-44/+40
* | ext4: Avoid corruption of directories with hash tree indexesStefan Brüns2020-02-102-0/+6
* | ext4: Scan all directory blocks for space when inserting a new entryStefan Brüns2020-02-101-44/+30