From owner-p4-projects@FreeBSD.ORG Tue Dec 9 17:37:58 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3EC531065686; Tue, 9 Dec 2008 17:37:58 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 004CA1065675 for ; Tue, 9 Dec 2008 17:37:57 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E499D8FC20 for ; Tue, 9 Dec 2008 17:37:57 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mB9HbvgM079759 for ; Tue, 9 Dec 2008 17:37:57 GMT (envelope-from sam@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mB9HbvfN079757 for perforce@freebsd.org; Tue, 9 Dec 2008 17:37:57 GMT (envelope-from sam@freebsd.org) Date: Tue, 9 Dec 2008 17:37:57 GMT Message-Id: <200812091737.mB9HbvfN079757@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to sam@freebsd.org using -f From: Sam Leffler To: Perforce Change Reviews Cc: Subject: PERFORCE change 154406 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2008 17:37:58 -0000 http://perforce.freebsd.org/chv.cgi?CH=154406 Change 154406 by sam@sam_ebb on 2008/12/09 17:37:19 I2C driver for Cambria's front panel LED Affected files ... .. //depot/projects/vap/sys/arm/conf/CAMBRIA#4 edit .. //depot/projects/vap/sys/arm/conf/CAMBRIA.hints#2 edit .. //depot/projects/vap/sys/arm/xscale/ixp425/cambria_fled.c#1 add .. //depot/projects/vap/sys/arm/xscale/ixp425/files.avila#6 edit Differences ... ==== //depot/projects/vap/sys/arm/conf/CAMBRIA#4 (text+ko) ==== @@ -78,6 +78,7 @@ device ds1672 # DS1672 on I2C bus device ad7418 # AD7418 on I2C bus +device cambria_fled # Font Panel LED on I2C bus device cambria_led # 8-LED latch device ata ==== //depot/projects/vap/sys/arm/conf/CAMBRIA.hints#2 (text+ko) ==== @@ -31,9 +31,10 @@ hint.ata_avila.0.at="ixp0" # Front Panel LED -#hint.led_avila.0.at="ixp0" -#hint.led_avila.0.pin=5 +hint.fled.0.at="iicbus0" +hint.fled.0.addr=0x5a +# Octal LED Latch hint.led_cambria.0.at="ixp0" # Analog Devices AD7418 temperature sensor ==== //depot/projects/vap/sys/arm/xscale/ixp425/files.avila#6 (text+ko) ==== @@ -3,4 +3,5 @@ arm/xscale/ixp425/avila_ata.c optional avila_ata arm/xscale/ixp425/avila_led.c optional avila_led arm/xscale/ixp425/cambria_led.c optional cambria_led +arm/xscale/ixp425/cambria_fled.c optional cambria_fled arm/xscale/ixp425/ixdp425_pci.c optional pci