]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: ofpart: support partitions of 4 GB and larger
authorJoe Schaack <jschaack@xes-inc.com>
Thu, 21 Feb 2013 22:29:45 +0000 (16:29 -0600)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 11 Mar 2013 07:33:26 +0000 (09:33 +0200)
commit04939ae4f5c6f7d5f98e334620f0986dadd0d5e6
tree5fdab6046c1a34130a64b17e3414049fcb647f2d
parent4d07fa612e4976ac09cce07a9d12eae1ec0b9205
mtd: ofpart: support partitions of 4 GB and larger

Previously, partitions were limited to less than 4 GB in size because
the address and size were read as 32-bit values. Add support for 64-bit
values to support devices of 4 GB and larger.

Signed-off-by: Joe Schaack <jschaack@xes-inc.com>
Signed-off-by: Nate Case <ncase@xes-inc.com>
Signed-off-by: Aaron Sierra <asierra@xes-inc.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Documentation/devicetree/bindings/mtd/partition.txt
drivers/mtd/ofpart.c