1. 25 1月, 2016 1 次提交
  2. 20 10月, 2014 1 次提交
  3. 13 5月, 2014 1 次提交
    • A
      crypto: s5p-sss - fix multiplatform build · 56b28446
      Arnd Bergmann 提交于
      As we are preparing to enable multiplatform support on EXYNOS,
      we can no longer include mach/*.h or plat/*.h headers from device
      drivers.
      
      The s5p-sss driver was just enabled for EXYNOS when it used to
      be used only on s5pv210, and it includes two samsung platform
      specific header files for historic reasons. Fortunately, it no
      longer actually needs them, so we can remove the #includes and
      avoid the problem
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
      Cc: Tomasz Figa <t.figa@samsung.com>
      Cc: <linux-samsung-soc@vger.kernel.org>
      Cc: Vladimir Zapolskiy <vz@mleia.com>
      Reviewed-by: NJingoo Han <jg1.han@samsung.com>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      56b28446
  4. 08 5月, 2014 6 次提交
  5. 27 2月, 2014 1 次提交
  6. 24 5月, 2013 1 次提交
  7. 20 1月, 2013 1 次提交
  8. 09 11月, 2012 1 次提交
    • S
      crypto: s5p-sss - Fix compilation error · a465348f
      Sachin Kamat 提交于
      struct s3c2410_dma_client gets defined multiple times as it is defined
      in more than one header file. Changing it at the header file level causes
      many more build breakages as they are interdependent in a complex way.
      Hence fixing this problem by using the mach version of the header file.
      
      Without this patch, following build error is observed:
      arch/arm/plat-samsung/include/plat/dma-pl330.h:106:27: error:
      redefinition of struct s3c2410_dma_client
      Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      a465348f
  9. 01 8月, 2012 1 次提交
  10. 13 1月, 2012 1 次提交
  11. 30 11月, 2011 1 次提交
  12. 08 4月, 2011 1 次提交