1. 14 Mar, 2013 3 commits
    • Arnd Bergmann's avatar
      input/joystick: use get_cycles on ARM · 6fdd496e
      Arnd Bergmann authored
      ARM normally has an accurate clock source, so
      we can theoretically use analog joysticks more
      accurately and at the same time avoid the
      build warning
      
       #warning Precise timer not defined for this architecture.
      
      from the joystick driver.
      
      Now, why anybody would use that driver no ARM I have no
      idea, but Ben Dooks enabled it in the s3c2410_defconfig
      along with a bunch of other drivers, even though that
      platform has neither ISA nor PCI support. It still
      seems to be the right thing to fix this quirk.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: Vojtech Pavlik <vojtech@suse.cz>
      Cc: Ben Dooks <ben-linux@fluff.org>
      6fdd496e
    • Arnd Bergmann's avatar
      [media] s5p-fimc: fix s5pv210 build · 01ffe957
      Arnd Bergmann authored
      56bc911a "[media] s5p-fimc: Redefine platform data structure for fimc-is"
      changed the bus_type member of struct fimc_source_info treewide, but
      got one instance wrong in mach-s5pv210, which was evidently not
      even build tested.
      
      This adds the missing change to get s5pv210_defconfig to build again.
      Applies on the Mauro's media tree.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
      01ffe957
    • Arnd Bergmann's avatar
      clk: vt8500: Fix "fix device clock divisor calculations" · d6d1053a
      Arnd Bergmann authored
      Patch 72480014 "Fix device clock divisor calculations" was apparently
      rebased incorrectly before it got upstream, causing a build error.
      
      Replacing the "prate" pointer with the local parent_rate is most
      likely the correct solution.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Cc: Tony Prisk <linux@prisktech.co.nz>
      Cc: Mike Turquette <mturquette@linaro.org>
      d6d1053a
  2. 12 Mar, 2013 3 commits
  3. 11 Mar, 2013 7 commits
  4. 08 Mar, 2013 11 commits
  5. 07 Mar, 2013 1 commit
  6. 05 Mar, 2013 10 commits
  7. 04 Mar, 2013 5 commits