summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-12-05artik: configs: disable RAMDUMP featureChanho Park1-3/+0
2016-12-05artik: configs: clean up boot argument settingChanho Park1-6/+4
2016-12-05exynos: artik10: resize CONFIG_TRUSTZONE_RESERVED_DRAM to 24MBJaehoon Kim1-1/+1
2016-12-05artik10: configs: update tzsw partition offset for dfuChanho Park1-4/+4
2016-12-05artik: configs: split artik5 and 10 configurationsChanho Park3-46/+35
2016-12-05artik: configs: resize malloc pool lenChanho Park1-1/+2
2016-12-05artik: configs: update dfu partition configurationsChanho Park1-12/+12
2016-12-05Revert "artik: remove CONFIG_USB_OHCI to secure the image capacity"Chanho Park1-1/+1
2016-12-05artik: configs: skip 4MB size of boot partitionChanho Park1-3/+3
2016-12-05artik5: configs: correct SPL_TEXT_BASE addressChanho Park1-1/+1
2016-12-05artik5: configs: fix prompt typoJaewon Kim1-1/+1
2016-05-19artik: configs: Modified size of system-data area from 256M to 1024Msubmit/tizen_3.0_common/20161104.104000submit/tizen/20160602.025241accepted/tizen/common/20160602.140214accepted/tizen/3.0/common/20161114.112229wansu.yoo1-1/+1
2016-04-27artik: configs: support the Thor downloader on a bootable SD cardsubmit/tizen/20160429.063305accepted/tizen/common/20160429.170629jino.cho1-13/+27
2016-04-26artik: configs: fix boot partition offsetjino.cho1-12/+12
2016-04-19artik: configs: increase size of malloc() poolsubmit/tizen/20160419.084959accepted/tizen/common/20160421.162258jino.cho1-1/+1
2016-04-14artik5: config: enable usb dfu/thor gadgetjino.cho1-3/+13
2016-04-14artik: dfu: add DFU functionsjino.cho1-1/+39
2016-04-14artik5: fix the build errorjino.cho1-1/+3
2016-04-14artik: remove CONFIG_USB_OHCI to secure the image capacityjino.cho1-1/+1
2016-04-11artik: configs: enable usb dfu/thor gadgetChanho Park1-3/+48
2016-04-11linux/kernel.h: import more macrosMasahiro Yamada1-0/+92
2016-04-11include: move various macros to include/linux/kernel.hMasahiro Yamada3-110/+158
2016-04-11samsung: usb: phy: Support for DWC3 PHYLukasz Majewski1-0/+16
2016-04-11Exynos5: TMU: Add driver for Thermal Management UnitAkshay Saraswat1-0/+46
2016-04-11USB: XHCI: Add xHCI host controller support for Exynos5Vivek Gautam1-0/+188
2016-02-19artik: configs: add factory_set_ethaddr environmentChanho Park1-0/+7
2016-01-14common: board_f: cosmetic use __weak for ledsJeroen Hofstee1-11/+11
2016-01-14Add linux/compiler-gcc5.h to fix builds with gcc5Hans de Goede1-0/+65
2015-12-08artik5: configs: enable ax88796c spi ethernetChanho Park1-0/+13
2015-12-02artik: common: enable factory_info commandChanho Park1-2/+10
2015-12-02artik: configs: support tizen partition tablesChanho Park1-0/+13
2015-10-22artik: configs: support modules partitionChanho Park1-3/+7
2015-10-19artik: configs: set ramfsboot to default boot methodChanho Park1-4/+6
2015-08-21artik: config: support android partition and bootingChanho Park1-0/+16
2015-08-11disk: part_efi: add get_partition_info_efi_by_name()Steve Rae1-0/+11
2015-08-11artik: configs: disable data partitionChanho Park1-3/+1
2015-08-11artik: config: do not specify initrd addr for mmcbootChanho Park1-1/+1
2015-08-11artik: config: enable sdfuse recoveryChanho Park1-3/+7
2015-08-11common: fastboot: force to use emmc deviceChanho Park1-1/+1
2015-08-07artik: configs: split initrd boot commandChanho Park1-1/+4
2015-08-06fs: implement size/fatsize/ext4sizeStephen Warren4-0/+12
2015-08-06sandbox: implement exists() functionStephen Warren1-0/+1
2015-08-06artik: config: use uInitrd instead of initrdChanho Park1-3/+2
2015-08-06part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich1-0/+5
2015-08-06disk/gpt: Fix GPT partition handling for blocksize != 512Egbert Eich3-4/+13
2015-08-06fs: fat_write: fix the incorrect last cluster checkingWu, Josh1-0/+3
2015-08-06fat: implement exists() for FAT fsStephen Warren1-0/+1
2015-08-06ext4: implement exists() for ext4fsStephen Warren1-0/+1
2015-08-06fs: implement infrastructure for an 'exists' functionStephen Warren1-0/+9
2015-08-06fs: fix generic save command implementationStephen Warren1-0/+10