1. 20 Nov, 2019 2 commits
  2. 14 Nov, 2019 3 commits
  3. 11 Nov, 2019 4 commits
    • Markus Elfring's avatar
      ARM: OMAP2+: Add missing put_device() call in omapdss_init_of() · 0b491904
      Markus Elfring authored
      A coccicheck run provided information like the following.
      
      arch/arm/mach-omap2/display.c:268:2-8: ERROR: missing put_device;
      call of_find_device_by_node on line 258, but without a corresponding
      object release within this function.
      
      Generated by: scripts/coccinelle/free/put_device.cocci
      
      Thus add the missed function call to fix the exception handling for
      this function implementation.
      
      Fixes: e0c827ac ("drm/omap: Populate DSS children in omapdss driver")
      Signed-off-by: default avatarMarkus Elfring <elfring@users.sourceforge.net>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      0b491904
    • Ben Dooks (Codethink)'s avatar
      OMAP2: fixup doc comments in omap_device · 7b6560b4
      Ben Dooks (Codethink) authored
      The documentation comments in this file are out of
      date with the code, so fix this to avoid the
      following warnings:
      
      arch/arm/mach-omap2/omap_device.c:133: warning: Function parameter or member 'pdev' not described in 'omap_device_build_from_dt'
      arch/arm/mach-omap2/omap_device.c:133: warning: Excess function parameter 'pdev_name' description in 'omap_device_build_from_dt'
      arch/arm/mach-omap2/omap_device.c:133: warning: Excess function parameter 'pdev_id' description in 'omap_device_build_from_dt'
      arch/arm/mach-omap2/omap_device.c:133: warning: Excess function parameter 'oh' description in 'omap_device_build_from_dt'
      arch/arm/mach-omap2/omap_device.c:133: warning: Excess function parameter 'pdata' description in 'omap_device_build_from_dt'
      arch/arm/mach-omap2/omap_device.c:133: warning: Excess function parameter 'pdata_len' description in 'omap_device_build_from_dt'
      arch/arm/mach-omap2/omap_device.c:309: warning: Function parameter or member 'pdev' not described in 'omap_device_get_context_loss_count'
      arch/arm/mach-omap2/omap_device.c:309: warning: Excess function parameter 'od' description in 'omap_device_get_context_loss_count'
      arch/arm/mach-omap2/omap_device.c:335: warning: Function parameter or member 'ohs' not described in 'omap_device_alloc'
      arch/arm/mach-omap2/omap_device.c:335: warning: Function parameter or member 'oh_cnt' not described in 'omap_device_alloc'
      arch/arm/mach-omap2/omap_device.c:335: warning: Excess function parameter 'oh' description in 'omap_device_alloc'
      arch/arm/mach-omap2/omap_device.c:335: warning: Excess function parameter 'pdata' description in 'omap_device_alloc'
      arch/arm/mach-omap2/omap_device.c:335: warning: Excess function parameter 'pdata_len' description in 'omap_device_alloc'
      arch/arm/mach-omap2/omap_device.c:659: warning: Function parameter or member 'pdev' not described in 'omap_device_register'
      arch/arm/mach-omap2/omap_device.c:659: warning: Excess function parameter 'od' description in 'omap_device_register'
      arch/arm/mach-omap2/omap_device.c:682: warning: Function parameter or member 'pdev' not described in 'omap_device_enable'
      arch/arm/mach-omap2/omap_device.c:682: warning: Excess function parameter 'od' description in 'omap_device_enable'
      arch/arm/mach-omap2/omap_device.c:713: warning: Function parameter or member 'pdev' not described in 'omap_device_idle'
      arch/arm/mach-omap2/omap_device.c:713: warning: Excess function parameter 'od' description in 'omap_device_idle'
      Signed-off-by: default avatarBen Dooks (Codethink) <ben.dooks@codethink.co.uk>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      7b6560b4
    • Tony Lindgren's avatar
    • Uwe Kleine-König's avatar
      ARM: OMAP1: drop duplicated dependency on ARCH_OMAP1 · dafd24c7
      Uwe Kleine-König authored
      All of arch/arm/mach-omap1/Kconfig is enclosed in a big "if ARCH_OMAP1"
      and so every symbol already has a dependency on ARCH_OMAP1 even without
      mentioning it in their list of dependencies.
      
      Also dependencies on ARCH_OMAP can be dropped as it is selected by
      ARCH_OMAP1.
      Signed-off-by: default avatarUwe Kleine-König <uwe@kleine-koenig.org>
      Acked-by: default avatarAaro Koskinen <aaro.koskinen@iki.fi>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      dafd24c7
  4. 23 Oct, 2019 8 commits
  5. 22 Oct, 2019 2 commits
  6. 21 Oct, 2019 21 commits