1. 09 8月, 2012 2 次提交
  2. 02 8月, 2012 1 次提交
  3. 01 8月, 2012 3 次提交
  4. 31 7月, 2012 1 次提交
  5. 26 7月, 2012 1 次提交
  6. 25 7月, 2012 1 次提交
    • P
      sh: Fix up recursive fault in oops with unset TTB. · 90eed7d8
      Paul Mundt 提交于
      Presently the oops code looks for the pgd either from the mm context or
      the cached TTB value. There are presently cases where the TTB can be
      unset or otherwise cleared by hardware, which we weren't handling,
      resulting in recursive faults on the NULL pgd. In these cases we can
      simply reload from swapper_pg_dir and continue on as normal.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      90eed7d8
  7. 20 7月, 2012 1 次提交
  8. 17 7月, 2012 1 次提交
  9. 12 7月, 2012 1 次提交
  10. 06 7月, 2012 3 次提交
  11. 02 7月, 2012 1 次提交
    • P
      sh: Fix up se7721 GPIOLIB=y build warnings. · 64941d89
      Paul Mundt 提交于
      Presently the SH7720/21 serial code uses asm/gpio.h to get at the CPU
      GPIO port definitions, but in the case of GPIOLIB=y this also includes
      references to generic GPIOLIB routines that we don't have any function
      declarations for, tripping up on -Werror=implicit-function-declaration
      with newer gcc versions:
      
        CC      arch/sh/kernel/cpu/sh3/serial-sh7720.o
      In file included from include/linux/sh_pfc.h:14:0,
                       from arch/sh/include/asm/gpio.h:23,
                       from arch/sh/kernel/cpu/sh3/serial-sh7720.c:5:
      include/asm-generic/gpio.h: In function 'gpio_get_value_cansleep':
      include/asm-generic/gpio.h:220:2: error: implicit declaration of function '__gpio_get_value' [-Werror=implicit-function-declaration]
      include/asm-generic/gpio.h: In function 'gpio_set_value_cansleep':
      include/asm-generic/gpio.h:226:2: error: implicit declaration of function '__gpio_set_value' [-Werror=implicit-function-declaration]
      In file included from arch/sh/include/asm/gpio.h:23:0,
                       from arch/sh/kernel/cpu/sh3/serial-sh7720.c:5:
      include/linux/sh_pfc.h: At top level:
      include/linux/sh_pfc.h:121:19: error: field 'chip' has incomplete type
      
      Switch to using the cpu/ version for the port definitions explicitly.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      64941d89
  12. 28 6月, 2012 15 次提交
  13. 27 6月, 2012 1 次提交
  14. 17 6月, 2012 1 次提交
  15. 14 6月, 2012 6 次提交
  16. 13 6月, 2012 1 次提交