1. 30 Oct, 2014 5 commits
  2. 29 Oct, 2014 15 commits
  3. 28 Oct, 2014 19 commits
  4. 27 Oct, 2014 1 commit
    • David S. Miller's avatar
      Merge branch 'unnecessary_resource_check' · cf7b2003
      David S. Miller authored
      Varka Bhadram says:
      
      ====================
      cleanup on resource check
      
      This series removes the duplication of sanity check for
      platform_get_resource() return resource. It will be checked
      with devm_ioremap_resource()
      
      changes since v2:
      	- Merge #1 and #2 patches into single patch
      	- remove the comment
      
      changes since v1:
      	- remove NULL dereference on resource_size()
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      cf7b2003