| Commit message (Expand) | Author | Age | Files | Lines |
* | Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig | Tom Rini | 2021-12-27 | 1 | -1/+1 |
* | lmb: move CONFIG_LMB in Kconfig | Patrick Delaunay | 2021-04-22 | 1 | -2/+0 |
* | sh: Remove sh7757lcr board | Tom Rini | 2021-02-15 | 4 | -312/+1 |
* | arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h header | Simon Glass | 2021-01-05 | 1 | -0/+0 |
* | dma-mapping: add <asm/dma-mapping.h> for all architectures | Masahiro Yamada | 2020-02-20 | 1 | -0/+1 |
* | sh: r2dplus: Enable OF control | Marek Vasut | 2019-09-02 | 1 | -0/+2 |
* | sh: tmu: Fix SH4 TCNT0 offset | Marek Vasut | 2019-09-02 | 1 | -1/+1 |
* | sh: sh3: Remove CPU support | Marek Vasut | 2019-05-10 | 5 | -351/+0 |
* | sh: sh2: Remove CPU support | Marek Vasut | 2019-05-10 | 6 | -143/+1 |
* | sh: 7785: Remove CPU support | Marek Vasut | 2019-05-07 | 2 | -121/+0 |
* | sh: 7724: Remove CPU support | Marek Vasut | 2019-05-07 | 2 | -211/+0 |
* | sh: bitops: add hweight*() macros | Vignesh R | 2019-02-07 | 1 | -0/+4 |
* | sh: tmu: Zap get_tbclk and timer_read_counter | Marek Vasut | 2018-09-15 | 1 | -0/+9 |
* | sh: sh7724: Drop EDMR macro | Marek Vasut | 2018-09-15 | 1 | -3/+0 |
* | arch: types.h: factor out fixed width typedefs to int-ll64.h | Masahiro Yamada | 2018-09-10 | 1 | -32/+2 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 24 | -48/+24 |
* | sh: Do not provide strncmp | Tom Rini | 2018-02-23 | 1 | -31/+2 |
* | sh: Use asm-generic/io.h | Paul Burton | 2017-10-02 | 1 | -28/+1 |
* | sh4: remove __io config options from r2dplus and r7780mp boards | Vladimir Zapolskiy | 2016-12-02 | 1 | -10/+0 |
* | sh4: cache: move exported cache manipulation functions into cache.c | Vladimir Zapolskiy | 2016-12-02 | 1 | -2/+0 |
* | efi: Use asmlinkage for EFIAPI | Simon Glass | 2016-10-19 | 1 | -0/+0 |
* | Remove arch/${ARCH}/include/asm/errno.h | Masahiro Yamada | 2016-09-23 | 1 | -1/+0 |
* | arm, nds32, sh: remove useless ioremap()/iounmap() defines | Masahiro Yamada | 2016-07-14 | 1 | -33/+0 |
* | Drop references to CONFIG_SYS_GENERIC_BOARD in config files | Simon Glass | 2016-05-27 | 1 | -2/+0 |
* | sh: Drop the arch-specific board init | Simon Glass | 2016-05-27 | 1 | -0/+2 |
* | sh: Fix build errors for generic board | Simon Glass | 2016-05-27 | 1 | -10/+2 |
* | Add more SPDX-License-Identifier tags | Tom Rini | 2016-01-19 | 1 | -3/+1 |
* | sh: Use the generic bitops headers | Fabio Estevam | 2015-11-05 | 1 | -0/+5 |
* | Replace <compiler.h> with <linux/compiler.h> | Masahiro Yamada | 2014-12-08 | 1 | -1/+1 |
* | sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig | Masahiro Yamada | 2014-11-13 | 2 | -5/+5 |
* | bd_info: remove bi_barudrate member from struct bd_info | Masahiro Yamada | 2014-05-12 | 1 | -1/+0 |
* | sh: fix PFC registers definition for SH772{2, 3, 4} | Baruch Siach | 2014-03-14 | 3 | -6/+9 |
* | sh: sh2: Remove CONFIG_SH2A definition from asm/processor.h | Nobuhiro Iwamatsu | 2014-01-09 | 1 | -2/+1 |
* | sh: sh4: Remove CONFIG_SH4A definition from source code | Nobuhiro Iwamatsu | 2014-01-09 | 2 | -5/+4 |
* | sh: add support for sh7753evb board | Yoshihiro Shimoda | 2013-12-18 | 2 | -0/+199 |
* | sh: cache: Change cache API to defines as U-Boot | Nobuhiro Iwamatsu | 2013-10-17 | 1 | -3/+0 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 22 | -325/+22 |
* | Introduce generic link section.h symbol files | Simon Glass | 2013-03-15 | 1 | -0/+27 |
* | sh: Use generic global_data | Simon Glass | 2013-02-04 | 1 | -19/+1 |
* | Add architecture-specific global data | Simon Glass | 2013-02-01 | 1 | -0/+5 |
* | sh: add support for sh7752evb board | Yoshihiro Shimoda | 2012-12-20 | 2 | -0/+213 |
* | sh: fix trigger_address_error() | Yoshihiro Shimoda | 2012-11-30 | 1 | -1/+1 |
* | sh: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | 2 | -2/+2 |
* | sh: tmu: Removed arch/sh/include/asm/clk.h | Nobuhiro Iwamatsu | 2012-08-21 | 1 | -30/+0 |
* | sh: tmu: Changed TMU driver using array of structures | Nobuhiro Iwamatsu | 2012-08-21 | 13 | -139/+11 |
* | global_data: unify global flag defines | Mike Frysinger | 2012-08-09 | 1 | -8/+1 |
* | sh: Add SH7269 device and RSK2+SH7269 board | Phil Edworthy | 2012-05-28 | 2 | -0/+28 |
* | sh: Add register definition of PFC for SH7734 | Nobuhiro Iwamatsu | 2012-05-28 | 1 | -0/+27 |
* | sh: Add bit control functions | Nobuhiro Iwamatsu | 2012-05-28 | 1 | -3/+40 |
* | sh: Add support Renesas SH7734 | Nobuhiro Iwamatsu | 2012-05-28 | 2 | -0/+45 |