summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2019-01-25ARC: Fix iteration in arc_xx_version()Alexey Brodkin1-2/+2
2019-01-19Kconfig: Migrate BOUNCE_BUFFERPhilipp Tomsich1-0/+2
2018-12-03ARC: Improve identification of ARC coresAlexey Brodkin2-21/+204
2018-11-01emdk->emsdp: Rename boardAlexey Brodkin3-5/+5
2018-10-15ARC: Don't use COMMON section for global not-initialized variablesAlexey Brodkin1-1/+1
2018-10-12ARC: make generic print_cpuinfo() weakAlexey Brodkin1-1/+1
2018-10-05arc: Add support for IoT development kitAlexey Brodkin3-0/+51
2018-10-05ARC: Implement print_cpuinfo()Alexey Brodkin1-1/+34
2018-10-05ARC: Add model property to boards .dtsAlexey Brodkin6-0/+12
2018-10-05ARC: Don't pre-define CROSS_COMPILEAlexey Brodkin1-6/+0
2018-09-11arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada1-34/+2
2018-09-05ARC: HSDK: Fix timer frequency valueEugeniy Paltsev1-1/+1
2018-07-31ARC: Enable unaligned access in hardware if compiler uses itAlexey Brodkin2-0/+12
2018-07-31AXS10x: add spi flash supportEugeniy Paltsev1-0/+34
2018-07-31GPIO: CREG: improve flexibility of hsdk-creg-gpio driverEugeniy Paltsev1-1/+6
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek1-5/+5
2018-06-18.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada1-1/+0
2018-05-31ARC: Add support for EM Development Kit boardAlexey Brodkin3-0/+39
2018-05-31ARC: Use elf32-bigarc in case of -EBAlexey Brodkin1-1/+1
2018-05-31ARC: Reset: Implement weak reset_cpu()Alexey Brodkin1-5/+9
2018-05-31ARC: Reset: Use __builtin_arc_brk() instead of open-coded ASMAlexey Brodkin1-1/+1
2018-05-31ARC: Move .ivt section to the very beginning of the imageAlexey Brodkin1-7/+8
2018-05-31ARC: Improve relocation fix-upsAlexey Brodkin1-22/+54
2018-05-31ARC: Make sure .ivt section is not purged by garbage collectorAlexey Brodkin1-1/+1
2018-05-31ARC: Cache: Don't compare I$ and D$ line lengthsAlexey Brodkin1-4/+8
2018-05-24ARC: init debug uart in early common arc codeEugeniy Paltsev1-0/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini44-94/+44
2018-04-17ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.cEugeniy Paltsev1-2/+0
2018-04-02ARC: HSDK: Enable SPI flash supportEugeniy Paltsev1-0/+26
2018-04-02ARC: HSDK: Add platform-specific commandsEugeniy Paltsev1-0/+30
2018-04-02ARC: AXS10x: DTS: Remove unused interrupt propertiesEugeniy Paltsev1-5/+0
2018-03-23ARC: bootm: Refactor GO and PREP subcommands implementationEugeniy Paltsev1-22/+29
2018-03-21ARC: Cache: Refactor arc_ioc_setup()Eugeniy Paltsev1-6/+6
2018-03-21ARC: Cache: Add missing cache cleanup before cache disableEugeniy Paltsev1-14/+39
2018-03-21ARC: Cache: Add more HW configuration checksEugeniy Paltsev1-0/+75
2018-03-21ARC: Implement a function to sync and cleanup cachesEugeniy Paltsev4-5/+29
2018-03-21ARC: Cache: Fix SLC operations when SLC is bypassed for dataEugeniy Paltsev1-11/+28
2018-03-21ARC: Cache: Implement [i,d]cache_enabled() as separate functionsEugeniy Paltsev1-17/+21
2018-03-21ARC: Move IOC enabling to compile-time optionsEugeniy Paltsev3-20/+52
2018-03-21ARC: Cache: Move PAE exists check into slc_upper_region_init()Eugeniy Paltsev1-6/+9
2018-03-21ARC: Move cache global variables to arch_global_dataEugeniy Paltsev2-10/+15
2018-03-21ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variablesEugeniy Paltsev1-24/+43
2018-03-21ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op()Eugeniy Paltsev1-5/+11
2018-03-21ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdefEugeniy Paltsev1-30/+29
2018-03-21ARC: Cache: Allways check D$ status before entire/line opsEugeniy Paltsev1-5/+6
2018-03-21ARC: Move BCR encodings to separate header fileEugeniy Paltsev2-59/+85
2018-03-21ARC: Cache: Move IOC initialization to a separate functionEugeniy Paltsev1-26/+30
2018-03-21ARC: Flush & invalidate D$ with a single commandEugeniy Paltsev2-5/+85
2018-03-21ARC: Introduce is_isa_X() functionsEugeniy Paltsev1-0/+11
2018-03-21ARC: Cache: Add support for FLUSH_N_INV D$ operationsEugeniy Paltsev1-23/+19