Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753992AbaGDIZC (ORCPT ); Fri, 4 Jul 2014 04:25:02 -0400 Received: from mail-oa0-f45.google.com ([209.85.219.45]:50443 "EHLO mail-oa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751850AbaGDIY7 (ORCPT ); Fri, 4 Jul 2014 04:24:59 -0400 MIME-Version: 1.0 From: Jean-Michel Hautbois Date: Fri, 4 Jul 2014 10:24:43 +0200 Message-ID: Subject: Lattice ECP3 load firmware To: Stefan Roese , linux-kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi ! I noticed you (Stefan) are using request_firmware_nowait() call. This means user needs to explicitly call it using $ echo 1 > /sys/class/firmware/lattice-ecp3.0/loading $ cat lattice-ecp3.bit > /sys/class/firmware/lattice-ecp3.0/data $ echo 0 > /sys/class/firmware/lattice-ecp3.0/loading Or did I miss something ? I would like to have it load the firmware bitstream when booting if there is a specific .bit file in /lib/firmware. Maybe don't you want to have this behaviour, though... ? Thanks, JM -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/