1. 12 12月, 2015 1 次提交
  2. 11 12月, 2015 1 次提交
  3. 10 12月, 2015 12 次提交
  4. 09 12月, 2015 11 次提交
  5. 08 12月, 2015 1 次提交
  6. 05 12月, 2015 4 次提交
  7. 04 12月, 2015 1 次提交
    • B
      mtd: ofpart: don't complain about missing 'partitions' node too loudly · 8c62b4e1
      Brian Norris 提交于
      The ofpart partition parser might be run on DT-enabled systems that
      don't have any "ofpart" partition subnodes at all, since "ofpart" is in
      the default parser list. So don't complain loudly on every boot.
      
      Example: using m25p80.c with no intent to use ofpart:
      
      &spi2 {
      	status = "okay";
      
      	flash@0 {
      		compatible = "jedec,spi-nor";
      		reg = <0>;
      	};
      };
      
      I see this warning:
      
      [    0.588471] m25p80 spi2.0: gd25q32 (4096 Kbytes)
      [    0.593091] spi2.0: 'partitions' subnode not found on /spi@ff130000/flash@0. Trying to parse direct subnodes as partitions.
      
      Cc: Michal Suchanek <hramrach@gmail.com>
      Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
      8c62b4e1
  8. 02 12月, 2015 4 次提交
  9. 01 12月, 2015 5 次提交